PinnedInventory Management with Dashboard, User Management in Laravel 10 & Bootstrap 5This is an expansion of the popular inventory management system tutorial, with Laravel 10, Bootstrap 5 integrated, as an out-of-box, and…Aug 12, 2023Aug 12, 2023
PinnedBuild a Real Estate Listings System entirely in phpGridIn the real estate listings system is a flexible way to manage real estate for residential and commercial properties. Realtors and brokers…Aug 12, 2023Aug 12, 2023
PinnedClone CoinMarketCap.com Cryptocurrency Price Table Using PHP, JSON, and WebSocketsCoinmarketcap.com is without a doubt the most popular cryptocurrency price tracking website. I’ve often wondered if its elegant bitcoin…Jan 18, 2022Jan 18, 2022
Understanding Asymmetric Property Visibility in PHP 8.4In PHP 8.4, you can now define different visibility levels for reading and writing a property within a class.Mar 25Mar 25
Debugging PHP with VSCode and XDebug: A Step-by-Step GuideDebugging is an essential part of PHP development, and using Visual Studio Code with XDebug can greatly enhance your workflow. This guide…Mar 9Mar 9
My Simple Hack to Learn 2X FasterWhile learning React, I couldn’t help but notice how slow the instructor spoke in the recorded lectures. It makes sense being intentionally…Dec 28, 2024Dec 28, 2024
Why Naming Variables Can Distinguish a Good Programmer from a Bad OneWhile analyzing some old code from a previous project, I stumbled upon variable names that left me scratching my head. Here’s a snippet of…Nov 23, 20241Nov 23, 20241
Transform HTML Table into Card View Using Nothing But CSSI’d like share a recent experiment that explores how to transform a plain, old-fashioned HTML table into a dynamic card view, going beyond…Oct 24, 20243Oct 24, 20243
Making Grid for CRUD with pythonGridpythonGrid is a new free open-source library to create a fully working datagrid for CRUD (Create, Read, Update, & Delete) for Flask that…Oct 2, 2024Oct 2, 2024
All You Need Is CRUDFrom complex apps to everyday tasks, CRUD is the silent force driving almost everything we do in software — once you see it, you can’t…Sep 12, 2024Sep 12, 2024