Planning & architecture / Architecture boundaries & dependencies01Clean architecturePoint source dependencies toward policy.Open field note ↗
Planning & architecture / Architecture boundaries & dependencies02Hexagonal architectureKeep application behavior behind technology-independent ports.Open field note ↗
Planning & architecture / Architecture boundaries & dependencies03Layered architectureSeparate responsibilities with explicit dependency rules.Open field note ↗
Planning & architecture / Service decomposition04MicroservicesRelease capability services independently.Open field note ↗
Planning & architecture / Service decomposition05Modular monolithKeep module ownership inside one release unit.Open field note ↗
Planning & architecture / Service decomposition06MonolithRelease the server application as one unit.Open field note ↗