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

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

phppsrarchitecturestandards

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.

laravelapi-designrest-apibackend-developmentarchitecture

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

phptempestphparchitecturedddapisbackend

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

LaravelArchitectureControllersBest PracticesTesting
2026-02 · 3 min 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.

phparchitecturedesign-patternssoftware-designpragmatism

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

phparchitecturestatelesssessionszero-trustjwtsecurity