EventBot
EventBot is a service I created that allows users to create Google Calendar events by sending an email to their own personal EventBot address. Written in Python & deployed on Google App Engine. Despite only having ~40 unique users per day, I've learned a lot about scalability by using the loosely-coupled architecture that App Engine encourages. I've also used EventBot as an opportunity to hone my skills at zero-friction testing and deployment.