Software Engineer Experience
Software Engineering Project Experience
Quinnipiac School of Engineering, Hamden, CT
CryptoBot | Python | discord.py | REST APIs | Heroku | Spring 2024
● Developed an interactive Discord bot in Python, utilizing the discord.py library, as well as multiple REST APIs to provide real-time cryptocurrency data & news.
● Implemented user-centric commands for data retrieval, subscription alerts for price changes, and used embeds for enhanced message formatting.
● Ensured robust error handling and deployed the bot for 24/7 availability, demonstrating skills in API integration, data parsing, and cloud-based deployment.
Sorting Algorithm Visualizer | Java | Eclipse IDE | Java Swing | Fall 2023
● Built a dynamic and visually engaging sorting algorithm visualizer using the Java Swing library to demonstrate the algorithms’ step-by-step behavior on sorting data arrays.
● Implemented a variety of popular sorting algorithms, such as Bubble Sort, Insertion Sort, Selection Sort, Merge Sort, and Quick Sort.
The Speed-Power Index | SQL | Excel | MS SQL Server | Stathead | Spring 2023
● Developed a professional report based on a baseball statistic I created, Speed-Power Index (SPI), that measures a player’s ability to hit home runs and steal bases at an equal rate. Data analysis was done by writing SQL queries and functions to generate graphs and tables to analyze & draw conclusions from.
● Accurately predicted Ronald Acuña Jr. to have a 40/40 season (2023).
Snake | Python | VS Code | Turtle graphics | Spring 2023
● Created my own version of a popular computer & arcade game, Snake, using the turtle graphics package GUI.
● Leveraged OOP paradigms to ensure clean, scalable code and game architecture. Managed file paths to keep persistent data within the game (high score, longest game, most deaths in a row, etc).