• Dustin Farris
  • Code
  • About
  • Portfolio
  • My Resumé
  • Contact
  • Facebook badge
  • Twitter badge
  • linkedIn badge
  • Google badge
  • RSS badge
inveniam viam aut faciam

Recent Posts

  • Points to Consider
  • 2012 27" iMac with 32GB Kingston HyperX
  • .rvmrc and binstubs

Archive

  • March 2013
  • December 2012
  • November 2012
  • October 2012
  • September 2012
  • Points to Consider

    Posted on April 27, 2013 by Dustin | comments

    Paul Krugman:

    1. The economy isn’t like an individual family that earns a certain amount and spends some other amount, with no relationship between the two. My spending is your …

    Continue reading »
  • 2012 27" iMac with 32GB Kingston HyperX

    Posted on January 16, 2013 by Dustin | comments | ( technical )

    After nearly 4 years of using a MacbookPro for all things internet, I’ve finally upgraded my home with a shiny new 27” iMac.

    The new design is amazing, and …

    Continue reading »
  • .rvmrc and binstubs

    Posted on December 13, 2012 by Dustin | comments | ( technical )

    A while ago I wrote a script to help manage gemsets and PATH settings when switching between Ruby projects. It has worked very well, but I’ve recently learned about …

    Continue reading »
  • SEO Is Overrated

    Posted on December 11, 2012 by Dustin | comments

    Smashing Magazine has a good article today on the truth behind Search Engine Optimization “black magic.” It’s something I’ve been saying for years — SEO isn’t rocket science …

    Continue reading »
  • HTML5 Navigation in Django

    Posted on November 29, 2012 by Dustin | comments | ( technical )

    Creating a snappy user experience can be easily obtained by implementing HTML5 navigation. Not only does it take less time to render only the needed Django templates, the browser has …

    Continue reading »
  • The History of Social Security

    Posted on November 28, 2012 by Dustin | comments

    With Republicans (even after a sweeping electoral defeat) demanding a strip-down of Social Security and other benefit programs, I think it is important for every American to reflect on why …

    Continue reading »
  • Using Google to Send Mail in Django

    Posted on October 28, 2012 by Dustin | comments | ( technical )

    If you have a Gmail account (or a Google Apps account), you can use it to send mail on your behalf just like any other email client. Remember to use …

    Continue reading »
  • Decorating Django Tests

    Posted on October 22, 2012 by Dustin | comments | ( technical )

    Just a quick note: when decorating Django tests you have to take care to name your return function using the same “test_” format otherwise an unmodified TestRunner will not discover …

    Continue reading »
  • "subject" Decorator for Django Tests

    Posted on October 9, 2012 by Dustin | comments | ( technical )

    The Python elite will probably turn their noses up at me, but I just conjured an even better looking way to write my tests.

    Using my utilities.py file I …

    Continue reading »
  • Django: A New Way to Write Tests

    Posted on October 9, 2012 by Dustin | comments | ( technical )

    Taking a lot of inspiration from Ruby’s RSpec, I’ve established a new way to write my tests when doing TDD in Django. Using django-nose, factoryboy, and a few …

    Continue reading »

Dustin Farris Django