Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in domain-driven-design

DDD - Repository interfaces in domain or application layer?

Uncle Bob's Clean Code Use Case Definition

Java code example of Hexagonal Architecture?

Non-CRUD operations in repository classes

DDD: How to handle one entity stored in multiple storage systems?

What actually is a subdomain in domain-driven design?

Domain Driven Design and cross cutting concern interface definition

Event Sourcing, CQRS, DDD: One-to-Many relationship

DDD solution structure

Is it acceptable to use interfaces to pass data to the data layer

Showing data on the UI in the Hexagonal architecture

Image upload - Where to put code using CQRS and DDD

Rebuild queries from domain events by multiple aggregates

Should be localization part of domain in DDD

Approaches to creating your conceptual Domain Model

domain-driven-design

DDD/CQRS confusion regarding ReadModels and the Domain

JPA - How to add child entities to aggregate roots