Real Analysis Notes
- Typeset the notes for my undergraduate Real Analysis class using LaTeX and publicly hosted the website to share with
peers.
- Set up an automated compilation pipeline using GitHub Actions.
Tic-Tac-Toe Solver
- Engineered a game
solver that utilizes the minimax algorithm to analyze optimal moves for the computer player.
- Achieved a gameplay where the computer either wins or draws, never losing to the human player.
- Explored recursive strategies to assess all potential game states, ensuring the prediction of the most favorable moves.
Internship Work
- Helped work on software that trained ML models on some of the world's largest supercomputer clusters
at
Cray Inc.
- Wrote Bash scripts that streamlined the workflow of job executions on the clusters.
- Developed an application to allow developers to run an instance of this product under their personal
user account (allowed them to do this even if they did not necessarily have root access on the
cluster)
Coming Up...
- Currently working on an application called "ClassChat" which will allow students to interact with
each
other based on their schedules.
- Check back soon for updates!