Category · Methods
Bounded context
System zone with its own data model and ubiquitous language.
Core concept of Domain-Driven Design (Evans, 2003). Used to split monoliths into microservices, or to migrate legacy (COBOL → Java) service by service. A saner alternative to a 'big-bang rewrite' (which fails 80% of the time).
// In action with our clients
Relevant services
// See also
