Attaching the Node debugger to Chrome Dev Tools

Today I wanted to attach to the Node debugger for some interactive debugging. Normally, I would sprinkle in a few console.log statements but today’s issue had me wanting to find out where a error was being thrown from within an external library, mongoose if you’re wondering.
Read more →

Programmer Perceived Productivity Study

Excerpts from a study by Microsoft on developer productivity
Read more →

Prevent Private Keys from Landing on Github

Utilize pre-commit to block the commiting of private keys into your repos.
Read more →

Block Merge Conflicts in Commits

Utilize pre-commit to block the commiting of conflicted files into repos.
Read more →