SlideShare a Scribd company logo
1
Domain Driven
Design
Strategic design & Microservices
http://radblog.pl/DDD
2
WHY
SHOULD
YOU
EVEN
CARE?
3
radblog.pl @RadekMaziarkaobjectivity.co.uk
Radek Maziarka
4
5
Monolith Microservices
6
Modularity โ€“ the final frontierลukasz Szydล‚o at Boiling Frogs 2018
NO YES
NO Monolith
YES Microservices
DISTRIBUTED
MODULAR
Distributed Monolith
7
Ecommerce platform
Multiple areas in selling products
NOTIFICATIONS
DELIVERY
PRODUCT
MANAGEMENT
ORDERSSTORE
ACCOUNTS
8
Splitting Monolith by distributionMost common transition to microservices
Store
Func 2
Account
Func 2
Delivery
Func 1
Store
Func 3
Delivery
Func 2
Delivery
Func 3
Order
Func 1
Order
Func 3
Account
Func 1
Store
Func 1
Order
Func 2
Account
Func 3
All Func
in one DB
Delivery
Func 2
Store
Func 3
Delivery
Func 3
App
2-Func DB
Order
Func 1
Order
Func 3
Account
Func 2
2-Func DB
Store
Func 2
Delivery
Func 1
Account
Func 1
3-Func DB
Order
Func 2
Store
Func 1
Account
Func 3
3-Func DB
Service 1 Service 2
Service 3 Service 4
9
Monolith splitted by distributionMicroservices fitness check
3
TRANSACTION INSIDE
SERVICE
BUSINESS FOCUSED SERVICES
SINGLE DATA OWNERSHIP2
1
Delivery
Func 2
Store
Func 3
Delivery
Func 3
2-Func DB
Order
Func 1
Order
Func 3
Account
Func 2
2-Func DB
Store
Func 2
Delivery
Func 1
Account
Func 1
3-Func DB
Order
Func 2
Store
Func 1
Account
Func 3
3-Func DB
Service 1 Service 2
Service 3 Service 4
4 INDEPENDENT DEPLOYMENTS
Func mix in one DB
V2 V2
V2
10
Distributed MonolithDisadvantages of distributed big ball of mud
3
DISTRIBUTED TRANSACTION
MIXED SERVICES
NO DATA OWNERSHIP2
1
Delivery
Func 2
Store
Func 3
Delivery
Func 3
Order
Func 1
Order
Func 3
Account
Func 2
Store
Func 2
Delivery
Func 1
Account
Func 1
Order
Func 2
Store
Func 1
Account
Func 3
4 DEPENDENT DEPLOYMENTS
2-Func DB 2-Func DB
3-Func DB 3-Func DB
Service 1 Service 2
Service 3 Service 4
11
Distributed Monolith - articlesWhy you should not take this step
12
JAKUB NABRDALIK
MICROSERVICES ARE
TECHNICAL SOLUTION
And developers love technical solutions
Conwayโ€™s revenge - Bydgoszcz JUG - https://www.youtube.com/watch?v=UhIIpUQ-i38
Mentor in Bottega IT Solution
13
14
Modularity โ€“ the final frontierลukasz Szydล‚o at Boiling Frogs 2018
NO YES
NO Monolith
YES Microservices
DISTRIBUTED
MODULAR
Modular Monolith
Distributed Monolith
DDD
15
Domain Driven Design
Tactical patternsStrategic design
Aggregates
Repositories
Entities
Services
Events
Dependency Injection
Modules
Factories
Layers
Core domain
Sub-domain
DomainUbiquitous Language
Domain model
Context Map
Context
Generic Subdomain
Bounded Context
17
Domain Driven Design
In ecommerce domain
18
UBIQUITOUS
LANGUAGE
19
3
ADD ORDER
UPDATE SHIPPING
2
1
Customer storiesClient actions in a store
4 ITEMS COLLECTION
DELETE ORDER
20
3
SPOKEN LANGUAGE MUST
REFER TO BUSINESS
LANGUAGE WILL EVOLVE WITH
UNDERSTANDING DOMAIN
SHARED LANGUAGE FROM BUSINESS
TO CODEBASE2
1
Shared understandingCommon language between people
User Client
Add order Place order
Update delivery Change delivery date
Items collection Product catalogue
Fast shipping Express delivery
21
Deeper understanding
of business
Code adjusted
to business needs
Better cooperation
with the client
Ubiquitous LanguageBenefits of using UL
22
BOUNDED
CONTEXT
23
ShippingIn online store platform
3
CRUCIAL CONTEXT
CLIENT WILL FOCUS ON IT
GENERATE A LOT OF MONEY2
1
24
3
CORE DOMAINS
GENERIC SUBDOMAINS
SUPPORTING SUBDOMAINS2
1
Different importanceDomains are not equally significant
Orders
Store
Delivery
Notifications
Account
25
User in ecommerce contextDifferent meanings of users
ACCOUNTSDELIVERYSTORE ORDERS
โ€ข Shopper who looks for a
products
โ€ข Can add products to
basket
โ€ข Customer who bought
placed order
โ€ข Can change payment
โ€ข User in store account
โ€ข Can check personal data
โ€ข Recipient who gets
delivery
โ€ข Can change change
delivery address
26
3
LOGICAL BOUNDARY
BETWEEN UNDERSTANDINGS
UNIFIED MODEL DOES NOT EXISTS
DIFFERENT MODEL FUNCTIONS
AND DATA STRUCTURE2
1
Bounded contextThings has different meaning between contexts
CustomerOrder
Payment
Products
Recipient Delivery
Company
Address
Orders Delivery
27
Modules divided from
business perspective
Solution adjusted
to use-case
Team bounded
to single context
Bounded ContextBenefits of using BC
28
CONTEXT
MAP
29
3
DIFFERENT WAYS OF
INTEGRATIONS
SEPARATE WAYS AS
INTEGRATION APPROACH
TRANSLATIONS BETWEEN
CONTEXT2
1
Context mapApproaches of communications between contexts
Orders
Store
Shipping
Notifications
Down
Up
Shared Kernel Shared Kernel
Layer
Partnership
Legacy
Reporting
Separate
Ways
30
More effective integration
between contexts
Better informed
decisions
Organized, business
architecture
Context MapBenefits of using CM
31
32
Monolith -> Modular MonolithLess common transition to microservices
Store
Func 2
Account
Func 2
Delivery
Func 1
Store
Func 3
Delivery
Func 2
Delivery
Func 3
Order
Func 1
Order
Func 3
Account
Func 2
Store
Func 1
Order
Func 2
Account
Func 3
All Func in
one DB
Delivery
Func 2
Delivery
Func 3
Delivery
Func 3
App
Order
Func 1
Order
Func 3
Account
Func 2
Store
Func 2
Store
Func 3
Store
Func 1
Modules inside DB
Account
Func 2
Account
Func 1
Account
Func 3
Store Module Account Module
Delivery Module Order Module
App
33
Modular Monolith -> MicroservicesTransition to microservices step by step
Delivery
Func 2
Delivery
Func 3
Delivery
Func 3
Order
Func 1
Order
Func 3
Account
Func 2
Store
Func 2
Store
Func 3
Store
Func 1
Modules inside DB
Account
Func 2
Account
Func 1
Account
Func 3
App 1
Delivery
Func 2
Delivery
Func 3
Delivery
Func 3
Order
Func 1
Order
Func 3
Account
Func 2
Store
Func 2
Store
Func 3
Store
Func 1
Modules inside DB
Account
Func 2
Account
Func 1
Account
Func 3
App
Store DB
Delivery DB
Store Module Account Module
Delivery Module Order Module
Store Service Account Module
Delivery Service Order Module
34
Monolith splitted by modularizationMicroservices fitness check
Delivery
Func 2
Delivery
Func 3
Delivery
Func 3
Order
Func 1
Order
Func 3
Account
Func 2
Store
Func 2
Store
Func 3
Store
Func 1
Account
Func 2
Account
Func 1
Account
Func 3
Store DB
Delivery DB
Account DB
Order DB
3
TRANSACTION INSIDE
SERVICE
BUSINESS FOCUSED SERVICES
SINGLE DATA OWNERSHIP2
1
4 INDEPENDENT DEPLOYMENTS
Store Service Account Service
Delivery Service Order Service
35
Microservices DDD
36
radblog.pl/DDD
Articles:
โ€ขWeronika ลabaj - DDD Ultra-Lite
โ€ขHerberto Graca - Domain-Driven Design
โ€ขCarbon Five - Ubiquitous Language & the joy of naming
โ€ขSapiens Work - DDD - The Bounded Context Explained
โ€ขPhilip Brown - Strategies for Integrating Bounded Contexts
โ€ขSebastian Gฤ™bski - The awesomeness of Modular Monolith
โ€ขMicrosoft - Tackling Business Complexity in a Microservice with DDD and CQRS Patterns
โ€ขBerke Sokhan - Domain Driven Design for Services Architecture
Videos:
โ€ขDevTalk - DDD with Sล‚awomir Sobรณtka
โ€ขDevTalk Trio - DDD
โ€ขDomain Driven Design: The Good Parts - Jimmy Bogard
โ€ขWhat is Domain Driven Design?
โ€ขDDD & Microservices: At Last, Some Boundaries!
โ€ข7 Reasons Why DDD Projects Fail
Books:
โ€ขEric Evans - Domain Driven Design
โ€ขVernon Vaughn - Implementing Domain-Driven Design
โ€ขVernon Vaughn - Domain-Driven Design Distilled
โ€ขSam Newman - Building Microservices: Designing Fine-Grained
Systems
37
radblog.pl/DDD
radblog.pl/DDD-form

