DEV Community

Cover image for We're on ruby.social
Erin Bensinger for The DEV Team

Posted on

 

We're on ruby.social

The best of Ruby content on DEV Community is now available via Toot 🦣

We've syndicated our @The_Ruby_Dev Twitter feed with @devcommunity@ruby.social using moa.party.

TheRubyDev (@devcommunity@ruby.social) - Ruby.social

114 Posts, 6 Following, 196 Followers · Tweeting out the best Ruby posts from https://dev.to 💎 Powered by @thepracticaldev@fosstodon.org Available on the bird app @The_Ruby_Dev

favicon ruby.social

Follow us there from anywhere in the Fediverse. Happy Rubying!

Top comments (13)

Some comments may only be visible to logged-in visitors. Sign in to view all comments.

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.