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
2026-05 · 6 min read

The Mid-Level Mindset

A practical mindset shift for turning thinking-first habits into mid-level engineering judgment.

developer-mindsetcareer-growthsoftware-architecturerequirements
2026-05 · 7 min read

Thinking In Layers

Use layered thinking to place logic in the right part of your application before it turns into a mess.

separation-of-concernslayered-architecturelaravelsoftware-architecture
2026-05 · 8 min read

Writing Features Not Tasks

Turn vague tasks into user-focused features with clearer outcomes and better stories.

requirementsuser-storiesproduct-thinkingdeveloper-mindset
2026-05 · 7 min read

Your First ERD

Map entities and relationships before you write migrations so your schema starts on solid ground.

erddatabase-designdata-modelingsoftware-architecture

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