I’m happy to release a two Clean Architecture + Bounded Contexts diagrams into the public domain (CC0 1.0). I created…
In this follow-up to Implementing the Clean Architecture I introduce you to a combination of The Clean Architecture and the…
In this follow-up to rewriting the Wikimedia Deutschland fundraising I tell the story of how we reorganized our codebases along…
DRY, standing for Don’t Repeat Yourself, is a well-known design principle in the software development world. It is not uncommon…
In this blog post I outline my thinking on sharing code that deals with different types of Entities in your…
Notes from Implementing Domain Driven Design, chapter 2: Domains, Subdomains and Bounded Contexts (p58 and later only) User interface and…