Why Postgres Won't Always Use an Index Use SQL EXPLAIN to understand when and why indexes are used (or not). Simon Taranto July 25, 2014 Web Performance PostgreSQL SQL
An Explained psqlrc Let’s walk through my short psqlrc(5) to see what I’ve set, and to inspire... Mike Burns July 24, 2014 Web PostgreSQL
tmux Only For Long-Running Processes A minimal technique for using tmux to help achieve maximum focus. Dan Croak July 17, 2014 tmux Vim Unix
Let Your Code Speak For Itself Comments are like playing telephone. Avoid them with clearer method names. Adarsh Pandit July 16, 2014 Web Good Code
Preload Resource Data into AngularJS Preloading, or bootstrapping, data resources from the server via HTML is a... Greg Lazarev July 15, 2014 Web JavaScript AngularJS
What Not to Ask We love making software, but how do we make software that people love back? Paul Smith July 10, 2014 Design Usability Testing Data
Laptop Setup for an Awesome Development Environment Don’t manually setup your new laptop with a series of copy-and-pasted steps from some blog post. Leverage automation and the open source community to save time and get a more stable result. Dan Croak June 18, 2014 Web Open Source Ruby Rails Unix OS X
Foolproof I18n Setup in Rails Let’s make I18n on Rails better, quickly and easily. These tips have helped... Gabe Berke-Williams June 17, 2014 Web Rails