DEV Community

Alexei
Alexei

Posted on

 

What are your your thoughts on polymer 2.0?

Top comments (2)

Collapse
 
auct profile image
auct

bad documentation and hard to use for beginners as all google tech stuff (android, angular).

In theory should be great for companies that are making a lot of websites by reusing componets and having styling with properties, variables.

Though I didn't even finish single page using only polymer components) So maybe it's great

Collapse
 
alexeir_7 profile image
Alexei

I can't argue with that. I found myself lost when I started using it and just after a week or so, I'm starting to get the hang of it.

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.