I had the misfortune of my laptop getting exposed to water and my HDD stopped functioning due to water damage. I bought and installed a new SSD and downloaded a copy of windows 10 from the official website and installed it on my new hard disk. Now I have several […]
Yearly Archives: 2020
For Ubuntu it’s easy to create a desktop notification: https://askubuntu.com/questions/187022/how-can-i-send-a-custom-desktop-notification it looks like: $ notify-send "Hello world!" on MacOS, I am looking for a simple command that I can use to create a system notification. Is there some apple script that I can launch to accomplish that?
There does not seem to be a straightforward way to keep spaces between a table and the previous or posterior paragraph using styles (no direct formatting) unless the paragraph style includes spacing above and below. As Lipsticks suggested, I could create a special style for the paragraphs above a table […]
We looked at the source builtin a little in TLCL when we were examining how the shell’s environment is established with the .profile and .bashrc files. In this adventure, we will delve further into how to use this feature to support configuration files and shareable function libraries for our bash […]
The most popular way to handle shared application state in React is using a framework such as Redux. Quite recently, the React team introduced several new features which include React Hooks and the Context API. These two features effectively eliminated a lot of challenges that developers of large React projects […]
The third interview with Marc Morera, an author of DriftPHP. At this time we talk about using CQRS in async PHP and ReactPHP.
Image quality blurry issue in mobile view product list/details page. magento ver is 2.2.4. I found the reason for this issue. Having 2 MB image file and product uploaded in admin side. Then i can see the image size as 200 kb only. using image adapter is graphics Gmagick . […]