Caching Django views with nginx and memcache
Improve the performance of your static pages by serving them without hitting Django.
DataStore - an abstraction layer for storing data and processing requests
Abstract data stores and request processing to avoid future maintenance hell.
Python scoping: understading LEGB
Quick example of messing with python scoping
Belated birthday resolutions
Achievements for this new year of my life.
SUMO and migrating large amounts of data
Over the past 6 months or so, I've been doing legacy data migration.
Python debugging (pdb) - quick tip
Quick tip to help you keep track when debugging.