JP Morgan Chase
Incoming Software Engineer Intern
Summer 2026- • Part of the SEP Program
Incoming Software Engineer Intern
Summer 2026Software Development Intern
PresentIT Intern
Sept 2022 - May 2023Modular patient management backend system
Mermaid diagram high-level view of all services, their ports, databases, and the AWS infrastructure they run on
This project consists of services such as auth, analytics, api gateway, and communication including REST, gRPC, and Kafka deployed in Docker containers for each service. The infrastructure is managed with AWS CDK and is simulated being ran on localStack for services such as ECS, RDS, etc. Aim of this project was to learn more about SpringBoot and apply practices such as dependency injection, OOP, DTOs, MVC Architecture.
Personalized vehicle financing through an AI interview platform
Screenshot of the appliction, inspired by the theme of the hackathon and knowledge graphs
Tachyon is an interactive car financing assistant built during hackTX, that takes in a users input information into a personalized 3D constellation of financing options. It utilizes a 3-agent orchestration system with Gemini ADK to create a conversational interview to make complex loan and lease trade‑offs visual, intuitive, and fun to explore.
IoT plant monitoring system leveraging gpt-oss-20b
Image of the ESP32 & sensors connected to the plant
Built for OpenAI's Open Model Hackathon, we were inspired for this project tying the nostalgia of Tamagotchis to modern day AI. The project takes sensor data such as soil moisture and humidity, which is then processed by the model hosted on modal which after processed updates the Tamagotchi on the users device and sends a notification via discord.
Real-time market stock trading simulator app
User dashboard of trading metrics and portfolios
Goal of this project was to get a deeper understanding and experience using JavaScript & MERN stack and things such as JWT auth, rate limiting, etc. Full stack web application with user portal and the ability to trade and retrieve live market data using Finnhub Websockets.
Discord bot that would alert and send out internship and newgrad opportunities
Screenshot of the channel and job posting example
Made this project in hopes of helping the engineering majors apart of SASE find more opportunities especially those in fields outside of CS and Software. The project takes postings from github repos, Simplify, and Jobright.
Data prediction & analysis platform for hydrate formation in gas pipelines
Metrics and data visualization showing the relation between Valve vs Volume for a dataset
This application includes features such as Google Auth, and the implementation of a Random Forest Regressor Machine Learning Model to process the data and its features. Data is provided as CSV files and is normalized using pandas and numpy, graphs displayed with matplotlib & streamlit.
Personal ratings app similar to Yelp/Beli
Screenshot of the home landing page showing entries and stats
Built apart of SASE RIG (Research Interest Group) alongside 9 other teammates to deliver a web app capable of rating all things.
Basic shell project to learn basics and fundamentals
Screenshot of some of the test commands in the shell.
A simple Unix shell implementation written in C, built to deepen understanding of operating systems and programming fundamentals.