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 Save Data In A Google Sheet Using Flutter

How To Save Data In A Google Sheet Using Flutter?

Lately, I have been working on small projects that have to deal with Google Spreadsheets (I hate spreadsheets). Things like reading data from Google Sheets using Laravel, writing and updating them. Let’s begin with creating a new Flutter Project via the terminal. To create a new flutter project, use the following command: Once done, go …

How To Save Data In A Google Sheet Using Flutter? Read More »

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 »