Skip to content

Instantly share code, notes, and snippets.

@swimtver
swimtver / gist:2d5ac66a273bcbe41ea269dfabdabc6e
Last active April 28, 2023 13:03 — forked from SzymonPobiega/gist:5220595
DDD/CQRS/ES/Architecture videos

If you have two days to learn the very basics of modelling, Domain-Driven Design, CQRS and Event Sourcing, here's what you should do:

In the evenings read the Domain-Driven Design Quickly Minibook. During the day watch following great videos (in this order):

  1. Eric Evans' What I've learned about DDD since the book
  2. Eric Evans' Strategic Design - Responsibility Traps
  3. Udi Dahan's Avoid a Failed SOA: Business & Autonomous Components to the Rescue
  4. Udi Dahan's Command-Query Responsibility Segregation
  5. Greg Young's Unshackle Your Domain
  6. Eric Evans' [Acknowledging CAP at the Root -- in the Domain Mod
@swimtver
swimtver / MinimalAPIs.md
Created January 5, 2022 10:13 — forked from davidfowl/MinimalAPIs.md
Minimal APIs at a glance