-
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)
-
Archives
-
Elsewhere
Monthly Archives: January 2009
West Wing Titles with Barack Obama
These are my links for January 27th from 08:53 to 08:53 Continue reading
Posted in Blogmarks
Comments Off on West Wing Titles with Barack Obama
Django testing tip: don’t test template output
When writing tests for [Django views](http://docs.djangoproject.com/en/dev/#the-view-layer), especially for projects at [work](http://www.ajc.com), I’ve almost completely abandoned any sort of detailed test for the template being rendered. My tests usually look something like this: def test_link_archive_should_show_published_links(self): “””Links in draft status shouldn’t appear … Continue reading
Posted in Django, Programming
3 Comments
Where Are the AB Testing Frameworks?
Where Are the AB Testing Frameworks? – I need to hack on something like this for Django — it seems it should be fairly easy to swap templates and set a cookie for the life of the session. The bigger … Continue reading
Posted in Blogmarks
Comments Off on Where Are the AB Testing Frameworks?
WordPress Cheat Sheet
WordPress Cheat Sheet – Good resource for theme development or editing.
Posted in Blogmarks
Comments Off on WordPress Cheat Sheet
My Git Workflow
My Git Workflow – Another good walk through of how folks are using Git. I still am trying to wrap my brain around it.
Posted in Blogmarks
Comments Off on My Git Workflow