Hey! My name is Corey, and I am a self-started software engineer!

I am a first generation college student/gradute and have been coding and creating quality of life projects since 2018. I have experience in back-end development (C#), and I love adapting and learning new languages and currently learning web development (HTML, CSS, JavaScript) and programming (Python). While I am not coding, I enjoy playing Rocket League, Minecraft, and learning the guitar.

Check out my work

Recent Work

Bowling Program

Making bowling leagues easier to organize

February 2023
  • Update league scores weekly and show point standings every week.
  • Creates a PDF for easy readability.
  • Auto calculate players' season average and handicap.
  • Keep track of Year-to-Date(YTD) stats for players to see.
GitHub Repo

Project Tracker

Track the progress and priority of projects

August 2022
  • Create, edit, and delete projects.
  • Set priority to projects based on importance.
  • Search for projects based on name and/or description.
  • Utilizing: C#, SQL Server, ASP.NET, Visual Studio, GitHub
GitHub Repo

LaundroApp

Helping students plan time for laundry in residence halls

March 2021
  • Used C# and XAML to construct a proof-of-concept WPF application with a team of 2, that allows residents to view and make (or delete) reservations of laundry facilities.
  • Implemented Login and Reservation View/Deletion pages utilizing an XML database to validate
  • Utilized: C#, XAML, XML, WPF, Visual Studio, GitHub
GitHub Repo

Zombie Onslaught

Created 2D zombies game with a challenge to survive as long as possible

December 2020
  • Developed a 2-D game using C++ and OpenGL with a team of 8, that gives a player a round based, zombie shooter experience.
  • Lead and Programmed the FPS timer using chrono library to accurately dictate the number of frames being shown every second.
  • Lead the Programming and Development of the Particle Manager which took advantage of the glm library to take advantage of vectors for all the particles.
  • Utilized: C++, OpenGL, Visual Studio, GitHub
GitHub Repo

Future Projects

Flight Notifications

Send email notifications for upcoming flights based on filterable requirements

  • Send notifications when the price for a flight falls below a certain price.
  • Filter to search spcific airlines and airports.
  • Looking to learn and use Python