DEV Community

onkar2323
onkar2323

Posted on

 

Starting #100daysofcode challenge as a newbie. how does it feel, and how I am starting...

So here we are, talking about the start of my journey , well i will start by telling you that i was on twitter and got to know some people that did this challenge and are very happy with what they have become as a developer.so I thought of first planing it out of how do I have to spend the next 100 days and what things I have to learn , when I start thinking I made a list of like 30+ things that I have to learn , and I was like damn, I won't be able to do it, and left the thought of starting.

After some more time on twitter, I thought of at least starting and thought that I will do at least something than nothing.

..so yeah I made another planing session and got to know where to start from ie., THE BASICS...yeah frontend and then backend. and then moving forward step by step...

I am very excited about how these days of my life are gonna be, and I am looking forward to completing this challenge for now and not quitting it in between.

Latest 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.