Hi there. I am an aspiring software developer and MSCS student at Georgia Tech.
Since graduating with my degree in Mathematics I have taught myself how to use a plethora of tools and languages
on both the front end and the back end. I am a quick learner who can pick up anything required to complete a task. I look forward to us working together.
Education
M.S. Computer Science Georgia Institute of Technology
(2024-Present)
B.A. Mathematics William Paterson University
(2020-2023)
A.S. Mathematics Bergen Community College
(2018-2020)
Projects
TheSound Music App
Seamlessly interacts with the original Spotify platform, granting users access to their personal library.
Provides full suite of playback options and access to real-time music data i.e. current playing track, track metadata, etc.
Supplies a discover page and search functionality, giving access to an extensive catalog of songs, albums, artists, and playlists.
Constructed custom genre playlists consisting of 30 different genres and 30,000 total songs.
Offers ability to create custom playlists and add/remove tracks, albums, and playlists to/from library.
Market Trading Simulator
Drafted a script that scrapes the S&P500 symbols from Wikipedia and stores them inside a database table.
Generated a unique table for each symbol comprised of historical stock data obtained from the Yahoo Finance API.
Implemented a random forest machine learning model from scratch to train on and test stock data.
Performs a time series analysis on the chosen financial indicators to generate potential buy/sell signals.
Conducts trades according to model and analysis output while tracking earnings.
Ecommerce Store
Built a bookshop ecommerce website where you can browse, filter, and purchase over 270,000 different books.
Provides authenticated login capability with different functionality depending on user's role type.
Bestow the ability to mark books as favorites when logged in and view them on account page.
Connects to two external APIs in order to provide a description of each book and external links with more information.
Custom Column CSV Converter
hello,hola,bonjour,ciao,konnichiwa
Provides smooth transition from column of values to comma separated format and vice versa.
Contains the ability to create unlimited unique fields with the ability to close them when finished, allowing for easy separation of data.
Custom integration into the current company’s workflow, providing an assortment of internal functionality and shortcuts.
Comes with an assortment of themes and a fully functional duplicate finder, enabling pinpoint data verification.
Custom Email Signature
Designed custom company email signature based on provided render.
Provided form input for easy copy and paste functionality.
BookShop Project [C++]
Created menu interface with separate menu for each entity.
Implemented MYSQL database connectivity for each menu option.
Utilized OOP design and SQL libraries to create classes with custom queries.
Queries emulate restful api, with each entity containing CRUD functionality
BookShop Project [Java]
Remade application using core Java and JDBC.
Implemented MYSQL database connectivity for each menu option.
Utilized OOP design and SQL libraries to create classes with custom queries.
Queries emulate restful api, with each entity containing CRUD functionality
Added TCP/IP capability, allowing for client/server functionality