I was just looking for articles to better understand how NodeJs works and I got this gem in my inbox. Thank you for clearly explaining everything.
I can’t wait to read the subsequent ones. Hopefully, one of your articles on this will clear my doubts on the connection between the callstack, NodeJs event loop (and all its phases) , and the thread pool.
Fun fact, I was actually writing about the event loop, when I thought 'hold up — maybe that's too far ahead. Let me start from the beginning so everyone can follow along'.
Thank you so much for this piece it has really helped, also when are we diving deeper🤲🏻
I was just looking for articles to better understand how NodeJs works and I got this gem in my inbox. Thank you for clearly explaining everything.
I can’t wait to read the subsequent ones. Hopefully, one of your articles on this will clear my doubts on the connection between the callstack, NodeJs event loop (and all its phases) , and the thread pool.
Once again, thank you for this article.
Hey TommyDate, thanks for your comment!
Fun fact, I was actually writing about the event loop, when I thought 'hold up — maybe that's too far ahead. Let me start from the beginning so everyone can follow along'.
FWIW: I wrote a thread about worker...threads (LOL) here: https://twitter.com/TheVunderkind/status/1543343191851778049?s=20&t=6Wft2R1TnljgJPEEiFChRA
Oh cool! Thank you very much.
I’ll also be eagerly waiting for the continuation of this.