Completed
Key concepts of modelling Microservices
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
The Microservices Journey from a Startup Perspective
Automatically move to the next video in the Classroom when playback concludes
- 1 Intro
- 2 Each journey is different
- 3 The beginning ... A monolith in every aspect
- 4 After an evolving while ...
- 5 Separate Collaboration Apps
- 6 Small, autonomous teams
- 7 In the long run
- 8 Looks easy at first glance.
- 9 Microservices come with complexity
- 10 Challenges of transformation
- 11 How to start?
- 12 Key concepts of modelling Microservices
- 13 Identify Bounded Contexts
- 14 Bounded Contexts = Collaboration Apps
- 15 First approach as a co-existing service
- 16 Heavy undertake if you do all at once
- 17 Split in steps - e.g. top down
- 18 Extracting Web App
- 19 Extracting Business Logic
- 20 Extracting Data Storage
- 21 Which one first?
- 22 Stop feeding the monolith
- 23 Get your CI/CD pipeline ready
- 24 Testing - Consumer Driven Contract Tests with Pact
- 25 Deployment in a polyglot enviroment
- 26 Design for Failure
- 27 Development environment
- 28 Summary