The following is a list of a few side projects (projects outside of my day job) I've worked on over the last few years that I am proud of.
Very simple system built to ingest campaign finance reports at the state legislature level written in python for both the ingest system and the API. Uses Elasticsearch to store and aggregate the contribution data.
User-friendly interface to make use of Shamir's Secret Sharing algorithm for encoding and distributing secrets. Secrets can be reconstructed using a webcam! Written in Javascript using React.
Mobile app to foster civil engagement and connection with a voter's representatives. Written in Javascript using the React Native framework and Firebase for the backend.
Simple GraphQL bindings for the Ethereum blockchain. Written in Javascript using Node.js.
Service to watch for percentage price changes of specific cryptocurrencies. When a user-entered alert threshold is hit, a text message is dispatched to the user. Written in Javascript using React for the frontend and Node.js on AWS Lambda on the backend.