I am a recent Full Sail University Computer Science graduate with a focus on C++ and Java. My academic projects, like "Conway’s Game of Life", "WeatherLert", "Cabinet Chef" and "Qalendar," showcase my ability to create impactful software solutions. With experience in team-based environments, notably with the "Upgrader" software team, I excel in collaborative settings and problem-solving. I am enthusiastic about applying my technical skills in a software development internship to further my expertise and contribute to innovative projects.
Conway’s Game of Life, Freshman solo project spanning a month where I re-created Conway’s game of life in C++ using wxWidgets. This project used all of the proper rules for Conway’s game of life, being able to randomize or choose a starting seed, and have access to active cell manipulation, with the capability to load up a local save of cell information.
Qalendar, Sophomore project spanning two months that was worked on in a team of 5, where we made a functioning calendar app in Android Studio using Java. The project was able to store events as well as their location and time as well as retrieve and edit the events after they are made. I worked primarily with the database, general backend work, and version control to resolve any conflicts in between branches. This project used Jira to assign tasks and track how the project needed to progress naturally and efficiently.
WeatherLert, Junior solo project spanning two months where I made a weather app which shows the weather at the users location. I implemented the weather API, used XML files for the front-end and Java for the back-end.