A colleague of mine forked a repo on Stash, just to re-use configuration. A better way of doing things would be to clone the original repo, keep the necessary config/setup files, delete .git folder, and re-initialize the new repo from scratch. In our case, we only noticed the fork about a week into the project, […]
Archives for May 2014
How to Allow Node.Js App to Bind to Port 80 on Mac – For Testing Purposes Only
Run it as sudo i.e. I just spent over 10 minutes looking around the internet for this simple solution. Hopefully, this post will save somebody some time 🙂