GitHub

Here is my GitHub account with some miscellanious projects I have worked on: CapitalistLepton

The Fishwrapper

I built this website for a satirical newspaper at the University of Washington. I designed and built the entire frontend and backend of the website, initially using Ruby on Rails for the backend. The first version had a Postgres database and was hosted on Heroku. In order to speed up the website and lower the cost of running it, I migrated the backend to Node.js using the Serverless framework. The new version of the backend can be found here and is being hosted on AWS. For the frontend of the website, I styled it using Bootstrap 4.

Sepulcher Spelunker

As part of a team with 3 other students, we created this game Sepulcher Spelunker. The game is a procedurally-generated rogue-like dungeon crawler that uses JavaScript and HTML5. I was the team leader for this project and designed the procedural generation code along with many other key components of the game. The source code for the project can be found here.

Puzzle Tussle

As part of a team with 2 other students, we created this android app Puzzle Tussle. This app has three different types of puzzles: Sudoku, fifteen piece sliding puzzle, and Boggle. Users can choose the puzzle and difficulty, as well as view a leaderboard of top scores. Puzzles and the leaderboard are stored on a backend using Express and Postgres. I was the team leader for this project and created the entire backend as well as the majority of the Android code. If you would like to view the source code please email me and I can provide you with it.