Torrent Info
Title Domain-Driven Design Fundamentals
Category
Size 636.34MB

Files List
Please note that this page does not hosts or makes available any of the listed filenames. You cannot download any of those files from here.
.gitignore 5.86KB
01. Course Overview.mp4 3.70MB
02. Introduction and Overview.mp4 2.62MB
03. What to Expect from This Course and This Module.mp4 2.39MB
04. Understanding the Value of Domain-Driven Design.mp4 3.69MB
05. Gaining a High-Level Understanding of DDD.mp4 7.71MB
06. Exploring the Benefits and Potential Drawbacks of DDD.mp4 7.59MB
07. Inspecting a Mind Map of Domain-Driven Design.mp4 8.34MB
08. Introducing Our Sample Application.mp4 6.22MB
09. Exploring the Sample Apps High-level Structure.mp4 7.78MB
10. Review and Resources.mp4 2.31MB
11. Introduction and Overview.mp4 1.91MB
12. Introducing Our Domain.mp4 2.31MB
13. Planning Ahead to Learn About the Domain.mp4 1.84MB
14. Conversation with a Domain Expert-Exploring the Domain and Its Subdomains.mp4 5.40MB
15. Conversation with a Domain Expert-Exploring the Scheduling Subdomain.mp4 9.84MB
16. Reviewing Key Takeaways from Meeting with Domain Experts.mp4 4.05MB
17. Taking a First Pass at Modeling our Subdomain.mp4 1.82MB
18. Using Bounded Contexts to Untangle Concepts that Appear to Be Shared.mp4 7.58MB
19. Conversation with Eric Evans on Subdomains and Bounded Contexts.mp4 2.43MB
20. Introducing Context Maps.mp4 10.14MB
21. Addressing the Question of Separate Databases per Bounded Context.mp4 3.44MB
22. Specifying Bounded Contexts in our Application.mp4 2.93MB
23. Understanding the Ubiquitous Language of a Bounded Context.mp4 6.61MB
24. Conversation with a Domain Expert- Working on our Ubiquitous Language.mp4 10.90MB
25. Reviewing Important Concepts from This Module.mp4 8.95MB
26. Review and Resources.mp4 1.81MB
27. Introduction and Overview.mp4 2.62MB
28. The Importance of Understanding DDD Terms.mp4 3.13MB
29. Focusing on the Domain.mp4 4.62MB
30. Identifying Events Leads to Understanding Behaviors.mp4 3.77MB
31. Comparing Anemic and Rich Domain Models.mp4 5.43MB
32. Understanding Entities.mp4 2.96MB
33. Differentiating CRUD from Complex Problems that Benefit from DDD.mp4 2.95MB
34. Switching Between Contexts in a UI.mp4 7.51MB
35. Using GUIDs or Ints for Identity Values.mp4 3.71MB
36. Talking with Eric Evans About the Responsibility of Entities.mp4 1.84MB
37. Implementing Entities in Code.mp4 15.69MB
38. Synchronizing Data Across Bounded Contexts.mp4 3.47MB
39. Review and Resources.mp4 4.50MB
40. Introduction and Overview.mp4 1.25MB
41. Getting Acquainted with Value Objects.mp4 2.66MB
42. Recognizing Commonly Used Value Objects.mp4 6.81MB
43. Getting More Insight from Eric Evans and Vaughn Vernon.mp4 7.41MB
44. Implementing Value Objects in Code.mp4 11.44MB
45. Understanding Domain Services.mp4 4.79MB
46. Review and Resources.mp4 5.54MB
47. Introduction and Overview.mp4 1.60MB
48. Tackling Data Complexity.mp4 4.11MB
49. Introducing Aggregates and Aggregate Roots.mp4 4.15MB
50. Considering Associations in Aggregates.mp4 10.71MB
51. Handling Relationships that Span Aggregates.mp4 3.50MB
52. Evolving the Appointments Aggregate.mp4 2.41MB
53. Using Invariants to Better Understand Our Aggregate.mp4 2.93MB
54. Modeling Breakthroughs and Refactoring.mp4 2.66MB
55. Recognizing Signs of a Misidentified Aggregate.mp4 6.33MB
56. Considering Schedule as Our New Aggregate.mp4 2.78MB
57. Exploring the Schedule Aggregate in Our Application.mp4 18.59MB
58. Sharing Our Tips for Aggregate Design.mp4 1.94MB
59. Review and Resources.mp4 3.50MB
60. Introduction and Overview.mp4 1.11MB
61. Introducing Repositories.mp4 6.88MB
62. Repository Benefits.mp4 2.06MB
63. Repository Tips.mp4 4.91MB
64. Avoiding Repository Blunders.mp4 3.82MB
65. Addressing the Debates Around Using Repositories.mp4 7.40MB
66. Returning IQueryables-Pros and Cons.mp4 12.91MB
67. Considering Generic Repositories and Interfaces.mp4 7.81MB
68. Exploring Repositories in our Application.mp4 17.38MB
69. Introducing the Specification Pattern.mp4 12.78MB
70. Using Specifications with Repositories in Our App.mp4 16.92MB
71. Review and Resources.mp4 4.14MB
72. Introduction and Overview.mp4 1.56MB
73. Introducing Domain Events.mp4 5.24MB
74. Identifying Domain Events in Our System.mp4 2.54MB
75. Designing Domain Events.mp4 2.18MB
76. Applying Domain Events to a Simple App.mp4 23.60MB
77. Exploring Domain Events in Our Application.mp4 18.78MB
78. Introducing Anti-Corruption Layers.mp4 6.48MB
79. Review and Resources.mp4 4.28MB
80. Introduction and Overview.mp4 1.34MB
81. Reviewing Our Current System Design.mp4 3.48MB
82. Addressing a New Feature with the Domain Expert.mp4 3.77MB
83. Planning Our Implementation Steps.mp4 1.72MB
84. Introducing Message Queues.mp4 6.59MB
85. Sending a Message to the Queue.mp4 4.95MB
86. Reading From the Message Queue and Acting on the Message.mp4 8.61MB
87. Using Multiple Queues to Handle Various Communications.mp4 7.21MB
88. Debugging to See the Detailed Implementation in Code.mp4 23.12MB
89. Considering Microservices.mp4 5.31MB
90. Sharing Some Tips for Extending and Running the Sample Application.mp4 4.70MB
91. Considering the UI in the Domain Design.mp4 4.74MB
92. Modeling with Event Storming and Other Techniques.mp4 5.06MB
93. Eric Evans on the Fallacy of Perfectionism.mp4 2.23MB
94. Lessons Learned Since Our 2014 Course.mp4 7.27MB
95. Review and Resources.mp4 5.82MB
adding-in-domain-events-and-anti-corruption-layers-slides.pdf 16.32MB
App.cs 1.47KB
Appointment.cs 2.25KB
AppointmentConfirmed.cs 605B
AppointmentCreated.cs 596B
AppointmentSchedulingService.cs 598B
ConsoleWriter.cs 829B
Content.txt 9.04KB
DomainEventsConsole.csproj 431B
DomainEventsConsole.sln 1.09KB
elements-of-a-domain-model-slides.pdf 8.79MB
evolving-the-application-easily-thanks-to-ddd-slides.pdf 10.45MB
IDomainEvent.cs 180B
IEntity.cs 219B
IHandle.cs 269B
introducing-domain-driven-design-slides.pdf 8.20MB
IRepository.cs 303B
launch.json 1.16KB
LICENSE 1.04KB
modeling-problems-in-software-slides.pdf 13.69MB
NotifyUIAppointmentConfirmed.cs 657B
NotifyUIAppointmentCreated.cs 597B
NotifyUserAppointmentCreated.cs 585B
Poster.jpg 220.42KB
Program.cs 1.01KB
README.md 82B
Repository.cs 1.16KB
tackling-complexity-with-aggregates-slides.pdf 7.79MB
tasks.json 1.21KB
understanding-value-objects-and-services-in-the-model-slides.pdf 4.74MB
working-with-repositories-slides.pdf 5.78MB
Distribution statistics by country
Russia (RU) 14
Belarus (BY) 3
United States (US) 3
Spain (ES) 2
France (FR) 1
Georgia (GE) 1
Belgium (BE) 1
Latvia (LV) 1
Canada (CA) 1
Total 27
IP List List of IP addresses which were distributed this torrent