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 »