Talks
This is a collection of the talks I've given in the past with links to resources. Interested in remote one-on-one or team training? Contact Me For More InformationApril 24, 2024
TDD When It Gets Hard: Testing APIs, Databases, and Events in PHP
Most TDD tutorials teach you to test a class with no dependencies. Then you go back to your actual codebase and run into fun wrinkles like HTTP clients, database queries, event listeners, and the...
Read