Testing in Node.js by example using the SOLID principles

An example application I'm going to outline an example to make the concept clearer: You need to send a recurring email to some users (a newsletter for example), based on some business logic The business logic / user story could say: &a… Read more

Similar

Welcome, Node.js 8.9 and 9.0

tl;dr: If you are running an application in production mode now or in the near future, use the LTS version of Node.js, otherwise the current version. To install multiple versions in parallel, use a version manager such as nvm. (more…)

Read more »