DEV Community

cursora
cursora

Posted on

I stopped watching coding tutorials. Here's what I do instead.

The tutorial graveyard

Be honest with yourself for a second: how many "Complete Python Course" or "Learn Docker in 2 Hours" videos do you have sitting half-watched in a browser tab or a bookmarks folder right now? For me it used to be a lot. I'd watch someone type, nod along, feel like I understood it, and then sit down to actually build something and realize I couldn't reproduce a single line without the video paused next to me.

That's not a discipline problem. Watching someone perform a skill and performing it yourself are genuinely different cognitive tasks. Tutorials are great at the first one and mostly useless at the second.

What changed for me

I started deliberately picking learning resources where I couldn't just watch -- where the platform forced me to actually write and run code as part of the lesson, not as an optional "now try it yourself" afterthought tacked onto the end of a video. cursora.org (the platform I've been using, full disclosure I also work on the marketing side of it) structures every hands-on course this way: the lesson is a real, isolated sandbox -- a real container, real CPU/memory limits, real command output -- not a video with a code snippet next to it.

The difference sounds small until you notice how much it changes your behavior. You can't half-pay-attention to an exercise you have to actually solve. You can't "I'll rewatch that part later" your way past a Docker command that just failed in front of you.

What it actually looks like

  • 27 courses right now, spanning web dev, backend, DevOps and more
  • Every coding exercise runs in an isolated sandbox, not a simulated terminal
  • The catalog is browsable for free, no signup, so you can see exactly what a lesson looks like before committing
  • A completion certificate at the end, if that matters for your situation

The actual point of this post

I'm not going to pretend one platform is a silver bullet -- plenty of people learn fine from videos, and plenty of hands-on platforms exist. But if you recognize yourself in the first paragraph of this post, the fix probably isn't "watch better tutorials." It's picking something that doesn't let you get away with just watching. Worth a look: cursora.org

Top comments (0)