DEV Community

Cover image for Node.js Certification: My Experience and Advice

Node.js Certification: My Experience and Advice

Konstantin Komelin on May 11, 2020

In the beginning of the COVID-19 lockdown I made a decision to use the isolation for self-improvement and invest time in something future-proof, so...
Collapse
 
mannyluvstacos profile image
Manny

I appreciate this post, @kkomelin ! And congratulations on the cert!

Now, almost a year later, what are your thoughts on having the JSNAD certification? Has it opened up roles/opportunities for you?

I recently signed up for the JSNAD and I am preparing right now.
I appreciate you sharing tips on setting up VSCode upon start, thank you for that!

Collapse
 
kkomelin profile image
Konstantin Komelin

Hi @mannyluvstacos ,

Sorry for my later response. Missed the notification.

To be honest, I prefer frontend more and this certificate didn't open new opportunities with the frontend. However, I was contacted by a few recruiters who offered me Node.js roles after I shared my certification experience.

For me, this certification helped understand Node deeper but, as a web developer, I would also consider JSNSD certification because it's more Web-focused.

Best of luck with your exam!

Collapse
 
iwiedenm profile image
Ian

Congrats and thanks for the helpful hints Konstantin!

Collapse
 
kkomelin profile image
Konstantin Komelin

You're welcome Ian!

Collapse
 
alikham profile image
Ali Khan

Thank you for these tips!
May I know, what learning resources you follow everyday inorder to prepare for the test ?

Collapse
 
kkomelin profile image
Konstantin Komelin • Edited

Of course Ali. It's everything I mentioned in the Preparation section. Node Cookbook is good, in particular.

Here is how I would work with the book:
1) Read an article.
2) Try to understand everything from it.
3) Learn NPM documentation for each package mentioned in the article.
4) Refer to Node docs if anything is still unclear (Node 10).
5) Try to solve all problems from the article yourself (at least reproduce solutions from the article).

And what's more important from my perspective is to practice regularly. Don't skip a day. If you decided to take the exam, schedule it and prepare to it every day at least for 30 mins. Immerse yourself in the context of Node, even if your daily work is not related to it. It's like with language learning.

Collapse
 
alikham profile image
Ali Khan

Thanks Again!😊

Collapse
 
tobiastotz profile image
Tobias Totz

Congratulations! Doing a certification is a really good idea, especially in the current situation.

Thank you for sharing your insights :)

Collapse
 
kkomelin profile image
Konstantin Komelin • Edited

Thank you Tobias.
Exactly. Many of us have gotten extra spare time (commute, etc), so it might be a good idea to invest it to self-improvement.
You are very welcome!

Collapse
 
darkare profile image
Daryl Fong

Good tips. Thanks. I wonder anyone has sat for the Service Developer.

Collapse
 
kkomelin profile image
Konstantin Komelin

You're welcome Daryl. I know a person who was going to take the Service exam but no results yet.

Collapse
 
andreslopezrm profile image
Andres Lopez

Congrulations !!!! 🎉

Collapse
 
kkomelin profile image
Konstantin Komelin

Thank you Andres!

Collapse
 
s0xzwasd profile image
Daniil Maslov

Good tips, thanks a lot!

Collapse
 
kkomelin profile image
Konstantin Komelin

You're welcome Daniil.

Collapse
 
raghavmisra profile image
Raghav Misra

Congratulations! I will look into the JSNAD certification. Thanks for sharing. 😁

Collapse
 
kkomelin profile image
Konstantin Komelin

Thanks! Sure. It's my pleasure.

Collapse
 
bcdbuddy profile image
Babacar Cisse DIA

this actually motivates me to get mine too! thanks for sharing your experience

Collapse
 
kkomelin profile image
Konstantin Komelin

You're welcome Babacar. Good luck for your exam!

Collapse
 
clement134 profile image
Clement134

Thank you for your feedback about this certification.
Do you have any precision about your Node.js level before preparing this certification? (how many years of experience? daily use?)

Collapse
 
kkomelin profile image
Konstantin Komelin • Edited

As I remember, the Linux Foundation recommended having two years of experience with Node to successfully pass the exam but I think you can have less.

As for my personal prior experience with Node, I had built an API project with Koa and worked with Next.js for about a year before the exam preparation. Also written a couple of chat bots with Express and maybe something else. Node is everywhere today, so I also used it occasionally for frontend projects, for example to configure Server Side Rendering for React apps, etc. Besides that, I had worked with different backend and frontend tech for 13 years, so my case may not be that typical to make conclusions.

Collapse
 
duartelucas profile image
Duarte Lucas

Hello, @kkomelin ,

Great insight!

How much time do you have to schedule the retake?

Thanks in advance!