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
Jun 20269m 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.

May 20267m read

From Diagram To Implementation Plan

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

May 20267m read

Introduction To Systems Architecture

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

May 20265m read

Stop Writing Code First

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

May 20266m read

The Mid-Level Mindset

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

May 20267m read

Thinking In Layers

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

May 20267m read

Your First ERD

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

May 20228m read

Laravel Command Bus

Implement Command Bus in Laravel for efficient code management. Learn to create command handlers and integrate them seamlessly into your projects.

May 20227m read

Adapter Pattern

Explore the adapter design pattern in coding through a practical example of building a versatile social poster class, adaptable for different social networks.