The fastest way to learn coding and the best YouTube channel or website to learn JavaScript? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

The fastest way to learn coding and the best YouTube channel or website to learn JavaScript?

Question?

29th Dec 2022, 4:57 AM
joey the artist
joey the artist - avatar
2 Answers
+ 5
In my experience learning always requires 2 things: self-driven learning + coding. Fastest way is to implement learning strategies such as Holistic Learning, Spaced Repetition, and Interconnected Thinking. Doing all this on a regular basis, at your own pace, and making sure to ONLY learn what you actually understand. Personally I use Obsidian (an app), to create a web of knowledge for a language (such as Swift) and as I take notes I create flashcards (Obsidian Plugin) to test myself. Follow an online course (Stanford has good ones), take notes with the right tools and strategies (as listed above), and use apps like Sololearn to round out the rest of the learning. Finally, use GPT-3 from OpenAi as a pseudo-mentor. It's able to provide answers to simple questions, create new ideas for projects to advance your skills, and can even help debug your code. So in summary, the best strategy is self-driven, using the right tools to optimize learning, and actively coding projects.
29th Dec 2022, 5:33 AM
Calvin Lee
Calvin Lee - avatar
0
Sololearn is good app to learn programming languages. It will tech you most important and most used features from languages. And it have good community to help you if you stuck. For advanced stuff from language I suggest you documentation. But if you wanna learn how to work as developer, knowing language is not enough, you also need to know how to choose technology, how to set up project, use git, test code, organize and maintain code, debug... For this additional things I can suggest The Odin Project, because you will learn all of this there, not just languages. Speed of learning is different from people to people, if you wanna learn something faster, then spend more time learning. Make sure you don't burn yourself, if you wanna knowledge to stick in your mind, make projects with it, the more you use something you will understand and remember it better.
29th Dec 2022, 11:11 AM
PanicS
PanicS - avatar