Things I've built
A distributed task queue built in Go with support for delayed jobs, retries, and dead-letter queues. Uses Redis for broker and SQLite for persistence.
Real-time chat application with WebSocket support, room management, message persistence, and end-to-end encryption.
A developer-friendly CLI tool for managing Kubernetes clusters. Simplifies common operations like log tailing, port forwarding, and resource inspection.
Zero-dependency PostgreSQL migration tool written in Go. Supports up/down migrations, dry-run mode, and version locking.