Completed
Intro
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
From a Distributed Monolith to a Microservices Solution
Automatically move to the next video in the Classroom when playback concludes
- 1 Intro
- 2 Why a monolith
- 3 microservices vs monolith
- 4 no silver bullet
- 5 monolith to microservices
- 6 integration service
- 7 API management
- 8 Using our own API
- 9 A distributed monolith
- 10 The next service
- 11 The integration API
- 12 The business people
- 13 The solution
- 14 Functional domains
- 15 Implementation details
- 16 Do repeat yourself
- 17 loosely coupled code
- 18 event vs command
- 19 good practices
- 20 Bloat defense
- 21 Open close principle