DEV Community

wolfiton
wolfiton

Posted on

 

What stack(technologies) would you use to rebuild dev.to from scratch

Hi everyone,

If you have to rebuild dev.to from scratch what stack would you use?

Thanks in advance to all participants to this discussion

Top comments (3)

Collapse
 
soumyaranjannaik profile image
Soumya Ranjan Naik

Python, django and flutter

Collapse
 
wolfiton profile image
wolfiton

@soumyaranjannaik Would you use simple django or graphene with django?

Collapse
 
soumyaranjannaik profile image
Soumya Ranjan Naik

I would prefer graphene.

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.