
1. You’re stuck in tutorial hell
– Tutorials only give you the knowledge. Building projects give you the actual wisdom
– Start building an idea and learn as you go. Google is always these to help when you’re stuck
2. You’re not focusing on the basics
– For example, jumping to react without learning javascript is a bad idea
– Learn the basics of programming first. Solve the easiest problems for a while and build simple things
3. You’re afraid of failures
– You’ll never learn programming if you run away at your first failure or bug.
– Programming is all about failing, fixing, recovering and failing again, slightly improving each time until you’re satisfied with the result
4. You’re not seeking enough help
– As a beginner, if you’re not googling stuff every 10 minutes, you’re probably doing something wrong. Search a lot.
– Ask your questions on stackoverflow and read good answers carefully
– Learn together with someone and discuss problems