Where should a beginner like myself go to find little pieces of details that are not learnt at sololearn , school and books? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

Where should a beginner like myself go to find little pieces of details that are not learnt at sololearn , school and books?

I know this question most likely doesnt make any sense and the answer is obvious. It takes experience, learning by yourself and practicing. Sometimes people new to programming would not know what to type or search online to learn the littelest details (may be easy or hard) so that they search how to do it. I think the answer is to go on computer programming sites and keep learning. I think i might regret posting this question and people would either be confused or tell me to just do whats obvious

24th Mar 2020, 4:02 PM
Long Distance
2 Answers
+ 2
The best places would be the official documentation of the language or library you are learning. But, it will be a little complicated for beginners as they talk in technical terms. So the best place after that is books OR if you are willing to pay a bit more, online courses by Udemy etc. I found learning from books AND practise much better than learning from any website like www.w3schools.com or www.programiz.com etc. Tip: if you're learning JavaScript, there is really nothing better than MDN(Mozilla Developer Network). It's the official Mozilla documentation which is extremely clear and easy.
24th Mar 2020, 4:23 PM
XXX
XXX - avatar
+ 2
I think, the answer is simply: Google it. Tutorials, videos, books and so on give you the foundation of your knowledge, but there'll always be holes to fill up. Luckily, even if it may look like that, your problem is likely not special. Others will have had it, and in some place, maybe Stack Overflow, maybe here, maybe some place else, you'll find the solution. After you just couldn't find it, you can of course also just ask here. That's what this forum is for after all. But mostly, Google will do the job.
24th Mar 2020, 5:44 PM
HonFu
HonFu - avatar