#Is there any "ideal roadmap" to get into nestJS and mastery it ASAP?
9 messages · Page 1 of 1 (latest)
Read the docs, build something with it, if you want a tutorial get the nestjs fundamentals course.
Learn the fundamentals of nodejs and typescript
if you know c# or c++ (i always mix them up)
or angular a lot of concepts are already familiar
oh yeah
it is smart to learn
and then
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
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?
a api about cars is often a good for a test project, because it requires a lot of topics and actions
brands / models / prices / dealers / etc
and require things like connecting a database and more