Emacs code folding
This morning I setup code folding in Emacs with the bundled HideShow mode.
Eight Insightful Tech Talks
I am highlighting here some of the better tech talks I watched over the last year, specifically picking out the ones that really get the wheels spinning on a philosophical level.
Writing Code That Doesn't Suck and Interface-Oriented Design
After watching Yehuda Katz's talk "Writing Code That Doesn't Suck" I was convinced to read "Interface-Oriented Design" by Ken Pugh. Combined, the video and the book greatly enhanced my understanding of what it means to write clean, pluggable, and well tested software.
Deploying Django on WebFaction
How to deploy a django site using on WebFaction shared hosting. Covers using the Django's sitesframework, email settings, git, pip, virtualenv, apache, staticfiles, compression.