adds code


If you are sending thousands of HTTP requests on your back end side, or you are dealing with this kinda error "read ECONNRESET", this video is for you. I'm using the async/await with reduce and parallelism techniques. This video its been inspired by these 2: https://dev.to/karataev/handling-a-lot-of-requests-in-javascript-with-promises-1kbb https://css-tricks.com/why-using-reduce-to-sequentially-resolve-promises-works/ Timestamps: 00:00 Intro 00:30 The problem 00:46 Explaining the solution 03:20 Explaining da base code 05:20 Coding the solution 09:40 Explaining the code 12:35 HTTP request function 14:00 Running da solution 14:20 Summarize 15:10 Outro
Previous Post Next Post