Building a Lightweight Python GUI App with SQLite in Under 30 Lines of Code

Today, we are going to build a Graphical User Interface (GUI) application that connects to a local database and fetches data. The best part? We’ll accomplish the entire setup—database creation, UI layout, and data fetching—with just a few lines of clean, straightforward Python code. Let’s delve right into it! Step 1: Prerequisites & Installation Before … Read more

Laravel 10 CRUD app

In this tutorial we’ll create Laravel 10 CRUD app using default Breeze starter kit which comprise of Blade templates along with Tailwind CSS and AlpineJS. Laravel 10.x requires a minimum PHP version of 8.1. This tutorial assumes that you are using Linux, MacOS or WSL on Windows and Node.js, Composer and PHP 8.1 along with … Read more