More Related Content

PPTX
Microservices Decomposition Patterns
PPTX
Domain Driven Design
PPTX
Domain Driven Design: Zero to Hero
PPTX
Domain Driven Design
PDF
Event Storming and Saga
PPTX
CQRS: Command/Query Responsibility Segregation
PPTX
Microservices Architecture & Testing Strategies
PPTX
Software architecture patterns
Microservices Decomposition Patterns
Domain Driven Design
Domain Driven Design: Zero to Hero
Domain Driven Design
Event Storming and Saga
CQRS: Command/Query Responsibility Segregation
Microservices Architecture & Testing Strategies
Software architecture patterns

What's hot (20)

PPSX
Domain Driven Design
PPTX
Domain Driven Design
PDF
Microservices architecture
PPTX
Introduction to microservices
PPTX
Domain driven design
PPTX
Domain-Driven Design
PPTX
Introduction to DDD
PDF
Domain Driven Design
PPTX
Domain Driven Design 101
PPTX
Domain driven design
PPT
Domain Driven Design (DDD)
PPTX
Introduction to microservices
PPTX
Introduction To Microservices
PPTX
Applying Domain-Driven Design to craft Rich Domain Models
PPTX
Introduction to Microservices
PPTX
Micro services Architecture
PPTX
Microservice architecture design principles
PDF
What Is Kubernetes | Kubernetes Introduction | Kubernetes Tutorial For Beginn...
PDF
Microservice Architecture
PPTX
Domain Driven Design Introduction
Domain Driven Design
Domain Driven Design
Microservices architecture
Introduction to microservices
Domain driven design
Domain-Driven Design
Introduction to DDD
Domain Driven Design
Domain Driven Design 101
Domain driven design
Domain Driven Design (DDD)
Introduction to microservices
Introduction To Microservices
Applying Domain-Driven Design to craft Rich Domain Models
Introduction to Microservices
Micro services Architecture
Microservice architecture design principles
What Is Kubernetes | Kubernetes Introduction | Kubernetes Tutorial For Beginn...
Microservice Architecture
Domain Driven Design Introduction
Ad

