DEV Community

Cover image for Meteor Impact 2022 talks proposals open!
Jan Dvorak
Jan Dvorak

Posted on • Updated on

 

Meteor Impact 2022 talks proposals open!

Meteor Impact 2022 is open for talk proposals!

The big change this year is that we are collecting information that we need to send you some cool stuff up front.

So if you want to speak at Meteor Impact this year, then submit your talk now, so that you can reserve the best spot:

Talk proposal form


If you like my work, please support me on GitHub Sponsors ❤️.

Top comments (0)

An Animated Guide to Node.js Event Loop

Node.js doesn’t stop from running other operations because of Libuv, a C++ library responsible for the event loop and asynchronously handling tasks such as network requests, DNS resolution, file system operations, data encryption, etc.

What happens under the hood when Node.js works on tasks such as database queries? We will explore it by following this piece of code step by step.