Hi, I'm Harris Hamid

I'm a |

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.

About Me

SIT Logo

Stevens Institute of Technology


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.


Skills

Experience

July 2024 - Present

SWE Fellow @ Headstarter AI

June 2024 - Present

ML Researcher @ Stevens Institute of Technology

May 2023 - July 2023

Goldman Sachs Virtual Insight Series

September 2023 - May 2024

Software Developer @ Blueprint

September 2023 - May 2024

Web Dev Intern @ ProOF Labs

March 2023

HackPrinceton

Jan 2023

SpartaHack9

Projects

Capfinity

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

PolyGlot

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.

Trivia

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

MiniShell

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