Similar to Domain Driven Design - Strategic Patterns and Microservices (20)

PDF
DDD Strategic Patterns and Microservices by Example
PDF
Microservicessai 141024145932-conversion-gate01 (1)
PPTX
Effective Microservices In a Data-centric World
PDF
Microservices Architecture for e-Commerce
ย 
PPTX
Let's talk about... Microservices
PDF
Modularity by Microservices
PPTX
Microservices Architecture
PDF
Microservices: Architecture to Support Agile
PDF
MicroServices, yet another architectural style?
PPTX
Systematic Migration of Monolith to Microservices
PPTX
Microservice at a glance
PDF
apidays LIVE Hong Kong 2021 - Modernizing Monolith Applications with API Arch...
ย 
PDF
Microservices without DDD is risky business! REDUX
PPTX
Introduction to Microservices
PPTX
Microservices vs monolithics betabeers
PPTX
Designing microservices part2
PPTX
Microservices Architecture - Bangkok 2018
PDF
CWIN17 India / gururaj joshi-micro services
PPSX
Microservices, Containers, Kubernetes, Kafka, Kanban
PDF
Everything you want to know about microservices
DDD Strategic Patterns and Microservices by Example
Microservicessai 141024145932-conversion-gate01 (1)
Effective Microservices In a Data-centric World
Microservices Architecture for e-Commerce
ย 
Let's talk about... Microservices
Modularity by Microservices
Microservices Architecture
Microservices: Architecture to Support Agile
MicroServices, yet another architectural style?
Systematic Migration of Monolith to Microservices
Microservice at a glance
apidays LIVE Hong Kong 2021 - Modernizing Monolith Applications with API Arch...
ย 
Microservices without DDD is risky business! REDUX
Introduction to Microservices
Microservices vs monolithics betabeers
Designing microservices part2
Microservices Architecture - Bangkok 2018
CWIN17 India / gururaj joshi-micro services
Microservices, Containers, Kubernetes, Kafka, Kanban
Everything you want to know about microservices
Ad

