Step-by-step guides for applying Harmonic Design frameworks in practice.

EBD in 10 Minutes: Interface Architecture That Scales

Experience-Based Decomposition begins with the same premise as VBD: components should be organized around how they change. Most frontend patterns organize by size or technical role. Atomic Design gives you atoms, molecules, organisms, templates, and pages — a clear taxonomy built on composition. It solves a real problem: it stops component libraries from becoming an … Read more

VBD in 10 Minutes: Organizing Code by Change

Volatility-Based Decomposition begins with a simple premise: systems should be organized around how they change. Most architectural patterns organize code by technical role. Controllers live in one place, services in another, repositories somewhere else. This produces a clear taxonomy, but it does not explain how change propagates through the system. When business rules evolve, workflows … Read more

Stay in the loop.