This list is WIP.
Articles
These are short articles describing what DDD is. They are generally good points to start with and are easy to refer to when one needs a quick recap.
- What is Domain-Driven Design (DDD) by Mathias Verraes
- Domain Driven Design by Martin Fowler
Videos
- What is DDD by Eric Evans (DDD Europe 2019)
Evans explains some of the most important concepts related to DDD while taking a critical look at how we traditionally think about models. Suggests asking “hich model would be more useful to solve this problem” instead of relying on our understanding of objects “in real world”. He also emphasizes the importance of communication with domain experts an use of ubiquitous language.
Books
- Domain-Driven Design: Tackling Complexity in the Heart of Software a.k.a. “The Blue Book” (Eric Evans, 2003)
- Implementing Domain-Driven Design (Vaughn Vernon, 2013)
- Domain-Driven Design Reference (Eric Evans) [PDF]
Conferences
Most DDD conferences publish the talks on their YouTube channels after a few months. These are good places to learn about new topics and follow the community at large.
- KanDDDinsky: https://www.youtube.com/@KanDDDinsky
- DDD Europe: https://www.youtube.com/@ddd_eu
- Explore DDD: https://www.youtube.com/exploreddd
- Virtual DDD: https://virtualddd.com
Online courses
Pluralsight (requires subscription)
- Domain-Driven Design in Practice by Vladimir Khorikov
- Domain-Driven Design Fundamentals by Steve Smith and Julie Lerman
Curated lists
- Awesome DDD: A curated list of Domain-Driven Design (DDD), Command Query Responsibility Segregation (CQRS), Event Sourcing, and Event Storming resources.
You must log in or register to comment.