Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in domain-driven-design

Can't help but see Domain entities as wasteful. Why?

Domain Driven Design question

c# domain-driven-design

External third party API related to Entities in a DDD way

DDD element: Aggregates in c#

Jpa/Hibernate map foreign key without relationship

Microservices, REST, event sourcing and data consistency

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