#testing
Smoothing the Path with AI
2 min readMy favorite use of AI - not vibe-coding toy apps, but smoothing over the path - like driving a car down the highway instead of going on a cross-country hike.
Writing Reliable Unit Tests for Our Components
9 min readThree common pitfalls when writing component unit tests and how to write more reliable tests that focus on the component's public interface.
Using Angular's Dependency Injection Sparingly
5 min readHow excessive abstraction slowed down our unit tests to a crawl.