3. Implementing the Command Design Pattern To implement the Command Design Pattern in Kotlin, we’ll create a simple example that demonstrates the various components of the pattern. In this example, we’ll creat
Kotlin DDD Sample - Sample DDD/CQRS project written in Kotlin. EventStormingWorkshop - Designing Cloud Native Microservices On AWS - A concrete sample to go through EventStorming workshop and implement DDD tactical design pattern in Java, apply AWS cloud native services to build up business Event...
Domain-Driven Design: Tackling the Complexity at the Heart of Software- The canonical book that coined the term Domain-Driven Design. Also known as the "Blue Book." Domain-Driven Design Distilled- Very good starter book before you readImplementing Domain-Driven DesignorDomain-Driven Design: Tackli...
The command pattern is used to express a request, including the call to be made and all of its required parameters, in a command object. The command may then be executed immediately or held for later use. Set up: Command Interface: Define the interface of various commands Concrete Command: ...
A curated list of Domain-Driven Design (DDD), Command Query Responsibility Segregation (CQRS), Event Sourcing, and Event Storming resources - heynickc/awesome-ddd
A curated list of Domain-Driven Design (DDD), Command Query Responsibility Segregation (CQRS), Event Sourcing, and Event Storming resources - yazong/awesome-ddd