From 64db7e6dc370143af46587d0577d99bad047df70 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan=20Kucha=C5=99?= <honza.kuchar@grifart.cz> Date: Sun, 14 May 2017 21:28:03 +0200 Subject: [PATCH] Update README.md --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 5091eb3..68d5dd7 100644 --- a/README.md +++ b/README.md @@ -8,14 +8,15 @@ This project builds on an example from the presentation from [Mathias Verraes - -# Learning material +# Learning material of DDD (Domain Driven Design) Bellow is learning material that I have used to dive into event DDD (and its implementations) deeper. -## DDD: Domain Driven Design +## Strategic Design I have put DDD in its own section because DDD is more an analysis process than a collection of structural patterns. +- [Eric Evans: InfoQ: Strategic Design](https://www.infoq.com/presentations/strategic-design-evans) (Flash needed) - [Jimmy Bogard: Domain Driven Design: The Good Parts](https://www.youtube.com/watch?v=U6CeaA-Phqo) - [Jimmy Bogard: Crafting Wicked Domain Models](https://vimeo.com/43598193) - [book: Eric Evans: Domain-Driven Design - Tacking Complexity in the Heart of Software](https://www.amazon.com/Domain-Driven-Design-Tackling-Complexity-Software/dp/0321125215) (book; read especially bounded context capture) -- GitLab