Skip to content

Latest commit

 

History

History
27 lines (17 loc) · 1.61 KB

File metadata and controls

27 lines (17 loc) · 1.61 KB

Selected Side Projects

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.

state-fin-(api|ingest)

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.

More Info

Key Dance

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.

More Info

Governed

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.

More Info

eth-ql

Simple GraphQL bindings for the Ethereum blockchain. Written in Javascript using Node.js.

More Info

CryptoAlerts

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.

More Info