My passions lie in both the tech and finance industries. I am always looking for new opportunities to enhance my skill set and work on new projects.
I am currently a Junior majoring in CS at Stevens. Other than just coursework, Im a researcher at ProOF Labs, developer for Blueprint, and Brotherhood Chair for the MSA.
Python • Jupyter Notebook • Matplotlib • NumPy
Formulated backtest strategy leveraging new US Automobile sales data as a market indicator to guide selling of stock. Utilizing 20 years of S&P 500 data with $100,000 investment as benchmark comparison to test strategy effectiveness the program indicated when to sell stock and buy treasury bonds to cut losses and maximize profit
React• Python • JavaScript • Ant-Design • MongoDB • FastAPI
Bilingual language learning platform for Cherokee and English, featuring authentic audio recordings and seamless translation integration. Frontend displays 8 stories with renderings of Cherokee characters with React and Ant-Design Backend uses MongoDB, FastAPI, and Python, including a CSV-based translation system and integration of Google Text-to-Speech API for voice-over features.
C
Created a multiplayer trivia game server, managing up to 3 simultaneous client connections. Utilized programming techniques including sockets, and file descriptor monitoring with select for efficient client-server communication. Integrated features such as player name registration, real-time score updates, and end-game recognition with custom messages, leveraging socket programming to ensure synchronized game progression across all clients
C
Developed shell program implementing essential features such as built-in commands (cd, exit, pwd, lf, and lp). Involves parsing user input, managing processes, and handling signals. Utilized fork, exec, and wait system calls to ensure proper process management and resource utilization