treksplit
treksplit.comTrek/Split started as a way to split up trip expenses between my friends and I. We use it religiously, from rafting to backpacking trips, it helps us split our expenses evenly. It has a Django backend primarily used as a REST server, with jQuery(Disclaimer: I built this in 2013) running the frontend.
Tumble
domogalla.org/tumbleA barebones interface to get images from a specific Tumblr, filtered by tags. It is written in vanilla JS, and was built to be as simple as possible. The backend is an AWS gateway that formats & passes the request through to Tumblr's API.
Follow the Fuso
domogalla.org/fusoA way to track our 2021 inaugural trip in the Fuso. It's updated by sending satellite messages from a Spot Device to an email. The latitude, longitude, and date are then parsed from the email and inserted into a Google Sheet. The Google Map then requests the sheet data in JSON via an AJAX request.