Completed
Example Reactive, MicroService architecture
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
Reactive Systems
Automatically move to the next video in the Classroom when playback concludes
- 1 Introduction
- 2 Our World Is Changing
- 3 Mechanical Sympathy
- 4 The Reactive Manifesto
- 5 Reactive Systems Are
- 6 Properties of Reactive Systems
- 7 Fractal Architecture
- 8 Failure Modes in Synchronous Messaging
- 9 Synch Messaging Breeds Complexity
- 10 Services as State Machines
- 11 Importance of Idempotence
- 12 An Example of Idempotence
- 13 Simple Programming Model
- 14 Message Based Persistence
- 15 Queues Represent an Unstable State
- 16 Back-Pressure
- 17 Location Transparency
- 18 Linear Scalability Through Sharding
- 19 Example Reactive, MicroService architecture
- 20 Where to start?