Completed
Let's Look at some caching code
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
Building Operable Software with TDD - But Not the Way You Think
Automatically move to the next video in the Classroom when playback concludes
- 1 Intro
- 2 Building for Production
- 3 What do we mean by TDD
- 4 Test-Driven Development (The good)
- 5 Let's Talk Component testing UNIT TESTS PASSING
- 6 Outside-in Testing (Benefits)
- 7 Lets look at some code
- 8 Readable Tests (Remove Implementation)
- 9 Readable Tests (Add Context)
- 10 Readable Tests (Add Test Specific Asserts)
- 11 Readable Tests (Persistence with API checks)
- 12 What have we tested?
- 13 What can't we test this way?
- 14 Let's Look at some caching code
- 15 Lets Add OpenTelemetry to the Tests
- 16 Refactor for readability
- 17 Parallel Processing
- 18 Useful reading/watching