So i wanted to ask this question so I don't fall into this. How do you watch tutorials without getting stuck in tutorial hell. How you do follow projects and make sure you understand what your doing without just copying the instructor.
For further actions, you may consider blocking this person and/or reporting abuse
Top comments (8)
Easy. Don't do/watch tutorials. Build stuff, and figure things out by yourself with the aid of documentation. You will gain a far better understanding this way.
Build More Projects!
The only thing which would help you to get out of the tutorial hell.
Building project could be difficult and time consuming for beginners, I can understand. Here's a trick that I follow:
Do not copy-paste code directly. See how the other person has written it and try to do it yourself.
Open Source
Make open source contribution to various projects using the same technoogy
Misc
Thanks for the info! Is there any open source projects that you would recommend for beginners to start?
It depends upon your areas of learning.
But I could give you one resource to explore: Eddie Jaoude
Explore his YouTube/Twitter/GitHub/Discord and you'll figure that out eventually :)
Learn new programming concepts and then practice them in your own projects. I have an article with project ideas 50 Cool Web And Mobile Project Ideas for 2022
Work on your own project and try to get it in a releasable state. That will get you out of the tutorial hell pretty quick.
Figure out a project you are really interested in building, and then just build it! And every time you donβt know how to do something, just Google it!
Build stuff. It's really that simple. Find something you want to build and just do it.