Recently uploaded (20)

PPTX
Introuction about ICD -10 and ICD-11 PPT.pptx
PDF
The New Creative Director: How AI Tools for Social Media Content Creation Are...
PDF
RPKI Status Update, presented by Makito Lay at IDNOG 10
ย 
PPTX
Introduction about ICD -10 and ICD11 on 5.8.25.pptx
PPTX
CHE NAA, , b,mn,mblblblbljb jb jlb ,j , ,C PPT.pptx
PDF
SASE Traffic Flow - ZTNA Connector-1.pdf
PPTX
artificial intelligence overview of it and more
PPTX
June-4-Sermon-Powerpoint.pptx USE THIS FOR YOUR MOTIVATION
PDF
๐Ÿ’ฐ ๐”๐Š๐“๐ˆ ๐Š๐„๐Œ๐„๐๐€๐๐†๐€๐ ๐Š๐ˆ๐๐„๐‘๐Ÿ’๐ƒ ๐‡๐€๐‘๐ˆ ๐ˆ๐๐ˆ ๐Ÿ๐ŸŽ๐Ÿ๐Ÿ“ ๐Ÿ’ฐ
ย 
PPTX
Introuction about WHO-FIC in ICD-10.pptx
PDF
Testing WebRTC applications at scale.pdf
PPT
tcp ip networks nd ip layering assotred slides
DOCX
Unit-3 cyber security network security of internet system
PPTX
PptxGenJS_Demo_Chart_20250317130215833.pptx
PPTX
SAP Ariba Sourcing PPT for learning material
PPTX
522797556-Unit-2-Temperature-measurement-1-1.pptx
PPTX
QR Codes Qr codecodecodecodecocodedecodecode
PDF
Slides PDF The World Game (s) Eco Economic Epochs.pdf
PDF
Paper PDF World Game (s) Great Redesign.pdf
PPTX
Internet___Basics___Styled_ presentation
Introuction about ICD -10 and ICD-11 PPT.pptx
The New Creative Director: How AI Tools for Social Media Content Creation Are...
RPKI Status Update, presented by Makito Lay at IDNOG 10
ย 
Introduction about ICD -10 and ICD11 on 5.8.25.pptx
CHE NAA, , b,mn,mblblblbljb jb jlb ,j , ,C PPT.pptx
SASE Traffic Flow - ZTNA Connector-1.pdf
artificial intelligence overview of it and more
June-4-Sermon-Powerpoint.pptx USE THIS FOR YOUR MOTIVATION
๐Ÿ’ฐ ๐”๐Š๐“๐ˆ ๐Š๐„๐Œ๐„๐๐€๐๐†๐€๐ ๐Š๐ˆ๐๐„๐‘๐Ÿ’๐ƒ ๐‡๐€๐‘๐ˆ ๐ˆ๐๐ˆ ๐Ÿ๐ŸŽ๐Ÿ๐Ÿ“ ๐Ÿ’ฐ
ย 
Introuction about WHO-FIC in ICD-10.pptx
Testing WebRTC applications at scale.pdf
tcp ip networks nd ip layering assotred slides
Unit-3 cyber security network security of internet system
PptxGenJS_Demo_Chart_20250317130215833.pptx
SAP Ariba Sourcing PPT for learning material
522797556-Unit-2-Temperature-measurement-1-1.pptx
QR Codes Qr codecodecodecodecocodedecodecode
Slides PDF The World Game (s) Eco Economic Epochs.pdf
Paper PDF World Game (s) Great Redesign.pdf
Internet___Basics___Styled_ presentation

