Projects
Things I've built
-
rLightning
High-performance, Redis 7.x compatible in-memory data store built from scratch in Rust. Implements RESP2/RESP3 protocols, 400+ commands across all data types, with cluster mode, Sentinel HA, Lua scripting, ACL security, and full persistence.
rust redis database in-memory distributed-systems -
NXpose
Self-hosted secure tunneling service written in Go. Expose local services to the internet through encrypted tunnels with OAuth2 auth, Let's Encrypt TLS, HTTP/TCP tunnels, and an admin dashboard.
go networking self-hosted tunneling -
Zuxi
Cross-platform offline developer toolkit written in Zig. A modular CLI/TUI Swiss-army knife with 40+ commands for JSON, encoding, security, time, and dev utilities — compiled into a single static binary.
zig cli tui developer-tools offline -
codedocgen
Automatic code documentation generator using tree-sitter for language-agnostic AST parsing and LLMs for intelligent analysis. Supports Java, Python, Go, TypeScript, and 165+ languages with multi-provider LLM support (Ollama, OpenRouter, OpenAI).
python llm documentation tree-sitter code-analysis