Software
8 Sep 2025
VSCode Workspaces to Tmux Session
Is there a way to work with VSCode workspaces in a Tmux session? I’ve found a way to do it and work with Vim in each workspace.
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
A real implementation of Contract Testing in Go—simple, yet effective.
7 Jan 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.
4 Nov 2024
Unlock the Power of Golang Interfaces: Simplifying Abstractions and Flexibility in Your Codebase
13 Jul 2024
Exploring the benefits of test-driven development to build software.