Blossom Data

AI EdTech Platform — Capstone

Jan 2025 – Jun 2025

● Architected backend infrastructure managing PostgreSQL schema, cutting document processing time by 50%.
● Built Flask middleware and RESTful API endpoints connecting React frontend.
● Deployed on AWS at 99% uptime via CI/CD pipelines.

AWSPostgreSQLPythonFlaskReact



Fabflix

Full-Stack Movie Platform with Load Testing

Sep 2024 – Dec 2024

● Load tested to 122 req/s with 79 ms avg response time at 0.86% error rate.
● Containerized with Docker + Kubernetes on AWS with horizontal scaling patterns.

JavaMySQLAWSDockerKubernetesJMeter



Distributed Search Engine

Information Retrieval

Oct 2023 – Dec 2023

● Crawled and indexed 50,000+ web pages with inverted indexing, PageRank, and tf-idf ranking.
● Delivered sub-300 ms query response times with 88% relevance accuracy.

PythonBeautifulSoupPageRanktf-idf



Kloset

AI-Powered Wardrobe Recommendation App

Jan 2024 – Mar 2024

● Built a GPT-4 powered mobile app in 10 weeks with 4-second average AI response time.
● Firestore database, Flask API server, and Expo React Native frontend.

PythonFlaskFirebaseReact NativeGPT-4



ZotTier

WebJam 2023

Nov 2023

● Real-time tier list builder aggregating 80+ concurrent user submissions into consensus rankings.
● Full-stack with React, Node.js, Express.js, and MySQL, completed in a 2-day sprint.

TypeScriptReactNode.jsMySQL



Custom Memory Allocator

Systems Programming

May 2023

● Implemented malloc(), free(), and realloc() in C with dynamic block coalescing.
● Low-level systems experience directly applicable to game engine memory management.

CMemory ManagementSystems



PetrGen

Hack at UCI 2023

Feb 2023

● Text-to-image generator trained on 400+ scraped UCI mascot images using Neural Networks.
● Facilitated Instagram scraping via Python to build a JSON dataset for Gradio AI software.

PythonGradioNeural Networks



UCI Club Directory

ZotHacks 2022

Nov 2022

● Improved UCI club lookup with web scraping via Beautiful Soup and a JSON-fed JS frontend.
● Built with a team of 5 for a beginner hackathon.

PythonBeautiful SoupJavaScript