Skip to main content
ArticlesProjects
Architecture Journals

Technical Articles

Opinionated writing on software systems, strict monolithic domain boundaries, testing strategies, and Laravel performance.

Articles171
Est. Read Time1,535 mins
Topics20
Series Parts34

A practical guide to leading remote engineering teams—covering async rhythms, documentation, trust-building, and cross-timezone collaboration.

remote-workengineering-managementleadershipteam-culture

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

phptempestphparchitecturedddapisbackend

Learn how to implement the Saga pattern in Laravel to coordinate external APIs, recover from failures, and keep data consistent.

laravelsaga-patternapi-integrationsdistributed-transactions

A practical guide to shaping production-ready APIs using kit, from contracts and validation to observability and rollout.

api-designproductionobservabilitykitbackend

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

LaravelArchitectureControllersBest PracticesTesting

Transform PHP scripts into professional CLI products with MiniCLI v5's zero-dependency architecture and instant boot times.

PHPCLIMiniCLIToolsDevelopment