Go

28 Jan 2025

Contract Testing in Go

A real implementation of Contract Testing in Go—simple, yet effective.

18 Dec 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.

4 Nov 2024

Go Interfaces

Unlock the Power of Golang Interfaces: Simplifying Abstractions and Flexibility in Your Codebase