Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in domain-driven-design

One service for each entity?

DDD - Two aggregate roots sharing same database table in a single bounded context

Domain Driven Design - Atomic transaction across multiple bounded context

domain-driven-design

What are the differences between Layered architecture with dependencies inversion and Hexagonal architecture?

DDD and CQRS: use multiple repositories from a single command handler?

domain-driven-design cqrs

What is the best way to rehydrate aggregate roots and their associated entities in an event sourced environment

Transaction in DDD design pattern advice

How can class invariant strengthen pre and post-conditions?

How to validate the event flow in DDD - Event sourcing?

In a microservice, is the transactional boundary the bounded context or the aggregate?

DDD aggregate repository and caching repository

domain-driven-design

Should this Process Manager state be persisted?

Duplicate logic in backend and frontend with Domain Driven Design

What is the scope of the Single Responsibility Principle and how does it work with DRY?

How to deal with external stateful webservices in DDD?

DDD - How to use Shared Kernel with multiple bounded contexts?

ddd - Where should synchronization with remote API go?

Duplicate business logic in front-end with ddd microservice back-end

DDD, Domain Services and Events

Using one Repository Inside Another