How I Finally Stuck With Learning to Code (After Quitting Three Times)

How I Finally Stuck With Learning to Code (After Quitting Three Times)

I'm not going to pretend I picked up coding on the first try. I quit three times. The first time I blamed the tutorial, the second time I blamed my laptop, and the third time I just quietly stopped opening the editor. Sound familiar?

What changed the fourth time wasn't a better course or a fancier setup. It was one small decision: I stopped trying to understand everything before writing anything. I'd type code I didn't fully get, run it, break it, and fix it. Understanding came after the doing, not before.

The thing that kept me going

I gave myself permission to write bad code. Genuinely bad code. My first project was an ugly to-do list that lost your tasks the moment you refreshed the page. But it was mine, and finishing it felt completely different from finishing a tutorial.

If you're on your third attempt right now, don't start over with a new course. Build the smallest thing you can imagine and let it be embarrassing. That's the version of you that finally sticks with it.

Back to Articles