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

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 »