DEV Community

DramaticBean🇵🇹
DramaticBean🇵🇹

Posted on

What's your way of learning a new language/framework?

What's your way of learning a new language/framework?
Do you go direct to the documentation, watch crash course videos on youtube, go to MOOCs (Massive Open Online Course) to watch the videos and do the exercises?

Latest comments (2)

Collapse
 
mtmb profile image
M.T

For me, I would read the documentation (Not everything though, just enough to ignite the engine) and will start working out the basic stuff.
while I'm expanding the project I will just refer to the documentation on the go.

In some rare cases I needed to watch some videos (Rxjs for angular).

Collapse
 
vonheikemen profile image
Heiker

I read the documentation and then try to build something simple that I've already done before. That way I don't have to go watch/read a tutorial (I already know the solution) just need to look for specific things to complete the implementation.