Working with the Django admin and legacy databases, pt.2
By this time, I'm several weeks into the project and it's time to get you all caught up - let's see if I can break this down into digestable bites.
(Btw, don't expect it to you take this long - this isn't an officially sanctioned work project for me, so ...
Read More
Working with the Django admin and legacy databases, pt.1
This is most likely going to be at least a three-parter, and I'm not getting into any code samples in this first one. I just wanted to give some background into the project I'm working on, so feel free to skip ahead.
As of this writing, I'm working at a ...
Read More
Generating seed data for PHPUnit tests
Read More
Barbara Liskov wins Turing Award
This is about a month late, but I wanted to make some mention of it before too much time has passed.
In March, the news broke that Barbara Liskov was the winner of this year's Turing Award.
You may never have heard of the Turing Award, or indeed of ...
Read More
Posting to the Twitter API on an admin change
For context, I've been working on a project that involves submitted messages going through a manual review process - once they've been approved in the admin, each message should be posted to Twitter. My Twitter API script is over here, for reference.
I had originally thought I'd set up ...
Read More


