DEV Community

Cover image for Imposter Syndrome as a Developer (a podcast)
Ashley Smith for Developers @ Asurion

Posted on

 

Imposter Syndrome as a Developer (a podcast)

As a developer have you ever felt like you aren't good enough even though you have been successful, or maybe you feel like you need to work harder to keep up, or maybe you feel like you just don't belong? Well, you're not alone! Learn what imposter syndrome is all about - even the good parts! (yes I said there are good parts). Join Ashley in her first podcast as she talks about what she has learned. You'll also hear from Software Engineer Marina and her experiences with imposter syndrome.

Let me know in the comments what your thoughts are and if you have ever had similar experiences!

Information on Basima Tewfik
Helpful tips to combat imposter syndrome as a developer

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