autocannon-ci - run your benchmarks as part of your dev flow, for Node.js... (more…)
Read more »
Node.js® is a JavaScript runtime built on Chrome's V8 JavaScript engine. (more…)
Read more »
Whenever we execute a script, most often we do not think about what happens behind the curtains of our runtime.
However, piecing together the bits and pieces to find out what is going on is pretty interesting! (more…)
Read more »
It’s been a little over a year since our last Happy Node Hackers post, and even in such a short time much has changed and some powerful new tools have... (more…)
Read more »
It's what every Node developer fears: the process that keeps eating memory and won't stop, or the infamous `ENOMEM` code being returned by your `child_process` calls. That's right we're talking about memory leaks today folks, and more specifically the Nod... (more…)
Read more »