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…
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…