I realized I was just a professional video watcher. I could follow a tutorial but couldn't write a line of code on a blank page. It's a lazy trap. How did you guys finally break out of tutorial hell and build something real?
Portfolio: ahmershah.dev
GitHub: ahmershahdev
The blank page is intimidating, but that friction is exactly what builds muscle memory. Start with a basic HTML structure and don't look at a guide until you absolutely hit a wall.
Tutorial hell is comfortable because there is no risk of failure. The only way out is to start a project so small that you feel silly doing it, then build up without a video playing in the background.
Breaking the cycle starts with making a single mistake on purpose. Change one variable in the tutorial, watch it break, and then try to fix it. That is where the actual engineering begins.
Sagar Kumar
You aren't an idiot; JS is just a massive jump in logic. My first was C#, and I remember sitting there for hours wondering why a semicolon mattered so much. I stuck with it purely out of spite, and now it’s my daily driver.