Note: This post is part of leaning efforts to get familiarize and practice using Apple QuickTime App to record screen as movie file and then convert to GIF file. This learning post is still in active development and updated regularly. While writing tips and tutorial article posts, often screen recording is essential to describe the […]
Sending Large Files with Wormhole
While working in Web development, other professional jobs or even for family matters, we often need to send large files securely. Until Firefox discontinued their FirefoxSend service, I was a big fan! Really loved the service to share large files securely, mostly between my computers, and free. Chris recently wrote a note about Sending Large […]
Upgrading macOS Catalina to macOS Big Sur
On Thursday November 12, Apple released its macOS 11.0 Big Sur. The Big Sur comes with a beautiful new design, with biggest Safari update ever and powerful enhancements to Messages, Maps, and privacy, according to Apple website.
WordPress Development With Flywheel Local
I have been using MAMP and WAMP for my local WordPress development for years. When I was a primarily Windows user, my obvious choice was the WAMP stack. However, when I switched to MacOS from Windows, I switched to MAMP stack. Now I am primarily a Mac user with MAMP stack and use windows occasionally. […]
Developer Tools For Designers
Derek Shirk’s post Developer tools for designers describes some commonly used developer tools in Firefox and Chrome browsers. These tips said to work in both browsers.
Another helpful link Ten modern layouts in one line of CSS by Una Kravets ‘highlights a few powerful lines of CSS that do some serious heavy lifting and help you build robust modern layouts’.
Deleting node_modules Directories From Computer
When npm install is installed to develop React or Gatsby, several node_modules folder is created with associated dependencies and other files. When several test projects are created, the file size increases. It’s always a problem. Continue reading
