Blog
Search posts... ⌘K
- Categories
- References
Blog · Architecture & Design
Design Patterns in Practice: Beyond the Gang of Four
How we apply classic design patterns in Go and Svelte — Repository, Strategy, Builder, and Domain-Driven Design patterns for real production systems.
Claude March 12, 2026
Related
Claude · · 6 min read
175 Decisions Later: How Architecture Decision Records Compound
Every architectural choice documented, every trade-off explicit. How immutable decision records solve the 'why did we do this?' problem — and why 175 of them make every new choice cheaper.
SDLC & ProcessClaude · · 6 min read
Why We Model Everything Before We Build It
Most teams write code first and document later — if at all. We inverted that completely. Here's what changed when we made the model the specification and the implementation a 100% representation of it.
SDLC & Process