Bio
I recently earned my bachelor's degree in computer science from Rowan University. When I am not coding or studying, I enjoy walking outdoors, listening to music, and designing websites. I enjoy programming and problem-solving and possess the patience and skills that are necessary to satisfy project requirements. I have experience from participating in team projects that have strengthened my programming skills and taught me about agile methodologies.
Projects
Lottery Simulator
Winter 2023
Powerball and MegaMillions lottery game simulators coded in C++. These simulated lottery games follow the official game rules to determine winning numbers and prizes and use web scraping to get the actual current jackpot. Playing is a fun way to test your luck without the risks associated with gambling using real money.
Law Firm Website
Fall 2022
I designed and developed this static website for a small law firm in Milmay, NJ using HTML, CSS, Bootstrap, and JavaScript. It features key information about the business and attorneys, such as practice areas and contact information, as well as links to external legal resources. It is completely responsive across devices of all screen sizes.
Piccolo Cafe Website
Summer 2022
I designed and developed this static, responsive website for a local cafe in Vineland, NJ using HTML, CSS, Bootstrap, and JavaScript. It features information about the business, such as location and hours, the cafe's full menu, and links to the cafe's social media pages.
MusicHoot
Spring 2022
I worked on this senior capstone project as part of a team at Rowan University. MusicHoot is a music recommendation web application with a social aspect built using the Django framework and Spotify API. It allows users with common music interests to connect and share songs and playlists. Users can also find suggestions for new music that they might be interested in based on listening history.
Pet Central
Spring 2022
I created this website to fulfill the project rerquirement for the introduction to web programming course I took in the spring 2022 semester at Rowan University. This was the very first website I created completely on my own! It is a simple website that contains information about common household pets. It demonstrates my knowledge of HTML, CSS, and JavaScript, and makes use of the jQuery and jQuery UI frameworks.
Software Inventory Tool
Fall 2021
Lockheed Martin sponsored group project for Software Engineering I course at Rowan University. The software inventory tool (SIEVE) detects vulnerabilities in the applications in a computer's file system. The SIEVE uses the NVD database to search for programs selected by the user to be scanned.
Car Wash Simulation
Fall 2019
Group project for Intermediate Java course at Rowan College of South Jersey Cumberland. Modeled possible configurations for a car wash in which customers enter via two or more lanes with one single wash tunnel. Objectives were to identify optimal throughput using queues and mathematically model solutions in addition to simulation. Components of this project consist of the controller, car generator, car, lane/queue, order entry, gate, tunnel, and GUI.