Nodejs is a relatively new candidate
in the programming world.
It allows JavaScript(which is normally only executed and used in web browsers) to be executed outside the browser.
A popular example of an application that is currently using Nodejs is the pro... (more…)
Read more »
TL/DR: I present a detailed how-to for deploying a (hello world) Node.js web application (in container image form) onto AWS Fargate with auto-scaling. This could be useful for the start of your pro… (more…)
Read more »
Get started into testing, why is it important, and write your first tests with NodeJS. (more…)
Read more »
This LTS release comes with 152 commits. This includes 75 which are test related,
25 which are doc related, 21 which are build / tool related and 3 commits which are updates to dependencies. (more…)
Read more »
Non-blocking I/O sounds like a very fancy term, but it's actually not too bad!Feel free to ask questions in the comments below! (more…)
Read more »