Skip to main content
ArticlesProjects
Tag Archive

Articles Tagged: architecture

Technical writings, opinionated architectures, and development guides tagged with architecture.

Articles8
Est. Read Time70 mins
Categories2
Featured1
May 202612m read

The PSR Standards You Are Probably Ignoring

Five PSR standards that most PHP developers skip. Master them and write code that works anywhere, tested easily, and tied to nothing.

May 202610m read

When CRUD Isn't Enough: How Real APIs Outgrow Their Design

Most Laravel APIs start as clean CRUD systems. This article walks through why that breaks down, and how an action-based design fixes the mess.

Mar 202610m read

Building Real Applications with TempestPHP

How to structure TempestPHP applications with domain-first folders, repositories, command handlers, and thin controllers that stay maintainable.

Feb 20263m read

Why your Laravel controllers should be almost empty

Learn architectural patterns to keep Laravel controllers thin, improve testability, and build maintainable applications.

Feb 20263m read

The Pattern-First Trap in PHP

Why starting with design patterns too early can overcomplicate PHP apps, and a practical way to design from constraints instead.

Feb 202614m read

Your PHP application is not stateless

Understanding statelessness in PHP: filesystem assumptions, session state, and building truly stateless applications with Zero Trust principles.

Oct 20259m read

Building modular systems in Laravel - A practical guide

Learn how modular architecture transforms Laravel apps into scalable, maintainable systems.

Jul 20259m read

An educational look into the Tempest PHP framework

Discover how Tempest, a modern PHP framework, uses code discovery and the latest PHP features to simplify app development and boost productivity.