Domain Driven Design - Strategic Patterns and Microservices

  • 1. 1 Domain Driven Design Strategic design & Microservices http://radblog.pl/DDD
  • 4. 4
  • 6. 6 Modularity โ€“ the final frontierลukasz Szydล‚o at Boiling Frogs 2018 NO YES NO Monolith YES Microservices DISTRIBUTED MODULAR Distributed Monolith
  • 7. 7 Ecommerce platform Multiple areas in selling products NOTIFICATIONS DELIVERY PRODUCT MANAGEMENT ORDERSSTORE ACCOUNTS
  • 8. 8 Splitting Monolith by distributionMost common transition to microservices Store Func 2 Account Func 2 Delivery Func 1 Store Func 3 Delivery Func 2 Delivery Func 3 Order Func 1 Order Func 3 Account Func 1 Store Func 1 Order Func 2 Account Func 3 All Func in one DB Delivery Func 2 Store Func 3 Delivery Func 3 App 2-Func DB Order Func 1 Order Func 3 Account Func 2 2-Func DB Store Func 2 Delivery Func 1 Account Func 1 3-Func DB Order Func 2 Store Func 1 Account Func 3 3-Func DB Service 1 Service 2 Service 3 Service 4
  • 9. 9 Monolith splitted by distributionMicroservices fitness check 3 TRANSACTION INSIDE SERVICE BUSINESS FOCUSED SERVICES SINGLE DATA OWNERSHIP2 1 Delivery Func 2 Store Func 3 Delivery Func 3 2-Func DB Order Func 1 Order Func 3 Account Func 2 2-Func DB Store Func 2 Delivery Func 1 Account Func 1 3-Func DB Order Func 2 Store Func 1 Account Func 3 3-Func DB Service 1 Service 2 Service 3 Service 4 4 INDEPENDENT DEPLOYMENTS Func mix in one DB V2 V2 V2
  • 10. 10 Distributed MonolithDisadvantages of distributed big ball of mud 3 DISTRIBUTED TRANSACTION MIXED SERVICES NO DATA OWNERSHIP2 1 Delivery Func 2 Store Func 3 Delivery Func 3 Order Func 1 Order Func 3 Account Func 2 Store Func 2 Delivery Func 1 Account Func 1 Order Func 2 Store Func 1 Account Func 3 4 DEPENDENT DEPLOYMENTS 2-Func DB 2-Func DB 3-Func DB 3-Func DB Service 1 Service 2 Service 3 Service 4
  • 11. 11 Distributed Monolith - articlesWhy you should not take this step
  • 12. 12 JAKUB NABRDALIK MICROSERVICES ARE TECHNICAL SOLUTION And developers love technical solutions Conwayโ€™s revenge - Bydgoszcz JUG - https://www.youtube.com/watch?v=UhIIpUQ-i38 Mentor in Bottega IT Solution
  • 13. 13
  • 14. 14 Modularity โ€“ the final frontierลukasz Szydล‚o at Boiling Frogs 2018 NO YES NO Monolith YES Microservices DISTRIBUTED MODULAR Modular Monolith Distributed Monolith DDD
  • 15. 15 Domain Driven Design Tactical patternsStrategic design Aggregates Repositories Entities Services Events Dependency Injection Modules Factories Layers Core domain Sub-domain DomainUbiquitous Language Domain model Context Map Context Generic Subdomain Bounded Context
  • 16. 17 Domain Driven Design In ecommerce domain
  • 18. 19 3 ADD ORDER UPDATE SHIPPING 2 1 Customer storiesClient actions in a store 4 ITEMS COLLECTION DELETE ORDER
  • 19. 20 3 SPOKEN LANGUAGE MUST REFER TO BUSINESS LANGUAGE WILL EVOLVE WITH UNDERSTANDING DOMAIN SHARED LANGUAGE FROM BUSINESS TO CODEBASE2 1 Shared understandingCommon language between people User Client Add order Place order Update delivery Change delivery date Items collection Product catalogue Fast shipping Express delivery
  • 20. 21 Deeper understanding of business Code adjusted to business needs Better cooperation with the client Ubiquitous LanguageBenefits of using UL
  • 22. 23 ShippingIn online store platform 3 CRUCIAL CONTEXT CLIENT WILL FOCUS ON IT GENERATE A LOT OF MONEY2 1
  • 23. 24 3 CORE DOMAINS GENERIC SUBDOMAINS SUPPORTING SUBDOMAINS2 1 Different importanceDomains are not equally significant Orders Store Delivery Notifications Account
  • 24. 25 User in ecommerce contextDifferent meanings of users ACCOUNTSDELIVERYSTORE ORDERS โ€ข Shopper who looks for a products โ€ข Can add products to basket โ€ข Customer who bought placed order โ€ข Can change payment โ€ข User in store account โ€ข Can check personal data โ€ข Recipient who gets delivery โ€ข Can change change delivery address
  • 25. 26 3 LOGICAL BOUNDARY BETWEEN UNDERSTANDINGS UNIFIED MODEL DOES NOT EXISTS DIFFERENT MODEL FUNCTIONS AND DATA STRUCTURE2 1 Bounded contextThings has different meaning between contexts CustomerOrder Payment Products Recipient Delivery Company Address Orders Delivery
  • 26. 27 Modules divided from business perspective Solution adjusted to use-case Team bounded to single context Bounded ContextBenefits of using BC
  • 28. 29 3 DIFFERENT WAYS OF INTEGRATIONS SEPARATE WAYS AS INTEGRATION APPROACH TRANSLATIONS BETWEEN CONTEXT2 1 Context mapApproaches of communications between contexts Orders Store Shipping Notifications Down Up Shared Kernel Shared Kernel Layer Partnership Legacy Reporting Separate Ways
  • 29. 30 More effective integration between contexts Better informed decisions Organized, business architecture Context MapBenefits of using CM
  • 30. 31
  • 31. 32 Monolith -> Modular MonolithLess common transition to microservices Store Func 2 Account Func 2 Delivery Func 1 Store Func 3 Delivery Func 2 Delivery Func 3 Order Func 1 Order Func 3 Account Func 2 Store Func 1 Order Func 2 Account Func 3 All Func in one DB Delivery Func 2 Delivery Func 3 Delivery Func 3 App Order Func 1 Order Func 3 Account Func 2 Store Func 2 Store Func 3 Store Func 1 Modules inside DB Account Func 2 Account Func 1 Account Func 3 Store Module Account Module Delivery Module Order Module App
  • 32. 33 Modular Monolith -> MicroservicesTransition to microservices step by step Delivery Func 2 Delivery Func 3 Delivery Func 3 Order Func 1 Order Func 3 Account Func 2 Store Func 2 Store Func 3 Store Func 1 Modules inside DB Account Func 2 Account Func 1 Account Func 3 App 1 Delivery Func 2 Delivery Func 3 Delivery Func 3 Order Func 1 Order Func 3 Account Func 2 Store Func 2 Store Func 3 Store Func 1 Modules inside DB Account Func 2 Account Func 1 Account Func 3 App Store DB Delivery DB Store Module Account Module Delivery Module Order Module Store Service Account Module Delivery Service Order Module
  • 33. 34 Monolith splitted by modularizationMicroservices fitness check Delivery Func 2 Delivery Func 3 Delivery Func 3 Order Func 1 Order Func 3 Account Func 2 Store Func 2 Store Func 3 Store Func 1 Account Func 2 Account Func 1 Account Func 3 Store DB Delivery DB Account DB Order DB 3 TRANSACTION INSIDE SERVICE BUSINESS FOCUSED SERVICES SINGLE DATA OWNERSHIP2 1 4 INDEPENDENT DEPLOYMENTS Store Service Account Service Delivery Service Order Service
  • 35. 36 radblog.pl/DDD Articles: โ€ขWeronika ลabaj - DDD Ultra-Lite โ€ขHerberto Graca - Domain-Driven Design โ€ขCarbon Five - Ubiquitous Language & the joy of naming โ€ขSapiens Work - DDD - The Bounded Context Explained โ€ขPhilip Brown - Strategies for Integrating Bounded Contexts โ€ขSebastian Gฤ™bski - The awesomeness of Modular Monolith โ€ขMicrosoft - Tackling Business Complexity in a Microservice with DDD and CQRS Patterns โ€ขBerke Sokhan - Domain Driven Design for Services Architecture Videos: โ€ขDevTalk - DDD with Sล‚awomir Sobรณtka โ€ขDevTalk Trio - DDD โ€ขDomain Driven Design: The Good Parts - Jimmy Bogard โ€ขWhat is Domain Driven Design? โ€ขDDD & Microservices: At Last, Some Boundaries! โ€ข7 Reasons Why DDD Projects Fail Books: โ€ขEric Evans - Domain Driven Design โ€ขVernon Vaughn - Implementing Domain-Driven Design โ€ขVernon Vaughn - Domain-Driven Design Distilled โ€ขSam Newman - Building Microservices: Designing Fine-Grained Systems

Editor's Notes

  • #10: - Being closely aligned to business DDD results in better mapping clientโ€™s needs to product. - DDD focuces on creating common understanding between projectโ€™s parties. - DDD strategies allows to create more modular and maintable application.
  • #11: - Being closely aligned to business DDD results in better mapping clientโ€™s needs to product. - DDD focuces on creating common understanding between projectโ€™s parties. - DDD strategies allows to create more modular and maintable application.
  • #14: - Being closely aligned to business DDD results in better mapping clientโ€™s needs to product. - DDD focuces on creating common understanding between projectโ€™s parties. - DDD strategies allows to create more modular and maintable application.
  • #27: - - Kaลผdy dziaล‚ bฤ™dzie - Nie da siฤ™ stworzyc jednorodnego modelu poniewaลผ rzeczywistoล›ฤ‡ nie jest jednorodna.