Projects
A selection of things I've built, from Go backends and CLI tools to an AI coding assistant and Android apps.
Chirpy (Jan 2026)
Go, SQL, PostgreSQL, REST API, JWT
- A full-featured HTTP server built with Go's standard library, exposing a RESTful JSON API.
- PostgreSQL data layer using sqlc for type-safe queries and goose for schema versioning.
- Argon2id password hashing, dual-token JWT authentication, and webhook integration.
Gator (Dec 2025)
Go, SQL, PostgreSQL
- A command-line RSS feed aggregator backed by PostgreSQL.
- User authentication, feed subscription management, and concurrent RSS feed fetching with configurable intervals.
- Type-safe database queries via sqlc.
Devly AI (Sep 2025)
Python, Gemini API, CLI Tools
- An LLM-powered coding assistant that reads, modifies, and executes code from the CLI.
- Self-correction loops with file manipulation and execution tools for real-time code editing and debugging.
- Built on Google's Gemini API with function calling.
Clove (Jan 2025 (Ongoing))
Kotlin, Jetpack Compose, Android Studio
- An Android meditation app with guided sessions and sleep sounds.
- Custom UI animations and an optimized, smooth user experience.
AnkiDroid Contributions (Dec 2024, Present)
Open Source, Android, UI/UX
- Open-source contributions to AnkiDroid focused on UI improvements and user experience.
- Merged pull requests shipped through code reviews and community collaboration.