Jul 18, 2015
Django has been my go-to web framework for about three years. But I wish I’d started with it sooner. This became a talk which I gave at the London Django meetup in July this year.
Nov 17, 2014
Found that tests on a recent project started breaking for no clear reason, and it turned out it was because I’d used get to retrieve values from Contexts.
Apr 28, 2013
Reincublog is a super mini Django blog weekend hack, coded as part of a recruitment process.
Mar 29, 2013
Migrating a project from Django 1.4 to Django 1.5 had a couple of gotchas that cost me dev time.