Skip to main content
ArticlesProjects
Architecture Journals

Technical Articles

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

Articles201
Est. Read Time1,893 mins
Topics17
Series Parts51
Mar 202611 min read
Management

The Engineering Manager as Coach, Not Boss

How to develop your coaching skills as an engineering manager, with practical techniques for performance conversations, growth planning, and career development.

Mar 202610 min read
Management

Strategy vs. Execution: How Leaders Set Technical Vision

Why technical vision matters, how to set it, and how to maintain it over time in the face of changing circumstances and competing priorities.

Mar 202610 min read
Management

Building Psychological Safety in Engineering

How to create a culture where engineers feel safe to take risks, speak up, and make mistakes without fear of punishment.

Mar 202610 min read
Management

Scaling Engineering Teams Without Losing Velocity

How to design org structure, hiring, and coordination to avoid the common traps that kill velocity as engineering teams scale.

Mar 202612 min read
Management

Hiring Engineers: A Manager's Playbook

A practical guide to hiring engineers - covering role definition, structured interviews, technical assessment, values alignment, and onboarding.

Mar 202612 min read
Management

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 202612 min read
Management

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

Building Real Applications with TempestPHP

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

Mar 202627 min read
Laravel

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 202621 min read
API Development

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 20266 min read
Laravel

Why your Laravel controllers should be almost empty

Controllers are a transport layer, not a home for business logic. How I keep Laravel controllers down to a handful of lines using Form Requests, payloads, and Action classes.

Feb 20262 min read
PHP

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.