Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in domain-driven-design

Synchronizing Query-side Data in CQRS - won't there still be contention?

Repository and Aggregate Roots in Domain Driven Design

c# domain-driven-design

Bean validation inside the domain abstraction

How to avoid N+1 problem with DDD aggregate relations?

Is a transactional outbox needed for event-sourced systems?

Separating business rules from entities in domain driven design

How to decide what goes in the Domain or Application Project in a "DDD" solution?

Why are consistency rules spanning Aggregates allowed to be enforced at some later time?

DDD: should local Entity identity include the parent's?

What data type should I use for an Image in my domain model?

c# domain-driven-design

Spring data rest Domain Driven Design - Posting non aggregate root entities

How to handle Domain Driven Design when domain is dynamic / changes

oop domain-driven-design

How can I avoid first retrieving aggregate root for optimizations in DDD friendly way?

What is the are difference beetween micro-frontend and microservice

Biz logic in the Repository/Model okay?

Separation Of Concerns with Symfony Forms

Onion Architectures, persistence and notifications

Root Entity reference to another root

domain-driven-design

Orchestrating different bounded contexts, whose responsibility is it?

Is "static Domain helper class" Ambient Context Anti-Pattern?