Things I've built

A selection of personal projects and open source work. Placeholder descriptions — real projects coming soon.

infra-toolkit

A CLI tool for managing Kubernetes clusters and cloud resources. Abstracts common operational tasks into simple commands.

Go
Kubernetes
CLI

api-gateway

High-performance reverse proxy and API gateway written in Go with rate limiting, auth middleware, and observability built in.

Go
gRPC
Redis

deploy-bot

Telegram bot for triggering and monitoring deployments. Integrates with GitHub Actions and Kubernetes rollouts.

Node.js
TypeScript
Telegram

homelab

Full homelab setup with Terraform, Ansible, and K3s. Everything reproducible from a fresh install.

Terraform
Ansible
K3s

mysite

This portfolio website. Built with Nuxt 3, Vuetify, and GSAP. Deployed as a static site.

Nuxt 3
TypeScript
GSAP

log-shipper

Lightweight log aggregation daemon that ships logs from multiple sources to ClickHouse with zero data loss guarantees.

Go
ClickHouse
Linux