CURRENT PROJECTS
I enjoy working on programming projects outside of my main job. This page has a list of the projects that I have developed recently.
Auction Draft Tool
An application to help fantasy football commissioners run an offline auction draft. Key features:
- Written using AngularJS and Django Rest Framework
- Create multiple leagues
- Set team budgets and roster size
- Manage an auction draft
Simple Directory Backup
A backup console application that backs up files in a specific directory to Amazon S3. Key features:
- Written in C# 4.0
- Backs up the files of the specified type to Amazon S3
- Stores last backup date (using a SQLite database) so only changed files are backed up
- Compresses and encrypts files in memory prior to backing them up
- Logging with log4net (including options for more detailed debugging)
- User interface for configuring the application