#Is there any "ideal roadmap" to get into nestJS and mastery it ASAP?

9 messages · Page 1 of 1 (latest)

pure lichen
#

Basically the title itself is my question, just breaking into this. My background is C and frontend dev. Thks.

steel harness
#

Read the docs, build something with it, if you want a tutorial get the nestjs fundamentals course.

somber glen
#

Learn the fundamentals of nodejs and typescript

forest oar
#

if you know c# or c++ (i always mix them up)
or angular a lot of concepts are already familiar

forest oar
#

oh yeah
it is smart to learn JavaScript and then TypeScript first if you haven't
nest has a steep learning curve much like angular (because it is based on it)
once you have gotten the hang of nest it self
you can dive into the addon modules nest provide after wards

#

It is as the saying goes: the best way to learn a language is to speak to the natives
Poor souls of "brainfuck" btw

Jokes aside
Goof around with nest, if you get stuck, ask

pure lichen
#

Thank you for your advice. I got a background in C and web dev with React. I am already trying to build an API any other interesting easy projects?

forest oar