Top "Bounded-contexts" questions

Bounded Context is a concept from Domain Driven Design (DDD).

Communicating between two Bounded Contexts in DDD

I have few different Bounded Contexts in the domain. The validation of a CRUD operation is built in each Bounded …

domain-driven-design cqrs domain-events bounded-contexts
DDD. Shared kernel? Or pure event-driven microservices?

I'm breaking my system into (at least) two bounded-contexts: study-design and survey-planning. There's a concept named "subject" (potential subject for …

domain-driven-design microservices bounded-contexts
Entities across bounded contexts in Domain-Driven Design

I am trying to understand how entities operate in multiple bounded contexts. Given an Employee of a Company. In (for …

domain-driven-design entity value-type bounded-contexts