#javascript
Read more stories on Hashnode
Articles with this tag
Introduction When building backend applications, we always have to save and retrieve data using a database. There are many server-side languages and...
Introduction In the first article of this series, I explained how to improve node's performance using clustering. I explained why the ideal number of...
This article explains how to use clustering to enhance node's performance. · Introduction Node is a single-threaded platform that in the background makes...
This article is aimed at explaining how the Node event loop work and the phases involved. · Introduction Node.js is a runtime environment built on the...