Skip to content

Staff Software Engineer · Go · TypeScript · Microservices

Hector Yeomans

I build scalable backend systems and lead engineering teams. Focus areas include Go, TypeScript, microservices, and modernizing legacy platforms.

Focus Areas

  • Crafting resilient services with Go, TypeScript, and distributed architectures.
  • Investigating transparency and open-data initiatives across Mexico.
  • Transforming monoliths into maintainable microservices with pragmatic patterns.

Latest Writing

Fresh insights on software and transparency

View all posts →
5 min read

Managing Go Tools the Right Way: From tools.go to go tool

Go 1.24 introduces a better way to manage project tools. Let's explore the evolution from manual installs to tools.go to the new go tool directive using OpenAPI code generation as a practical example.

#golang #tooling