Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in dddd

How entities covered with in an aggregate Root are saved in DDD?

DDD Domain Entity vs Persistence Entity

EventSourcing inside and outside Bounded Contexts

How to deal with updating Entity (CRUD) and Domain Events using DDD?

Concurrency with DDD + CRQS + ES

CQRS + Event Sourcing: (is it correct that) Commands are generally communicated point-to-point, while Domain Events are communicated through pub/sub?

Distributed Domain Driven Design Resources

DDDD: Event data

Implementing set-based constraints in CQRS

Should Value Objects Contain Technical Validation For Input Parameters?

domain-driven-design dddd

Naming Convention for Commands & Events

Can we use REST + Event Sourcing + CQRS together

Alternatives to many-to-many relationships with CQRS

Using Kafka as a (CQRS) Eventstore. Good idea?