zhongziso
搜索
zhongziso
首页
首页
功能
磁力转BT
BT转磁力
关于
使用教程
免责声明
磁力助手
Domain-Driven Design Fundamentals
magnet:?xt=urn:btih:175e7230c392f0d14d3ec031ba36860915cb5906&dn=Domain-Driven Design Fundamentals
磁力链接详情
文件列表详情
175e7230c392f0d14d3ec031ba36860915cb5906
infohash:
96
文件数量
776.55 MB
文件大小
2022-9-30 23:56
创建日期
2024-11-15 02:23
最后访问
相关分词
Domain-Driven
Design
Fundamentals
01. Introducing DDD/01. Introduction.mp4 824.99 KB
01. Introducing DDD/02. 10 Years of Domain-Driven Design.mp4 2.81 MB
01. Introducing DDD/03. What's in This Course.mp4 2.42 MB
01. Introducing DDD/04. Eric Evans' Participation in This Course.mp4 1.14 MB
01. Introducing DDD/05. Why Should You Care About Domain-Driven Design.mp4 4.24 MB
01. Introducing DDD/06. High Level View of DDD 1 - Interaction With Domain Experts.mp4 4.96 MB
01. Introducing DDD/07. Eric Evans on the Importance of Communication.mp4 1.77 MB
01. Introducing DDD/08. High Level View of DDD 2 - Focus on a SubDomain.mp4 4.13 MB
01. Introducing DDD/09. High Level View of DDD 3 - Implementing the SubDomain.mp4 5.74 MB
01. Introducing DDD/10. Benefits of DDD.mp4 4.52 MB
01. Introducing DDD/11. Drawbacks of DDD.mp4 5.1 MB
01. Introducing DDD/12. A Mind Map of DDD's Working Parts.mp4 10.53 MB
01. Introducing DDD/13. Overview of the App Used in This Course.mp4 22.08 MB
01. Introducing DDD/14. Key Takeaways.mp4 2.6 MB
01. Introducing DDD/15. Resources.mp4 2.03 MB
02. DDD - Modeling Problems in Software/01. Introduction.mp4 1.07 MB
02. DDD - Modeling Problems in Software/02. Goals.mp4 1.27 MB
02. DDD - Modeling Problems in Software/03. Learning About Our Domain by Talking With a Domain Expert.mp4 10.07 MB
02. DDD - Modeling Problems in Software/04. Breaking the Domain Into Sub-domains.mp4 1.4 MB
02. DDD - Modeling Problems in Software/05. Focusing on One Sub-domain With the Domain Expert .mp4 14.08 MB
02. DDD - Modeling Problems in Software/06. First High-level Model of the Sub-domain.mp4 1.79 MB
02. DDD - Modeling Problems in Software/07. Creating a Bounded Context.mp4 9.58 MB
02. DDD - Modeling Problems in Software/08. Difference Between Sub-domain and Bounded Context.mp4 11.03 MB
02. DDD - Modeling Problems in Software/09. Understanding Context Maps.mp4 12.13 MB
02. DDD - Modeling Problems in Software/10. Eric Evans on Clearly Defining Context Boundaries.mp4 6.39 MB
02. DDD - Modeling Problems in Software/11. Bounded Contexts in Our Application.mp4 6.45 MB
02. DDD - Modeling Problems in Software/12. The Ubiquitous Language of a Bounded Context.mp4 12.63 MB
02. DDD - Modeling Problems in Software/13. Working on a Ubiquitous Language With the Domain Expert.mp4 13.01 MB
02. DDD - Modeling Problems in Software/14. Glossary of Terms From This Module.mp4 11.97 MB
02. DDD - Modeling Problems in Software/15. A Quick Review.mp4 1.74 MB
02. DDD - Modeling Problems in Software/16. Resources.mp4 1.01 MB
03. Elements of a Domain Model/01. Introduction.mp4 904.5 KB
03. Elements of a Domain Model/02. Goals.mp4 3.02 MB
03. Elements of a Domain Model/03. The Importance of Understanding DDD Terminology.mp4 14.92 MB
03. Elements of a Domain Model/04. Focus on the Domain.mp4 6.24 MB
03. Elements of a Domain Model/05. Anemic and Rich Models.mp4 11.32 MB
03. Elements of a Domain Model/06. Entities in DDD and in Our Bounded Context.mp4 30.22 MB
03. Elements of a Domain Model/07. Eric Evans on the Single Responsibility of Entities.mp4 24.59 MB
03. Elements of a Domain Model/08. Eric Evans on the Entity Equality Methods.mp4 8.52 MB
03. Elements of a Domain Model/09. How We've Implemented Entities in Our Code.mp4 29.69 MB
03. Elements of a Domain Model/10. Associations (aka Relationships).mp4 12.82 MB
03. Elements of a Domain Model/11. Value Objects.mp4 16.27 MB
03. Elements of a Domain Model/12. Eric Evans on the Methods in Value Objects.mp4 12.86 MB
03. Elements of a Domain Model/13. Value Objects in Our Code.mp4 17.41 MB
03. Elements of a Domain Model/14. Eric Evans on the Entity Logic in Value Objects.mp4 5.96 MB
03. Elements of a Domain Model/15. Domain Services.mp4 7.12 MB
03. Elements of a Domain Model/16. Glossary.mp4 5.58 MB
03. Elements of a Domain Model/17. Key Takeaways.mp4 1.21 MB
03. Elements of a Domain Model/18. Resources.mp4 2.2 MB
04. Aggregates in Domain-Driven Design/01. Introduction.mp4 746.55 KB
04. Aggregates in Domain-Driven Design/02. Goals.mp4 1.09 MB
04. Aggregates in Domain-Driven Design/03. Tackling Data Complexity.mp4 8.23 MB
04. Aggregates in Domain-Driven Design/04. Introducing Aggregates and Aggregate Roots.mp4 6.45 MB
04. Aggregates in Domain-Driven Design/05. Interacting With Aggregates.mp4 5.08 MB
04. Aggregates in Domain-Driven Design/06. Evolving the Appointments Aggregate.mp4 3.62 MB
04. Aggregates in Domain-Driven Design/07. Using Invariants to Better Understand Our Aggregate.mp4 4.91 MB
04. Aggregates in Domain-Driven Design/08. Modeling Breakthroughs and Refactoring.mp4 3.03 MB
04. Aggregates in Domain-Driven Design/09. Considering Schedule as Our New Aggregate.mp4 4.08 MB
04. Aggregates in Domain-Driven Design/10. The Schedule Aggregate in Our Application.mp4 28.1 MB
04. Aggregates in Domain-Driven Design/11. Review Aggregate Tips.mp4 2.5 MB
04. Aggregates in Domain-Driven Design/12. Glossary.mp4 2.12 MB
04. Aggregates in Domain-Driven Design/13. Resources.mp4 1.34 MB
05. Repositories/01. Introduction.mp4 621.28 KB
05. Repositories/02. Goals.mp4 644.07 KB
05. Repositories/03. Introducing Repositories.mp4 13.24 MB
05. Repositories/04. Repository Tips, Benefits, and Guidance.mp4 11.55 MB
05. Repositories/05. Comparing Repositories and Factories.mp4 1.76 MB
05. Repositories/06. To IRepository T or Not to IRepository T.mp4 2.2 MB
05. Repositories/07. Generic Repositories in DDD.mp4 4.22 MB
05. Repositories/08. Repositories in Our Application.mp4 21.36 MB
05. Repositories/09. Refactoring for Better Separation.mp4 24.28 MB
05. Repositories/10. Glossary.mp4 2.51 MB
05. Repositories/11. References.mp4 859.67 KB
06. Domain Events and Anti-corruption Layers/01. Introduction.mp4 773.99 KB
06. Domain Events and Anti-corruption Layers/02. Goals.mp4 498.57 KB
06. Domain Events and Anti-corruption Layers/03. Introducing Domain Events.mp4 13.19 MB
06. Domain Events and Anti-corruption Layers/04. Domain Events Demo in a Simple App.mp4 42.69 MB
06. Domain Events and Anti-corruption Layers/05. Domain Events in Our Application.mp4 36.52 MB
06. Domain Events and Anti-corruption Layers/06. Domain Event Boundaries.mp4 4.62 MB
06. Domain Events and Anti-corruption Layers/07. Anti-corruption Layers.mp4 7.71 MB
06. Domain Events and Anti-corruption Layers/08. Glossary.mp4 3.14 MB
06. Domain Events and Anti-corruption Layers/09. References.mp4 1.58 MB
07. Reaping the Benefits of Domain-Driven Design/01. Introduction.mp4 735.27 KB
07. Reaping the Benefits of Domain-Driven Design/02. Goals.mp4 772.74 KB
07. Reaping the Benefits of Domain-Driven Design/03. Our Current System Design.mp4 2.99 MB
07. Reaping the Benefits of Domain-Driven Design/04. Discussing a New Feature With the Domain Expert.mp4 3.99 MB
07. Reaping the Benefits of Domain-Driven Design/05. Planning the Implementation.mp4 2.14 MB
07. Reaping the Benefits of Domain-Driven Design/06. Adding a Message Queue Between Our Apps.mp4 11.01 MB
07. Reaping the Benefits of Domain-Driven Design/07. Combining Message Queues, Events, and Services.mp4 16.46 MB
07. Reaping the Benefits of Domain-Driven Design/08. Debugging to See Detailed Implementation in Code.mp4 45.44 MB
07. Reaping the Benefits of Domain-Driven Design/09. Considering the UI When Designing the Domain.mp4 2.36 MB
07. Reaping the Benefits of Domain-Driven Design/10. Homework - Extending the App Again.mp4 5.27 MB
07. Reaping the Benefits of Domain-Driven Design/11. Eric Evans on the Fallacy of Perfectionism.mp4 11.81 MB
07. Reaping the Benefits of Domain-Driven Design/12. Remember This From This Module!.mp4 1.15 MB
07. Reaping the Benefits of Domain-Driven Design/13. Glossary.mp4 1.95 MB
07. Reaping the Benefits of Domain-Driven Design/14. References.mp4 4.02 MB
其他位置