← BackProjects
Cache Self-Storage (site)
Startup
- Urban, micro self-storage designed for dense city living.
- Built around a custom storage and retrieval algorithm.
- Developed a Unity simulation to model and validate the storage method.
- The simulation helped test edge cases, throughput, and physical constraints.
- The project I’ve worked the hardest on and pushed myself the furthest with.
Personal
- Founder-to-cofounder and investor-to-company matchmaking app.
- Built for fun as a full end-to-end product experiment.
- Developed in React Native for both iOS and Android.
- Used Supabase for authentication and database.
- Backend and CI/CD handled via Railway.
CloudFab
Startup
- Web-based CNC milling platform focused on simplifying CAM workflows.
- Users upload STEP files and generate machining steps in the browser.
- Explored headless CAM pipelines and AI-generated toolpaths.
- Heavy overlap between CAD, manufacturing, and backend systems.
WillPollenKillMeToday (github)
Personal
- A very literal app answering a very real daily question.
- Pulls pollen data and turns it into a simple yes or no.
- Built mostly for fun.
SPEAK
Academic (Capstone)
- Handheld chording device that enables non-verbal communication.
- Designed for people with speech impairments and limited hand mobility.
- Built using Raspberry Pi 4 Model B and Raspberry Pi Pico.
- Implemented in Python with Piper TTS.
- Created a custom chording algorithm.
- Designed the PCB in Altium and the enclosure in SolidWorks.
ScoreVault (github)
Academic
- Soccer-focused web application for fans, analysts, and club executives.
- Centralized data on players, teams, games, stadiums, and international teams.
- Separate analyst and executive workflows with role-based access.
- Analysts can view stats, update scores, and manage news.
- Executives can manage players, contracts, teams, managers, and games.
- UI built using Appsmith for fast internal tooling.
- Backend powered by a Python Flask REST API.
- Three-container Docker setup: MySQL 8, Flask API, and Appsmith.
- Includes full local Docker Compose setup for easy deployment.
- Video demo
Single Cycle CPU
Academic
- Designed a single-core processor from scratch.
- Implemented in Verilog using the RISC-V instruction set.
- Built the datapath, control logic, and instruction execution flow.
- Very low-level project that helped me understand the basics of computer architecture.