How to optimize await in loops - Nodejs way
Using await inside the loop is not a best practice and overall it will affect the performance. This is because it'll pause the true purpose of Node.js asynchronous. Please note that I'll update this article based on my learning esp like when the API ...
Apr 23, 20221 min read12
