Search Results for:

How I Created a Flutter App using ChatGPT Without writing a single line of code

How I Created a Flutter App Without Writing ANY Code, using ChatGPT?

ChatGPT has been everywhere lately. Be it on Twitter, YouTube, or the Blogosphere, people are talking about it all the time. And given the crazy stuff ChatGPT can do, I would so, all the buzz around it is only natural. I however have only been watching it from afar, until this morning, when I finally …

How I Created a Flutter App Without Writing ANY Code, using ChatGPT? Read More »

How To Upgrade PHP on Amazon Lightsail Quickly?

How To Upgrade PHP on Amazon Lightsail, Quickly?

Like everything has pros and cons, hosting websites on Amazon Lightsail servers has the same. While Lightsail servers are fast, robust, and good value for money, they are somewhat time-consuming to maintain. Many tasks that would have been taken care of automatically if you were on a shared web server, have to be done manually …

How To Upgrade PHP on Amazon Lightsail, Quickly? Read More »

How To Import Excel File using Laravel

How To Import Data From Excel (XLS, XLSX) Files in Laravel?

Importing, uploading, and processing data from Spreadsheets is something you cannot avoid if you are a developer. The good thing, however, is the fact that importing and reading data from spreadsheets is quite straightforward using Laravel. The steps involved in uploading an Excel sheet using a Laravel app and storing the data in a useful …

How To Import Data From Excel (XLS, XLSX) Files in Laravel? Read More »

How To Renew SSL Using bncert-tool on Amazon Lightsail - Bitnami LAMP Stack

How To Renew SSL Using bncert-tool on Amazon Lightsail – Bitnami LAMP Stack?

I have a ton of websites (clients’ as well as mine) that sit on a Bitnami LAMP stack on AWS servers, mostly Amazon Lightsail. Almost all of them have SSL installed via Bitnami’s bncert-tool. Primarily because it’s simple to use to install and the SSL renewal is also taken care of, by a corn job …

How To Renew SSL Using bncert-tool on Amazon Lightsail – Bitnami LAMP Stack? Read More »

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 »