Projects
A few of the publicly available projects I've worked on in my spare time.
Present Patrol

A fun little Christmas game I created with my 11 year old son. Like any good software developer, I'm trying to indoctrinate him early into the world of programming. The game was written using the Phaser game engine and runs in the browser. I added a simple backend for high scores.
Dash Distance

A small utility to calculate runnable distance based on time and elevation. My long runs are usually on trails and based on time rather than distance, but I still need a sense of how far I can go to plan a route.
This was a fun use of linear regression - you can enter historical distances, elevations and times and a multivariate model will give you a prediction given a new set of time and elevation.