Capture One: How to Attach GPS Coordinates to an Image? Capture One is capable of reading Exif data, one of which is GPS location embedded into a photograph. Unfortunately it does not give ability to modify this data and in case you wer… April 29, 2022
Cloudflare: How to Block Visitors from Russia and Belarus from Accessing Your Domain? If you manage your DNS records through Cloudflare, then controlling IP addresses of visitors from specific countries is just a matter of specifying WAF (Web Application Firewall) r… February 24, 2022
Capture One: How to Import User Styles? Importing non built-in styles into Capture One is pretty straightforward and can be achieved in a multiple ways. But what are Styles? Simply speaking, Styles are predefined sets of… November 26, 2021
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