Creating Bootable USB Flash Drive with macOS Monterey Back in 2014 I wrote an article about creating bootable USB flash drive with OS X Mavericks. Since that time not much has changed in terms of how to achieve the same for more recen… October 29, 2021
PHP: Spam Prevention Using Honeypot Method When it comes to spam prevention, it is important to find a reasonable balance between efficiency in filtering and overall user experience. Neither a too liberal method of dealing… July 03, 2021
How to Disable Default Apache Server on macOS Big Sur to Release Port 80? When dockerizing your application under macOS Big Sur, you may encounter a situation where Docker fails to boot specific container that has port 80 assigned on the host machine. Th… January 21, 2021
Laravel Homestead: Access Multiple Local Sites From Other Hosts in Your LAN Network Checking how your local projects render in other browsers is a typical and easy to achieve task. Most likely you have a stack of browsers installed on your host machine, where you… November 08, 2020
How to Remove Profile Picture From Local User Account in macOS? Removing profile picture from local macOS account is a fairly easy process and can be conveniently performed through the command line. July 12, 2020
How to Restore Sublime Text 3 to Factory Settings in macOS? To restore Sublime Text 3 to factory settings, all you have to do is to close the application and open any terminal of your choice. June 04, 2020
PHP: Sending E-mail in Laravel Using SMTP and Amazon SES A shared hosting wins over VPS with its simplicity but is also has pretty serious limitations and doesn't scale up very well. On the other hand managing your own server raises a va… May 15, 2020
AWS ElastiCache: How to Fix Connection Timeout in Redis? Creation of a Redis instance under ElastiCache is not a hard task. However, if you want to establish a fluent communication between caching layer and your EC2 instance, you may enc… January 10, 2019
Laravel View Presenter The idea behind the View-Presenter pattern is to separate model's display logic from the data it represents. In other words neither a model, nor a view should know anything about h… August 04, 2018
How to Remove a Symlink Using Command Line in macOS? Removing a symlink in terminal (both applicable to macOS and Linux) is exactly the same process as removing a regular file. March 20, 2018
Laravel Homestead: How to Backup and Restore all Databases? When you use Laravel Homestead, all of your projects are stored physically on your host. You simply do not need to worry about these files when you destroy Homestead's box, as noth… February 27, 2018
How to Install Homebrew Package Manager in macOS? If you miss a typical package manager like Advanced Package Tool (APT) from Ubuntu then Homebrew for macOS is exactly what you are looking for. It allows you to conveniently pull m… February 19, 2017