Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in domain-driven-design

Should client check postcondition/should called method check precondition?

Circular dependency of Business logic and Data access layer

DDD - Entity's repository dependent validations

Should a single command address multiple aggregates?

domain-driven-design cqrs

ORM / How to deal with the correspondence between Domain object and Persistent object?

DDD Domain Entities using external Services

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?