Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in domain-driven-design

How to avoid setters using Symfony with admin panel creator?

DDD Modeling of value object and entities and dictionary types

Specification pattern async

C# / DDD: How to model entities with internal state objects not instantiable by the domain layer when using onion architecture?

How the Entity Framework Code-First mappings reflect the domain driven design?

Hexagonal architecture - a simple use case

Services and Authorization in Onion Architecture

Defining aggregate roots when invariants exist within a list

DDD/CQRS/ES Implement aggregate member using graph database aka using an immediately consistent readModel as entity collection

CouchDB / NoSQL and Domain Driven Design?

Should aggregate roots have dependencies?

ElasticSearch as EventStore

Don’t mock value objects: too generic rule without explanation

What is the recommended way to add child entities to aggregate roots?

Domain Driven Design and Security

domain-driven-design

Where to put domain logic which needs to fetch data from database

Best practice for setting default values for model properties in Domain Driven Design?

DDD validation without throwing exceptions

Node.js - Abstracting mongoose model from domain model

DDD functional way: Why is it better to decouple state from the behavior when applying DDD with functional language?