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?
For further actions, you may consider blocking this person and/or reporting abuse
Top comments (2)
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).
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.