I just finished my undergraduate degree in Computer Science with a concentration in Mathematics. Areas that interest me are web development, object-oriented programming, and python programming.
I've been interested in the stock market recently which has inspired me to create a Discord bot to display chart and information on stocks which can be found on my GitHub. I'm currently working on creating a content aggregator to collect news on upcoming stocks.
One of my favorite hobbies is gaming so I've tried making projects that incorporate gaming such as a discord bot and a third-party web app for game statistics all of which are coming soon!
Bachelor of Science in Computer Science • Graduated December 2020
Research Engineer Intern • June 2019 - August 2019
Performed static code analysis in Python by parsing the abstract syntax tree generated by the NASL compiler. Developed plugins for Tenable's Nessus vulnerability scanner written in the NASL programming language based on research findings. Drafted a script that collects pertinent data from Tenable's research advisory and stores them for use by other scripts.
Created a compiler for a subset of the Racket programming language that could compile and produce x86 assembly code for conditional statements, variables, characters and strings, arity checking and variable arity functions, symbols, and interning symbols.
Created a 2-D arcade game in Java using the Java Graphics library where character models are extracted from a sprite sheet depending on the users keyboard input and where collision detection was used to determine the character's health.
Created a Discord bot in Python that uses commands to display stock charts and pricing information • Used Discord API to connect to Discord to handle communication from the user’s server to the bot • Gathered an updated list of stock ticker symbols from NASDAQ and used Alpha Vantage API to get recent and historical stock data to chart them using PyPlot • Stored Discord server-specific data such as server id, server name, and lighting theme on a MongoDB cluster
Made a clock app in JavaScript, HTML, CSS to help learn the basics of React • Used React to create a Clock component that keeps track of a single state, the current date • Implemented alarm, timer, and stopwatch functionality which can be improved in the future by issuing cookies so components that are currently running persist even after user closes the tab
Coming Soon