Backend engineer building high-performance systems in Go.
I create infrastructure that stays reliable under real production load.
A distributed job queue library for Go backed by PostgreSQL and Redis. Built for emails, billing, notifications, scheduled tasks, retries, and background work that must remain durable even during crashes or Redis restarts.
Go PostgreSQL Redis Distributed Systems
A modern scripting language built for clarity. Designed for automation, CLI tools, internal tooling, and scripts that stay readable as they grow. Includes built-in HTTP, JSON, concurrency, and standalone binary compilation.
Go Language Design Compiler
A lightweight authentication library for Go that handles secure login systems, rotating refresh tokens, middleware protection, session revocation, and multi-device auth without rebuilding auth from scratch.
Go JWT Security
A high-performance rate limiting library for Go built to protect APIs and services from abuse, brute force attempts, traffic spikes, and noisy clients in both single-server and distributed environments.
Go Performance Redis
An HTTP/1.1 server written from scratch in Go. Handles routing, parsing, keep-alive, TLS, static files, graceful shutdown, and high throughput while showing how the web works under the hood.
Go HTTP Networking