Is Node.js Single Threaded? Here Is What I Think

This is a very popular question in the node.js ecosystem. One that has been asked over and over again. And while many believe node.js really is single-threaded, in my opinion, i believe to really answer this question we will have to take a dive into … Read more

Similar

I Left Node for Deno

Introduction 🦕 If you don’t know Deno , it is a javascript runtime like Nodejs but with some changes. We are not going to talk about the technical aspect here but only the advantages and disadvantages that I have in working with Deno. Advantages Wr... (more…)

Read more »

Securing a Node.js Pipeline with Snyk

npm is a great tool for building and distributing Node.js packages. It’s also a handy way to make sure that people who use your app are getting all the Node.js dependencies that the app requires to run. But getting software to your users is only half th...

Read more »