Completed
Intro
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
Long-Lived Microservices
Automatically move to the next video in the Classroom when playback concludes
- 1 Intro
- 2 Design & architecture
- 3 It's simple without the details
- 4 Details make things complex
- 5 Stateful services
- 6 Message delivery semantics
- 7 Details make the difference
- 8 Good protocols
- 9 Tooling: build-time support
- 10 Tooling: "natural-looking" code
- 11 Tooling: testing
- 12 Strict and fully-contained
- 13 Security is important
- 14 Value semantics for authn & z
- 15 Check claims in every service
- 16 Reactive
- 17 Responsive
- 18 Resilient
- 19 With back-pressure
- 20 Assemble entire systems
- 21 Summary