By day, I'm a product manager serving a group of fantastic engineers at Square.
By night, I fight crime and solve mysteries with a robot pal of my own creation.
By midday, I like a snack, generally a cookie.
Part of this biography isn't true (hint, I like cookies and engineering, I don't own a robot).
Elsewhere
-
Recent Posts
RSS
Category Archives: Python
Get Docker running on AWS OpsWorks
I’ve spent the past couple of weeks at my new job doing a couple of things: hiring kick ass Python and UI engineers and getting some build-and-deploy infrastructure set up so the team can hit the ground running. Long story … Continue reading
Posted in Programming, Python, Technology
9 Comments
DotCloud: Try ALL THE PaaSes
For fun, I’m writing a series of blog posts breaking out what it takes to deploy this app to a variety of Platforms as a service. All of my sanitized config files are on GitHub. Today I’ll cover deploying twitter-dedupe … Continue reading
Posted in Python
Leave a comment
Heroku: Try ALL THE PaaSes
For fun, I’m writing a series of blog posts breaking out what it takes to deploy twitter-dedupe to a variety of Platforms as a service. All of my sanitized config files are on GitHub. Today I’ll cover deploying twitter-dedupe to … Continue reading
Try ALL THE PaaSes
I chose to deploy twitter-dedpue to Heroku to power @slatemaglite. For fun, I’m writing a series of blog posts breaking out what it takes to deploy this app to a variety of Platforms as a service. I intend to keep … Continue reading
Posted in Programming, Python
Leave a comment
django-configurations
django-configurations: Sanest approach I’ve seen to having multiple DJANGO_SETTINGS_FILE setups for your various environments. Plus it looks like it’d work really well with envdir which lets you store environment variables in files in a folder and execute programs using that folder’s … Continue reading
Posted in Blogmarks, Django
Leave a comment
Get XML coverage reports from nose
Quick recap of my tiny plugin for nose. Continue reading
Posted in Django, Projects, Python
Leave a comment
Django continuous integration with Hudson and Nose
How to set up continuous testing, with coverage, of your Django project in Hudson. Continue reading
Posted in Django, Programming, Python, Technology
17 Comments
Setup Django with mod_wsgi on your Mac
Logged for your pleasure, and mine: the steps I went through to setup mod_wsgi on my Mac for local development of Django apps. Continue reading
Posted in Django, Programming, Python
4 Comments
A short introduction to Django and Gearman
Notes from my lightning talk at DjangoCon 2009 on Gearman, a distributed work queue. Continue reading
Posted in Django, Programming, Python
2 Comments
Directory support in pywatch 0.4
The latest version of pywatch now watches whole directories. Continue reading
Posted in Programming, Python, Pywatch
Leave a comment