TDD, where did it all go wrong by Ian Cooper

Probably number two on my list. This video helped me greatly understand the concept of a “unit”. That in turn, combined with bounded context idea from DDD world and hexagonal architecture with its ports and adapters, changed my perspective on tests in general. I finally understood what is the scope of a unit test and how I was doing it wrong previously.