DEV Community

Adrian Matei
Adrian Matei

Posted on

 

How happy are we as software developers?

I have been working in the IT industry for 13 years now. I started as junior developer and after that I pursued different paths for several years from consultant, researcher, presales engineer, team leader to scrum master - the whole list on Linkedin. Then I've come back to software development for the past 8 years and I haven't look back. Why? See in my comment.

Have you been also tried other paths within the IT industry besides development or do you come to software development from a completely different industry? How do you feel as software developer? Looking forward to your comments below.

Top comments (1)

Collapse
 
ama profile image
Adrian Matei • Edited

Why do I feel most fulfilled as developer? Here a couple of reasons:

  • I get to create things
  • I get rapid and unbiased feedback on my work - well, most of the time :D
  • I get to work from home

What are yours?

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.