Resume
LinkedIn Profile | Formal Resume Available Upon Request
Portfolio
Here are some open source projects I have published over the years. This is a small sample of my entire portfolio which includes C# e-commerce platforms, NodeJS-based data aggregators, Unity games, and countless WordPress sites. If you’d like to see additional source samples please contact me.
Bitsie Shop (C#)
A bitcoin-based e-commerce platform that allowed customers to accept Bitcoin payments for products (brick and mortar or online). This was the flagship product for our startup, Bitsie, back in 2013.
The source includes the web application, an API endpoint, a mobile app, a system update utility (allowing us to roll out updates quickly), and a variety of third party service integrations.
Honeypot (C#)
Honeypot is a baseline framework that can be extended quickly and easily to build complex web, mobile and desktop applications. Handles the basic necessities of full stack applications including authentication, authorization, sending emails and logging.
Freedom2 (NodeJS)
Freedom2 includes two NodeJS services: Freedom2 Disclose and Freedom2 Chat. Disclose allows you to create a private message that can only be read by the recipient (via a password). Chat enables you to communicate directly with another person without any messages being saved or logged to a server.
Live version of the application here: http://freedom2.herokuapp.com/
Bitsie Share (NodeJS)
A bitcoin-based web shop that allows customers to publish digital files for download, and accept Bitcoin for payment. Clickbank for Bitcoin. This was an MVP for our startup done over the course of about a week. It was replaced with our full product, Bitsie Shop.
BIP32 Report (NodeJS)
Retrieve Bitcoin balances for n derivations of an HD public key (e.g. Trezor, Wallet32). Useful when you have an HD key in offline storage and want to check balances without connecting your wallet.
JungleCat (C#)
Small TCP server/client that runs commands on the client computer. Play audio, video or display messages to the unsuspecting victim.
Reverend (C++)
An incomplete, sprite-based, procedurally generated survival game.