Articles Tagged: software-architecture
Technical writings, opinionated architectures, and development guides tagged with software-architecture.
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.
From Diagram To Implementation Plan
Turn your diagrams and design notes into a clear build order that respects dependencies.
Introduction To Systems Architecture
Learn how to map application components, layers, and dependencies before you start building.
Stop Writing Code First
Think through requirements, assumptions, and structure before you open your editor.
The Mid-Level Mindset
A practical mindset shift for turning thinking-first habits into mid-level engineering judgment.
Thinking In Layers
Use layered thinking to place logic in the right part of your application before it turns into a mess.
Your First ERD
Map entities and relationships before you write migrations so your schema starts on solid ground.
Laravel Command Bus
Implement Command Bus in Laravel for efficient code management. Learn to create command handlers and integrate them seamlessly into your projects.
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.