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 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 »

How To Generate an UUID in Laravel

How To Generate an UUID in Laravel?

Universally Unique Identifier or UUID as it is popularly known is a 128-bit number that is generally used to identify unique information. Being 36-character long, a UUID is considered a safe bet in generating uniquely identifiable strings every time. Generating UUID in Laravel Laravel can generate UUIDs out of the box and ready to be …

How To Generate an UUID in Laravel? Read More »