Skip to main content
ArticlesProjects
Tag Archive

Articles Tagged: software-architecture

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

Articles9
Est. Read Time63 mins
Categories4
Featured0
2026-06 · 9 min read

Testing Actions, Not Mocks

Mocking your own Actions tests the wiring, not the behaviour. How I test Laravel Action classes for real with Pest, and where fakes still belong.

laraveltestingsoftware-architecturepest

Turn your diagrams and design notes into a clear build order that respects dependencies.

implementation-planningdependenciesproject-planningsoftware-architecture

Learn how to map application components, layers, and dependencies before you start building.

software-architecturesystem-designapplication-designplanning
2026-05 · 5 min read

Stop Writing Code First

Think through requirements, assumptions, and structure before you open your editor.

requirementsplanningsoftware-architecturedeveloper-mindset
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