Projects

I make a lot of stuff, and here are a few things I'm most proud of:

Jprdy!

Jprdy

Jprdy is a scoreboard for playing Jeopardy! at home. A lot of existing scoreboards felt clunky and weird to me, so I designed a user experience that (in my opinion) more closely resembles the actual flow of the game. Built with React and SCSS, but not yet mobile friendly 😞. Try it out here.

Regex Doesn't Suck

Regex Doesn't Suck

I used to not believe this - regex actually sucks a lot when you're getting used to it. To help me get better at it, I made a regex validator with a simple interface and real-time feedback for testing a pattern against user-provided strings. Built with React and SCSS, and this one is mobile friendly 😀. Try it out here.

Lambda Weather

Lambda Weather

This was a tutorial app I wrote to demo AWS Lambda functions. It sends you automatic weather forecasts for the following day, so you don't forget to check for yourself. Pretty simple, but it solves a real problem for me so I thought it was worth sharing. Check out the code with instructions on how to set it up here.