Ihar Hancharenka 39c253aac4 m
2025-01-06 23:34:06 +03:00

52 строки
2.4 KiB
Plaintext

https://github.com/heynickc/awesome-ddd
books
2021
Vlad Konovalov - Learning Domain-Driven Design
4F6FC3E2CE3FB49FDA969A126A42C899
7F73B4FDC4241131CD44C7DEE74272B3
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
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
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/
2009
https://www.infoq.com/articles/ddd-contextmapping/
! need to read