2 links tagged with tip

Smarter Express Routing

In a large ExpressJS application it is not optimal to define all your routes and handlers in the same file. For the sake of code clarity and cleanliness Express route handlers are often placed in their own file. Those files are then included in the file that is bootstraps your…
January 12, 2014
Read time 2 minutes

Prune Remote Git Branches

Git is a wonderful version control system. It’s light, nimble, and fast. It makes managing code amongst many developers a dream. Unfortunately it has a fair share of quirks. One of the quirkiest quirks that I’ve run into a couple times now is an issue with remote git branches…
October 13, 2011
Read time 1 minute
A laugh a day keeps the doctor away.
This is not professional medical advice.