Skip to main content
ArticlesProjects
Tag Archive

Articles Tagged: architecture

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

Articles28
Est. Read Time291 mins
Categories3
Featured1
Feb 20263 min read
PHP

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 202614 min read
PHP

Your PHP application is not stateless

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

Oct 20259 min read
Laravel

Building modular systems in Laravel - A practical guide

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

Jul 20259 min read
PHP

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.