DEV Community

Suraj Shrestha
Suraj Shrestha

Posted on

 

Launching DevPolls, a platform to take polls for developers

I had always wanted to know opinions of developers while selecting a library or platform.
Yes, you can google and read blogs on their pros and cons, but it takes time.
Despite being on the field for 10+ years, I despise reading long documentations/blogs ๐Ÿ˜ž

So, I created a platform DevPolls.app to create/vote short fun polls only for developers.
It is still in preliminary phase.
Any feature suggestions and review are welcome.

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.