Rajiv Verma

Rajiv Verma is a freelance IT consultant based out of India. He helps organizations in strategizing their products and services and help them increase sales.

How To Create Daily Automated Backups on an Amazon Lightsail Instance

How To Create Daily Automated Backups on an Amazon Lightsail Instance?

While Amazon Lightsail offers something really great, a daily snapshot feature, that helps you create an automated backup of your entire Amazon Lightsail instance without having to do anything manually, we don’t always need a daily backup of our entire website. For a site on which only a particular set of data changes / is …

How To Create Daily Automated Backups on an Amazon Lightsail Instance? Read More »

[SOLVED] Livewire Installed But Laravel Livewire Not Rendering

[SOLVED] Livewire Installed But Laravel Livewire Not Rendering

After downloading the checked-in code from Github to a new system, I noticed that Livewire was not rendering. Instead, I was seeing the @livewireStyles, @livewireScripts, and @livewire(‘my-livewire-component’) on the blade page where the Livewire component was supposed to be displayed. I tried running composer dump-autoload. clearing the cache by running php artisan co:cache but nothing …

[SOLVED] Livewire Installed But Laravel Livewire Not Rendering Read More »

How To Build a CSS-only Hamburger Menu In 2 Minutes

A CSS-only Hamburger Menu, aligned To The Right

Hamburger menus are everywhere. They can be built in many different ways. However, IMO, the best way to build anything reusable is to keep it simple and to the point. Hence, a CSS-only hamburger menu. The HTML is pretty straightforward, as given below: And so is the CSS. The styling can always be improved to …

A CSS-only Hamburger Menu, aligned To The Right Read More »

[SOLVED] MySQL ERROR 2002 (HY000) Can't connect to local MySQL server through socket - Amazon Lightsail.

[SOLVED] MySQL ERROR 2002 (HY000): Can’t connect to local MySQL server through socket On Amazon Lightsail

I recently received an AWS Abuse report on one of my client’s AWS LightSail instances. Nothing was found on the detailed investigation, seemingly a false alarm. However, just to be on the safer side, I migrated the app to a new Lightsail instance. After which, I was surprised to get a MySQL ERROR 2002 (HY000): …

[SOLVED] MySQL ERROR 2002 (HY000): Can’t connect to local MySQL server through socket On Amazon Lightsail Read More »

How I Created a Flutter App using ChatGPT Without writing a single line of code

How I Created a Flutter App Without Writing ANY Code, using ChatGPT?

ChatGPT has been everywhere lately. Be it on Twitter, YouTube, or the Blogosphere, people are talking about it all the time. And given the crazy stuff ChatGPT can do, I would so, all the buzz around it is only natural. I however have only been watching it from afar, until this morning, when I finally …

How I Created a Flutter App Without Writing ANY Code, using ChatGPT? Read More »