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.

Create a New Laravel Project with Breeze Starter Kit

How To Create a New Laravel Project with Laravel Breeze Starter Kit?

There are multiple ways of creating a New Laravel Project. You can do it via the composer or via the Laravel installer, my preferred way of doing it is the latter. But just creating a simple user-facing project doesn’t help. In almost every meaningful project, you need some sort of authenticated area, a backend. Laravel …

How To Create a New Laravel Project with Laravel Breeze Starter Kit? Read More »

How To Fix a Revoked LetsEncrypt SSL Certificate

How To Fix a Revoked LetsEncrypt SSL Certificate?

Sometime this Sunday, a client of mine notified me that one of their WordPress websites I had developed and deployed in AWS Lightsail, a few months back, was giving a certificate invalid error and wasn’t accessible. At first, I thought that it was because, for whatever reason, the automatic renewal would have failed. On seeing …

How To Fix a Revoked LetsEncrypt SSL Certificate? Read More »

How To Make A Sentiment Analyzer in PHP, in under 10 minutes

How To Make A Sentiment Analyzer in PHP, In Under 10 minutes?

I came across this concept of this sentiment analysis only recently. It sounded quite interesting and I wanted to learn more about it and maybe, also come up with some fun app around the same. After a little looking around, I came across a great library that does exactly what I was looking for. In …

How To Make A Sentiment Analyzer in PHP, In Under 10 minutes? Read More »

How To Embed Twitter Feed and Facebook Feed On Your Website

How To Embed Facebook And Twitter Feed On Your Website?

If you are someone like me who is quite active on social media, you would probably want to embed your most popular social channels on your website too. This post will show you precisely how to do that. Please note that we will focus just on embedding Twitter and Facebook feeds here. And this we …

How To Embed Facebook And Twitter Feed On Your Website? Read More »

How To Make a Google Chrome Extension In Under 15 - Minutes

How To Make a Google Chrome Extension In Under 15 – Minutes?

Browser extensions are a fascinating piece of technology. Nifty yet very powerful. I have been thinking about delving into this world of Browser Extension development but never got time to do something interesting. Now, I know that I don’t have time is a mere excuse if you really want to do something. So, I finally …

How To Make a Google Chrome Extension In Under 15 – Minutes? Read More »

How to increase file upload size on Lightsail by updating the php.ini file

How To Increase or Modify The PHP File Upload Limit on Amazon Lightsail Instance?

I need to do this almost always whenever I create a New Lightsail instance to host a WordPress website. That is primarily because, I do all the WordPress on a Staging server, and once done, I just download the entire thing using the All In One Migration plugin and then, pull the same on the …

How To Increase or Modify The PHP File Upload Limit on Amazon Lightsail Instance? Read More »

How To 'Show More' content on Button Click using Alpine.js

How To ‘Show More’ content on Button Click using Alpine.js

I have been a fan of the jQuery library for quite a few years and still love it. But as much better and lighter javascript libraries come, considering jQuery as my primary frontend library doesn’t make much sense anymore. So, I have decided to make the transition to Alpine.js, which seems to be a super …

How To ‘Show More’ content on Button Click using Alpine.js Read More »

How to implement Laravel Queues to send emails

How To Implement Laravel Queues To Send Emails and Not Spoil The User Experience?

Sending notifications to users is one of the most important tasks of any Laravel application. So, as you might have already guessed, sending notifications in Laravel is very easy to implement. However, while setting up the functionality to send notifications (in the form of emails or otherwise) is pretty easy, email servers do take significantly …

How To Implement Laravel Queues To Send Emails and Not Spoil The User Experience? Read More »