In this post, we will dive into the most important things every Docker user should keep in mind to secure their deployments. (more…)
Read more »
If you closely follow any of my open-source work, you might find me as this rigid individual who always creates libraries for Node.js and ignores other JavaScript runtimes. A recent example is Vine... (more…)
Read more »
Everything you need to know about creating, manipulating and comparing strings in JavaScript. (more…)
Read more »
There’s a new feature in Chrome Canary: JavaScript code coverage. It tells you how much of your code is actually executed, vs how much is loaded unnecessarily. (more…)
Read more »
I’ve made this page concise, with runnable examples and links to further documentation. If you have any questions or spot any errata, please contact me.Array functionsCheck out all these new built-in array functions! No more need for underscore or lodash!... (more…)
Read more »