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 »
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 »
A quick blog post showing how you can create AVIF images using the Sharp Node.js library... (more…)
Read more »