I am a computer science major at the University of Rochester with plans to graduate in Spring of 2022. I have been developing software products for several years and have worked on projects ranging from personal demos to corporate platforms. I have also had the opportunity to tutor middle school and high school students in Introductory Programming classes in 2015-2016.

Outside of Computer Science I am interested in photography, art history, and music (see music review web scraper below)

Projects
Bonsai
This was a small project in unity that grew from an example of recursion in a programming class I was teaching. Through this project I was able to explore unity and 3d graphics in general and create an entertaining little demo. You can view the source code for this project on my github page.
Ocean Observing System Mobile
Throughout high school, I have worked at a company called RPS group. This company works on modeling and forecasting oceanographic data. I was tasked with creating an iOS application to display data from NOAA sensor buoys. Thousands of these buoys are distributed internationally. This project consisted of creating a map for users to navigate to bouys and several pages describing the current and historical data from the sensors. This project required investigation of clustering algorithms, general optimizations for data fetching and growth in my UI design skills. I won the Congressional App Challenge for Rhode Island in 2015
Band Bringer Bot
This project is a small python webscaper that is designed to read album reviews. It fetches the song list from Spotify's API and compares each song to the text of the review to find explicitly mentioned songs (with the assumption that these are the standout songs on the album). It then compiles all of the songs from all of the reviews over a given time period and creates a spotify playlist. You can see the spotify playlist here: BBB Plalist. You can view the source code on my github account.