ihar_hancharenka 19aee33d34 m
2025-10-23 13:45:48 +03:00

80 строки
3.6 KiB
Plaintext

https://github.com/heynickc/awesome-ddd
books
2021
Vlad Konovalov - Learning Domain-Driven Design
4F6FC3E2CE3FB49FDA969A126A42C899
7F73B4FDC4241131CD44C7DEE74272B3
2025
Devoxx - Oliver Drotbohm - Tactical Domain Driven Design with Java and Spring 1:52:00 of 2:42:19
https://www.youtube.com/watch?v=k3o1nSh3g2Q
! jMoleculus, Spring Modulith
https://www.youtube.com/watch?v=co3acmgP2Ng
Devoxx - TDD & DDD From the Ground Up Live Coding by Chris Simon 34:00 of 44:36
https://www.youtube.com/watch?v=eWxOisRMcII
Vetchinkin - DDD
https://nnmclub.to/forum/viewtopic.php?p=12768729
OrganizedProgramming - Vetchinkin - DDD - friendship between business and code of 2:11:26
https://www.youtube.com/watch?v=03FnrgYLkV8
TechExcellence - BDD + DDD: Aligning Business and Code (Igor Sosman) 6:00 of 1:30:48
https://www.youtube.com/watch?v=Q-Beh1dYNlM
! so-so, but with cypress.io demo
2024
SpringIO - Implementing Domain Driven Design with Spring by Maciej Walkowiak of 50:17
https://www.youtube.com/watch?v=VGhg6Tfxb60
https://speakerdeck.com/maciejwalkowiak/implementing-domain-driven-design-with-spring
https://github.com/maciejwalkowiak/implementing-ddd-with-spring-talk
https://speakerdeck.com/maciejwalkowiak/implementing-domain-driven-design-with-spring?slide=17
each entity and value object can only exist in valid state
ensure system-wide consistency through "domain events"
business rules, state changes - implemented in entities
domain services - rules, that do not belong to any entity (perharps no domain services at all)
JPA entity may be a DDD entity, but does not have to
aggregates refer to each other by id, not by a direct reference
model VOs with records
2023
ListenIT - DDD in 10 min of 10:02
https://www.youtube.com/watch?v=6_BhdXLxiic
JPont - Morev - DDD in Action 0:00 of 51:53
https://www.youtube.com/watch?v=c0f4HOfUGT0
!!!
Devoxx - REST next level : Crafting domain driven web APIs By Julien Topçu 0:00 of 50:52
https://www.youtube.com/watch?v=bHc8Gudrhdo
DrawingBoxes - DDD Building Blocks of 4:26
https://www.youtube.com/watch?v=xFl-QQZJFTA
2022
Devoxx - Writing cleaner code with Domain Driven Design by Paul van der Slot of 50:14
https://www.youtube.com/watch?v=3t0tZTOGk08
! 2020 blog by Alberto Brandolini
SpringIO - Getting modules right with Domain-driven Design by Michael Plöd @ Spring I/O 2022 0:00 of 47:04
https://www.youtube.com/watch?v=Q_0XW46IlHY
https://speakerdeck.com/mploed/getting-modules-right-with-domain-driven-design?slide=89
ChandrasekaranKrishnan - Domain Driven Design with Java
https://libgen.gs/edition.php?id=142210038
https://libgen.gs/edition.php?id=142210084
! with axon
https://learn.microsoft.com/ru-ru/dotnet/architecture/microservices/microservice-ddd-cqrs-patterns/
2021
DotNext - Hisnulin - Horikov - DDD - Most Important ru of 1:13:59
https://www.youtube.com/watch?v=JOy_SNK3qj4
! bubble context, anti-corruption layer, pluralsight course, link to E. Evans article
2020
https://habr.com/ru/companies/dododev/articles/489352/
! DDD Ubiquitos Language
https://habr.com/ru/companies/dododev/articles/523540/
! need to read
2019
https://habr.com/ru/company/jugru/blog/440772/
2015
Vernon - Implementing Domain-Driven Design
038F4A0BDE83E4490C589BC88D07AA5B
2014
Evans - Domain-Driven Design
04D80385C9E9BCCD2E076A183B003766
4D7B2C691CB8C9623FF3070A0129EDA8
AACB14D65DA1C754E286C4DC3F86BB4F
2009
https://www.infoq.com/articles/ddd-contextmapping/
! need to read