Go

6 Sep 2025

Working Environment Bootstrapper

A summary of how I improved my dotfiles project to get a fully functional working environment ready in just a few minutes.

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