How Do You Build a Web Application?
A practical old-stack-friendly guide to building a web app: workflow, database, forms, permissions, admin pages, emails, logs, backups, and testing.
Modern tools. Old-stack common sense.
A practical old-stack-friendly guide to building a web app: workflow, database, forms, permissions, admin pages, emails, logs, backups, and testing.
A plain-English explanation of the LAMP stack: Linux, Apache, MySQL or MariaDB, and PHP, and why it still works for small web projects.
Old stack means practical, mature web tools that are easy to host, debug, maintain, and explain to AI coding assistants.
Before handing a bug to AI, shrink the problem first. A smaller repro saves tokens, reduces bad fixes, and makes debugging less messy.
I rebuilt Automation Receipts around Tabler so every new page didn’t become another custom CSS decision, while keeping the PHP/MySQL app simple.
Most developers aren’t building Netflix. For normal web projects, PHP, MySQL, Apache and cron still do the job without startup architecture up front. Usually.