JavaScript is a ridiculously fast scripting language. But how fast is JavaScript compared to C++? Let’s look at this example that computes prime numbers in Node with JavaScript and with a native C+… (more…)
Read more »
The Node.js Foundation is putting the finishing touches on their new Node.js Developer Certification, with plans to release it in December.
... (more…)
Read more »
It’s easy to get Bash wrong, it’s hard to debug and mistakes could have disastrous consequences... (more…)
Read more »
Lock files are incredibly useful for developing Node.js applications to control your dependencies. In this blog post we cover a use case where you do not want to use lock files and instead add them to your gitignore. (more…)
Read more »
Recently the Node.js Foundation announced that Mozilla is joining forces with IBM, Intel, Microsoft, and NodeSource on the Node.js API. So what’s Mozilla doing with Node? Actually, a few things… You…
Read more »