Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in domain-driven-design

Domain Driven Design - How do I model a Company and Employee use case?

How is Entity Programming changing the way we think about databases?

DDD & Clean Architecture: Why not define repositories in the application layer?

Repository implementation in Application, Domain and Infrastructure Layer (DDD)

gRPC and Domain Driven Design - Where to place proto files (domain layer vs elsewhere)?

c# domain-driven-design

Type Synonyms in FSharp

f# domain-driven-design

F# - pure functional design instead of oop design

Having id-field on a value object in DDD

Change translation path Symfony and DDD

CQRS Read models in a NoSql (Mongo DB)

domain-driven-design cqrs

Does application event term exist in DDD?

Shouldn't in the following model an Address be a Value Object?

Do aggregates have to be strongly consistent?

What if domain event failed?

Construction of Domain Object from DTO

Auto generate migrations alembic + SQLAlchemy imperative declaration

Domain Driven Design and Aggregates

In DDD & CQRS, proper design on syncing read model with multiple aggregate updates

domain-driven-design cqrs

DDD and Asynchronous Repositories