Domain Driven Design approach leads to smaller independent domain models that can then be built as highly decoupled, independent set of microservices
The illustration depicts the various patterns in Domain Driven Design. These patterns are put in two categories:
Strategic patterns are used to Decompose complex domains into smaller chunks referred to as bounded contexts.
Tactical patterns are used for modeling & realization of microservices
In this section you will learn the strategic patterns.