Projects

Some of my professional and personal projects.

  • React.js
  • SASS
  • Javascript
The website you are currently on is my personal website. Built from the ground up using React.js and SASS, this portofolio site was my spearhead into front-end development, and ignited an interest that I intend to continue pursuing. Check out all the features by clicking around!
Personal Website
  • React.js
  • CSS
  • Django
  • AWS EC2
  • Gunicorn
  • NGINX
ML2 is a regressor I developed to predict NBA player performance. Metrics used as reliable indicators of performance include previous general player performances and against the selected opponent, variance in previous performances, and general statistics like points per game. The model achieves a mean absolute error of 4.07 on validation data.
ML2
  • Java
  • ArrayList
  • Java AWT
This project was a recreation of the board game "Mastermind", which came complete with both a CLI and GUI option to play with. The game came with player vs. player as well as player vs. AI capabilites, with the AI taking on three levels of difficulty. The most difficult level leveraged an algorithmic artificial intelligence that can beat nearly any human player.
Mastermind Game