Completed
race condition
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
Efficiency Through Stateless Microservices: Request Handling
Automatically move to the next video in the Classroom when playback concludes
- 1 intro
- 2 preamble
- 3 entropy
- 4 microservices
- 5 the importance of stateless microservices
- 6 api gateway
- 7 authorization and authentication servers
- 8 load balancers
- 9 notification services
- 10 pre-trained model services
- 11 hybrid microservice
- 12 cqrs
- 13 synchronous interaction
- 14 race condition
- 15 asynchronous interaction based on mq cqrs again
- 16 event-driven architecture
- 17 finally
- 18 thanks