DEV Community

Darsh
Darsh

Posted on

 

Creating a group

Hey there pls help me. Can anybody tell me that how to create a group at dev.to/connect because I don't know pls your help will be greate

Thanks for reading my post please press the like and the unicorn button while going.
Thank you
Darsh kulthia

Top comments (1)

Collapse
 
siddharthshyniben profile image
Siddharth

Hey @programmerno24 I've sent a connect request to you. I'll tell you from there.

PS: Do I know you?

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.