Projects
This page mirrors the current resume project lineup while keeping a little more room for browsing on the web.
- Built a supplement ranking web app in React 19 + Vite that helps users compare products by category, search terms, price, stock status, and ingredient data from a curated catalog.
- Engineered serverless ranking APIs and product-level aggregation logic to merge variant data, normalize search, and surface cleaner comparisons from a Supabase/PostgreSQL-backed dataset.
- Added authenticated user submissions and admin review tools with Supabase-based access control, per-user request quotas, and approval workflows for community-contributed supplement updates.
- Owned the home screen and item data layer in a 5-person team — built the Firestore item model, live item feed, neighborhood-scoped filtering, search/filter widget, and asset image system with fallback error handling.
- Built a JSON-driven runtime theme system using Provider, enabling light/dark/custom themes switchable without app restart.
- Implemented public/private item description views scoped by ownership and integrated with the borrow scheduling flow.
Zork-Style Adventure Engine
Fall 2023
- Reverse-engineered Zork's terminal mechanics and designed an original world with branching narrative in C++, with a 5-person team.
- Established documentation standards and introduced structured Git workflow for the team's first collaborative project.
Skills
Languages: Dart, TypeScript, Rust, Python, Java, C++
Frameworks & Tools: Flutter, React, Tauri, Vite, Firebase, Supabase, OpenAI API, Google Maps API
Concepts: REST APIs, SSE Streaming, OCR, OOP, Git, MVC Architecture, Agile/Scrum