Articles
Jan 7, 2025
The Integration Test Trap: A Recipe for Inefficiency
Integration tests drain time and money, miss mistakes, and slow delivery. Attest why unit tests are the smarter, faster path to software quality.
Dec 29, 2024
2024 in Words, a Year of Growth Reflections and Discoveries
A personal reflection on the year’s writings, and learnings—exploring growth through technical and creative journeys.
Dec 18, 2024
Mocking Mayhem: Cutting the Strings on Overengineering Golang
Refactor Golang code and tests by eliminating unnecessary utility injections, embracing cleaner, deterministic, and maintainable test-driven development practices.