Installing PHP 8.0 on Ubuntu 18.xPHP 8 is scheduled to release on November 26th, 2020. For a complete list of changes in PHP 8.0, see What’s new and changed in PHP 8.0Nov 22, 2020Nov 22, 2020
Laravel: Using UUID’s as Primary keys with Eloquent ModelsMost developers prefer numerical primary keys because they auto increment, efficient to use and easy to generate. But that doesn’t mean…Nov 12, 2020Nov 12, 2020
Backing up your PostgreSQL to S3 Bucket and restoring it.It’s always a good practice to keep your database upgraded to the latest stable release. It helps in leveraging new features, security…Oct 23, 2020Oct 23, 2020
Check if shell script is already runningOne of my shell script was overlapping which resulted in 100% memory usage. So, I have written a validation that checks if the same shell…May 7, 2020May 7, 2020
Saving a few dollars on AWS billing.Recently I have moved a company from on-premise to AWS Cloud. They operate between 10 AM IST to 6 PM IST.Feb 12, 2019Feb 12, 2019
Mac OS Mojave — Git fixI recently upgraded to Mac OS Mojave and Git started throwing error: Invalid active developer pathOct 30, 2018Oct 30, 2018