Featured Work

UF Study Room Finder

December 2025 - Present

UF Study Room Finder featured image
Go
Gin
GORM
PostgreSQL (Supabase)
Next.js
TypeScript
Tailwind CSS
HeroUI
Role:Full-Stack Developer

Building a website to help students find empty rooms to do work in on campus.

CaseFlow

January 2026

CaseFlow featured image
TypeScript
Agentuity
Node.js
Next.js
Tailwind CSS
MongoDB
Role:Full-Stack Developer

Automated personal injury case evaluation using AI agents built for the Morgan & Morgan track at SwampHacks 2026.

PodCite

September 2025 - October 2025

Python
FastAPI
LangChain
LangGraph
TypeScript
Next.js
Tailwind CSS
shadcn/ui
XAI API
Whisper
ffmpeg
Role:Full Stack Developer

Developed FastAPI backend and Next.js frontend for podcast fact-checking, integrating Whisper API for audio transcription, RSS feed parsing for episode ingestion, and multi-source research APIs (Brave Search, arXiv, Congress.gov) for claim verification.

Built LangGraph AI workflow with grok-4-fast that analyzes transcripts to detect factual claims, orchestrates parallel source queries for verification, and generates timestamp-linked citations with confidence scores.

Florida Resource Map

March 2025 - December 2025

Florida Resource Map featured image
Python
LangChain
LangGraph
BeautifulSoup
Playwright
Node.js
MongoDB
React
JavaScript
Role:AI Engineer / Project Leader

Built an AI agent to scrape and compile resources for the florida resource map.

Other Projects

DSSD UF Chapter Website

December 2024 - January 2025

DSSD UF Chapter Website featured image
Next.js
Tailwind CSS
Role:Frontend Developer

Built the frontend for the Data Science for Sustainable Development UF chapter website, serving as a hub for information about the chapter, its events, projects, and its members.

Crash Data Aggregation/Data Structure Comparison

April 2024

C++
Kaggle Data Set
Role:Team Lead & Developer
Impact:Analyzed 7.7 million crash records

Leader of a team of three, organizing weekly meetings and delegating tasks, facilitating on-time project delivery.

Evaluated a dataset of 7.7 million crashes, resulting in the identification of high-risk locations

Created a hash map data structure in C++ for efficient data storage

Created as a final project for COP3530 where we were tasked to compare two data structures.

Custom AVL Tree Implementation

February 2024

C++
Catch2

Created a custom AVL Tree implementation from scratch in C++.

Includes standard functions such as insert, delete, and search.

Created as a project for COP3530 at UF.

Minesweeper Game

December 2023

C++
SFML

Created a custom version of the original Minesweeper game using C++ and SFML.

The game has a functional GUI, timer, and score system.

Applied object-oriented programming principles to write modular code.

Created as a final project for COP3503C at UF.

Sudoku Game

April 2023 - May 2023

Python
PyGame

Developed a Sudoku game using Python and PyGame within a team of four.

The game includes a GUI, timer, and score system.

Utilized object-oriented programming principles to write clean code for basic game functions such as board, cell, and generating board values.

Created as a final project for COP3502C at UF.