Skip to main content
ArticlesProjects
Architecture Journals

Technical Articles

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

Articles173
Est. Read Time1,558 mins
Topics20
Series Parts34
Mar 202612m read

Hiring Engineers: A Manager's Playbook

A practical guide for engineers moving into management—covering mindset shifts, letting go of coding, time management, feedback, and building leadership skills.

Mar 202612m read

From IC to Manager: First Steps for New Engineering Leads

A practical guide for engineers moving into management—covering mindset shifts, letting go of coding, time management, feedback, and building leadership skills.

Mar 202612m read

How to Lead a Remote Engineering Team

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

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.

Mar 202627m read

Implementing the Saga Pattern in a Laravel Monolith

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

Feb 202621m read

Building production ready APIs with kit

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

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 20262m read

Building polished CLI tools with MiniCLI v5

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

Feb 20264m read

How to choose the right build strategy for your application

Compare Nixpacks, Buildpacks, and Dockerfiles on Sevalla so you can pick the right build strategy for your stack, control needs, and deployment workflow.

Feb 20264m read

Building a Go microservice using gRPC for image metadata extraction

Learn how to build a production-grade Go microservice that extracts EXIF and image metadata using gRPC, complete with S3/R2 integration.

Feb 20267m read

The overlooked Git feature every Laravel developer should be using

Use Git worktrees to maintain multiple isolated Laravel environments simultaneously without stashing or reinstalling dependencies.

Feb 202611m read

The Object Design Style Guide for PHP 8.5 - Discipline without friction

How PHP 8.5 absorbs Noback's Object Design Style Guide patterns directly into syntax, eliminating ceremony.