PinnedRichard·Aug 12, 2023Inventory 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…
PinnedRichard·Aug 12, 2023Build 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…A response icon1A response icon1
PinnedRichard·Jan 18, 2022Clone 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…
Richard·Apr 16I Made My Lovable.dev Site SEO-Ready Without Paying for Prerender.ioHow I kept Lovable’s beautiful design while shipping pre-rendered HTML to Google — using vite-react-ssg, GitHub, and Vercel.
Richard·Aug 20, 2025A Step-by-step, 24-week Roadmap to Become An AI + FullStack DeveloperHere’s a step-by-step roadmap (≈6 months) to master AI/LLMs and ship production-ready apps. Each week is split into small, actionable steps…
Richard·Mar 25, 2025Understanding 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.
Richard·Mar 9, 2025Debugging 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…
Richard·Dec 28, 2024My 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…
Richard·Nov 23, 2024Why 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…A response icon1A response icon1
Richard·Oct 24, 2024Transform 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…A response icon3A response icon3