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 →
9 min read

Build a Tiny Certificate Watcher in Go

Step-by-step guide to build a Go certificate watcher that validates TLS cert and key pairs, reports expiry, and reloads on file changes.

#golang #tls #x509
6 min read

Knex.js and pg-boss in One Transaction

A practical knex.js transaction + pgboss pattern that keeps database writes and pg-boss jobs consistent in one PostgreSQL transaction.

#nodejs #express #knexjs