DEV Community

sium_hossain
sium_hossain

Posted on

Which one is best decision?

Basically my expertise area in backend developing(django,fastAPI) and I know Vue and Nuxt very well. And I also work with two company who used nuxt. So you can say that I have also professional experience in vue. But as market demand is it a good decision to learn react or study on others things?
But honestly I don't like react 😷

Need your opinion πŸ’•
Thank you

Top comments (4)

Collapse
 
yourmdsarfaraj profile image
MD Sarfaraj

Why don't you try Flutter?

Collapse
 
siumhossain profile image
sium_hossain

i know flutter little bit- just design part though πŸ˜…. Thanks for your suggestion. I will definitely try again.

Collapse
 
yourmdsarfaraj profile image
MD Sarfaraj

I think design is more easier in Flutter.

Thread Thread
 
siumhossain profile image
sium_hossain

exactly. And I love that πŸ’ž

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.