Completed
The downside of microservices
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
Pacts to the Rescue! Making Your Microservices Play Nicely Together
Automatically move to the next video in the Classroom when playback concludes
- 1 Intro
- 2 Integrated tests are a scam
- 3 The problem with integrated tests
- 4 Achieving test symmetry
- 5 The problem with mocks
- 6 Rainbows and unicorns
- 7 No automated tools
- 8 The downside of microservices
- 9 The gateway to production
- 10 System integration tests
- 11 Packed
- 12 Benefits of contracts
- 13 Realworld examples
- 14 Setting up the world
- 15 Setting expectations
- 16 Act and assert
- 17 Service Provider
- 18 Test Data
- 19 Provider State
- 20 Verification State
- 21 Provider Verification
- 22 Sharing Contract
- 23 Pact Broker
- 24 Autogenerated documentation
- 25 Decouple releases
- 26 Non HTTP services
- 27 Underlying principles
- 28 Do I still need integration tests
- 29 Confidence vs responsiveness
- 30 Ditching integration tests
- 31 Consumerdriven contracts
- 32 When should you not use Pact
- 33 Language independence
- 34 Summary
- 35 Questions