How to reduce duplication in Python unittest suites by sharing common test logic across multiple test classes.
Posts for: #Testing
Behavior-Driven Development in Go
An exploration of Behavior-Driven Development in Go using GoDog, focusing on mindset, executable specifications, and writing tests that describe system behavior.
My Thoughts on Domain-Driven Design in Golang
DDD is not about folder naming. Here is my lightweight take — what actually works, what gets abused, and when to just start small.