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 build a search function using Laravel Livewire

How To Create Search Functionality using Laravel Livewire?

This article assumes you already know how to create a new Laravel project with Laravel Livewire installed. If you arent’ already familiar with the same, I suggest you read this quick article first. This post also assumes that you have already hooked your newly created Laravel Livewire project to a MySQL db and the users …

How To Create Search Functionality using Laravel Livewire? Read More »

How To Store Data In Google Sheets using Flutter

How To Store Data In Google Sheets using Flutter?

Not long ago, I had written a post about How To Store Data in Google Sheets using Flutter. I recently came across another simpler way to do it. In this approach, I will use Google’s App Script, which I had never even heard about, until recently. The top-level approach would be something like this: Create …

How To Store Data In Google Sheets using Flutter? Read More »

How To Create CSS Animated Blobs in under TWO minutes and more

How To Create CSS Animated Blobs in under TWO minutes and more?

If you ask me, blobs are one the most beautiful-looking things that one can create using CSS. The animated ones, even more so. But me being someone who sucks at creating beautiful design elements, thinking about making something like a blob seemed pretty scary to me in the beginning. Turns out, beyond the fear, things …

How To Create CSS Animated Blobs in under TWO minutes and more? Read More »

How To Upgrade Flutter SDK & Dependencies via Terminal

How To Upgrade Flutter SDK & Dependencies via Terminal?

Lately, I had only been working on Laravel projects and other web apps and did not get much time to delve into Flutter code. That also meant, the Flutter SDK was not updated in a while and neither were the associated flutter packages. It turns out, updating Flutter SDK and Flutter Packages was a very …

How To Upgrade Flutter SDK & Dependencies via Terminal? Read More »

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 »