-
Node HTTP Response Splitting
Overview of how response splitting works and protections that exist in node for it.
-
Deploying hapi to heroku
Learn how to deploy a hapi site to heroku
-
bench vs benchmark in node
Learn about some of the differences between these two benchmarking tools
-
Use console.assert in node
There is a handy shortcut in the node.js global `console` to check if an expression is true and throw an exception if it's not. The shortcut is `console.assert` and will perform the same action as executing `require('assert').ok.