git add -p
February 02, 2014I learned a new tool that has quickly become an essential part of my workflow. lets you add small hunks of modified code to the index from…
I learned a new tool that has quickly become an essential part of my workflow. lets you add small hunks of modified code to the index from…
Have you ever deleted a file on impulse, only to wake up with remorse later? It doesn’t matter if later is the next morning or the next week…
My laptop’s battery died, and I let it. Not a big deal, it is an old laptop and is used to being abused. Every time it does a hard shut down…
Team Geek: A Software Developer’s Guide to Working Well with Others by Brian W. Fitzpatrick and Ben Collins-Sussman. With decades of…
the Ego. In the interests of giving back to the software community, I have been looking for an active open-source project to contribute to…
“Getting Started with Meteor.js JavaScript Framework” by Isaac Strack is a great introduction to a powerful tool. User accounts in three…
use git clean to remove files from working tree
I am building an application that uses several nested attributes: Users have many Goals (Goals belongto Users), and Goals have many Hours…
Meteor is a framework that allows you to write web applications using only javascript. All the work is done on the client-side. Meteor…
I have been building a new project and getting creative with views. I am working with bootstrap and jquery to develop tabbed displays, and…