Этот материал находится в платной подписке. Оформи премиум подписку и смотри или слушай Domain Driven Design & Microservices for Architects, а также все другие курсы, прямо сейчас!
Премиум
  1. Урок 1. 00:04:39
    Author introductions and Course outline
  2. Урок 2. 00:06:56
    Development tools and setup
  3. Урок 3. 00:05:39
    Microservices Architecture
  4. Урок 4. 00:09:49
    Business & Digital Transformation
  5. Урок 5. 00:08:02
    A Business Perspective of Microservices
  6. Урок 6. 00:08:22
    A Technical Perspective of Microservices
  7. Урок 7. 00:08:59
    Adoption of Microservices Architecture
  8. Урок 8. 00:05:27
    Domain, Sub-Domain and Domain Experts
  9. Урок 9. 00:09:14
    Conceptual models, Architecture and Design
  10. Урок 10. 00:07:55
    Modeling techniques & Architectural Styles
  11. Урок 11. 00:06:27
    Domain Models
  12. Урок 12. 00:06:06
    Modeling techniques & Architectural Styles
  13. Урок 13. 00:02:37
    Why understand the Business?
  14. Урок 14. 00:07:12
    Introduction to Business Model Canvas
  15. Урок 15. 00:08:08
    Exercise : ACME Travels Business Model Canvas
  16. Урок 16. 00:02:21
    Introduction to DDD and Patterns
  17. Урок 17. 00:10:29
    Business Subdomain Types
  18. Урок 18. 00:04:57
    Exercise : ACME Subdomain Type Assignment
  19. Урок 19. 00:04:40
    Understanding the Business Context
  20. Урок 20. 00:07:16
    Business Domain Language
  21. Урок 21. 00:07:34
    Strategic Pattern : Ubiquitous Language
  22. Урок 22. 00:06:29
    Exercise : Define ACME's Ubiquitous Language
  23. Урок 23. 00:07:49
    Strategic Pattern : Bounded Context
  24. Урок 24. 00:07:06
    Discovering the Bounded Contexts in a Domain
  25. Урок 25. 00:08:18
    Exercise : Identify ACME's Bounded Contexts
  26. Урок 26. 00:02:20
    Intro to DDD Integration Patterns
  27. Урок 27. 00:05:18
    Managing BC Relationships using Context Maps
  28. Урок 28. 00:06:26
    Symmetric Relationship Patterns
  29. Урок 29. 00:08:16
    Asymmetric Relationship Patterns
  30. Урок 30. 00:03:35
    One to Many Relationship Patterns
  31. Урок 31. 00:05:31
    Exercise : Context Mapping for a Bank
  32. Урок 32. 00:01:39
    Intro to DDD Tactical Patterns
  33. Урок 33. 00:06:37
    Entity Object - Pattern
  34. Урок 34. 00:07:56
    Value Object - Pattern
  35. Урок 35. 00:08:40
    Exercise : Identify Entity & VO in ACME Sales Model
  36. Урок 36. 00:10:33
    Hands On : Building the ACME Sales Entities & VO in JAVA
  37. Урок 37. 00:05:26
    Aggregate & Factory - Pattern
  38. Урок 38. 00:03:56
    Exercise : ACME Sales Use Case
  39. Урок 39. 00:04:53
    Hands On : UML for ACME Sales Aggregates
  40. Урок 40. 00:08:56
    Model Behavior : Anemic & Rich Models
  41. Урок 41. 00:10:03
    Repository Object - Pattern
  42. Урок 42. 00:10:13
    Hands On : ACME model Repository in UML & JAVA
  43. Урок 43. 00:06:52
    Domain Service - Pattern
  44. Урок 44. 00:06:13
    Application Services - Pattern
  45. Урок 45. 00:05:14
    Infrastructure Services - Pattern
  46. Урок 46. 00:05:16
    Hands On : ACME Domain Service, UML & JAVA
  47. Урок 47. 00:06:13
    Hands On : Application and Infrastructure Services, UML & JAVA
  48. Урок 48. 00:01:56
    Intro to Events in Microservices
  49. Урок 49. 00:07:08
    Monolithic & Distributed Communication Patterns
  50. Урок 50. 00:09:16
    Microservices Interaction Patterns
  51. Урок 51. 00:10:49
    Event Driven Architecture
  52. Урок 52. 00:09:47
    Hands On : Pub Sub with AMQP/RabbitMQ
  53. Урок 53. 00:11:35
    Domain Events - Pattern
  54. Урок 54. 00:08:29
    Hands On : Static Class Broker Pattern
  55. Урок 55. 00:06:10
    Exercise : ACME Sales Domain Events
  56. Урок 56. 00:03:07
    Hands On : Realization of ACME Domain Events
  57. Урок 57. 00:07:14
    Integration Events - Pattern
  58. Урок 58. 00:08:23
    Exercise : ACME Sales Integration Events
  59. Урок 59. 00:07:52
    Hands On : Realization of ACME Integration Events (1 of 2)
  60. Урок 60. 00:04:33
    Hands On : Realization of ACME Integration Events (2 of 2)
  61. Урок 61. 00:01:38
    Learning Objectives : Discovering the Events in a Domain
  62. Урок 62. 00:07:21
    Introduction to Event Storming
  63. Урок 63. 00:08:25
    Elements of Event Storming
  64. Урок 64. 00:06:52
    Preparing for the ES Workshop
  65. Урок 65. 00:07:10
    Conducting the ES Workshop
  66. Урок 66. 00:09:40
    Exercise : ACME Sales ES Workshop
  67. Урок 67. 00:01:32
    Introduction to Microservices Data Persistence
  68. Урок 68. 00:05:31
    Monolithic Apps - Shared Persistence Storage
  69. Урок 69. 00:02:26
    Service Oriented Architecture (SOA)
  70. Урок 70. 00:04:10
    Separate Database pattern
  71. Урок 71. 00:06:56
    Brownfield Microservices : Database patterns | options
  72. Урок 72. 00:09:36
    Shared Database Pattern
  73. Урок 73. 00:08:14
    Shared Database : Challenges & Solutions
  74. Урок 74. 00:02:37
    Need for more Data Patterns
  75. Урок 75. 00:04:27
    Commands Query Separation (CQS)
  76. Урок 76. 00:09:55
    Hands On : PostgreSQL Database for backend
  77. Урок 77. 00:05:48
    Realization of Commands & Queries
  78. Урок 78. 00:10:38
    Hands On : Build the CQS Pattern
  79. Урок 79. 00:07:18
    Command Query Responsibility Segregation (CQRS)
  80. Урок 80. 00:03:30
    Data Replication between WRITE-READ sides
  81. Урок 81. 00:06:27
    Exercise : ACME CQRS for Proposal
  82. Урок 82. 00:06:10
    Hands On : ACME CQRS command implementation
  83. Урок 83. 00:08:28
    Event Sourcing and Event Store considerations
  84. Урок 84. 00:07:54
    Hands On : MongoDB for ACME Sales READ side
  85. Урок 85. 00:06:40
    Hands On : CQRS-v1 Proposal Subscriber
  86. Урок 86. 00:02:21
    Hands On : CQRS-v2 Read side Query
  87. Урок 87. 00:01:53
    Introduction to Reliable Messaging
  88. Урок 88. 00:10:34
    Designing for Failure
  89. Урок 89. 00:12:10
    Exercise : Address ACME CQRS Write side failures
  90. Урок 90. 00:09:19
    Exercise : Address ACME CQRS Read side failures
  91. Урок 91. 00:05:50
    Hands On : Handling Duplicate Messages
  92. Урок 92. 00:01:27
    Use of Kafka in Microservices
  93. Урок 93. 00:03:46
    Kafka Overview
  94. Урок 94. 00:11:23
    Kafka Concepts
  95. Урок 95. 00:06:35
    Hands On : Create a Kafka Cluster
  96. Урок 96. 00:05:21
    Hands On : Working with Kafka Producer
  97. Урок 97. 00:08:13
    Hands On : Working with Kafka Consumer Groups
  98. Урок 98. 00:05:16
    Kafka vs AMQP (RabbitMQ)
  99. Урок 99. 00:07:13
    Exercise : Messaging for Microservices
  100. Урок 100. 00:00:59
    Distributed Transactions with SAGA
  101. Урок 101. 00:08:01
    SAGA Pattern for distributed transactions
  102. Урок 102. 00:07:09
    SAGA Choreography Vs. Orchestration
  103. Урок 103. 00:04:12
    SAGA Implementation Considerations
  104. Урок 104. 00:11:39
    Exercise : ACME Sales Booking Transaction SAGA
  105. Урок 105. 00:09:12
    Hands On : UML & Code walkthrough of Booking SAGA
  106. Урок 106. 00:02:15
    Microservices-API Realization
  107. Урок 107. 00:02:45
    Introduction to REST API
  108. Урок 108. 00:07:17
    REST API Resources & Design constraints
  109. Урок 109. 00:06:39
    API Management
  110. Урок 110. 00:04:17
    Exercise : ACME REST API for Products
  111. Урок 111. 00:10:20
    Hands On : ACME REST API in action
  112. Урок 112. 00:09:22
    Introduction to GraphQL
  113. Урок 113. 00:04:53
    GraphQL Schema Definition
  114. Урок 114. 00:07:25
    Exercise : ACME GraphQL API for Products