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.
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
Programmer Perceived Productivity Study
Excerpts from a study by Microsoft on developer productivity
Prevent Private Keys from Landing on Github
Utilize pre-commit to block the commiting of private keys into your repos.
Block Merge Conflicts in Commits
Utilize pre-commit to block the commiting of conflicted files into repos.