DEV Community

shardDot
shardDot

Posted on

I Tried Learning Programming Before — Scrimba Is Where It Finally Clicked

I actually tried programming before 2025, around 2024, starting with C++. I could write some code, but something always felt off. I didn’t really see the point. It felt like I was just writing syntax without understanding where any of it would actually be used.

So I slowly drifted away from programming.

Then on November 18, 2025, I randomly saw an ad for Scrimba. And it instantly grabbed me. The idea of coding while watching the lesson, in the same place, sounded honestly brilliant.

And yeah, it really was.

Starting over for real

Since November 18 last year, I’ve been following the Fullstack Path on Scrimba. I’m currently around 54% through it, and the difference compared to my first attempt at learning programming is huge.

On Scrimba, I finally managed to do something I’d never done before: learn JavaScript from absolute zero.

I truly knew nothing. Every time I tried to learn JS on my own before, I felt lost. I didn’t know where to start, what order to follow, or how people actually progressed. But in the very first Scrimba lessons, I remember my eyes lighting up. I could tell right away that this path actually made sense.

What learning here feels like

One thing that stood out immediately was the teaching style. The instructors are very direct and practical. You learn something and you immediately use it. No long detours, no theory floating without context.

The interactive format also changes everything. Being able to pause the lesson and edit the instructor’s code while they’re teaching makes the learning stick in a different way. You’re not just watching. You’re doing.

Struggling and something I learned about studying

Not every day was smooth. There were periods where nothing seemed to stick and I felt like I wasn’t progressing at all.

Something I discovered in practice: stepping away helps.

There were times I got stuck and just took one or two days off to reset mentally. When I came back, things suddenly made much more sense. Now I genuinely see breaks as part of learning, not lost time.

What’s already changed for me

Before, programming felt distant and confusing. Now I can:

  • Write and understand JavaScript
  • Work with APIs and async logic
  • Build simple servers with Node.js
  • Understand how frontend and backend connect

More important than the tools themselves is the clarity. I now understand what I’m doing and why.

A tip if you’re learning on Scrimba

One thing that helped me a lot was looking up topics outside the lessons and asking ChatGPT for extra exercises. That extra practice really reinforces understanding and pushes you beyond the course material.

Is Scrimba worth it?

For me, yes. It’s been an amazing place to learn. It’s where I finally went from zero in JavaScript to actually building things and understanding web development.

I’m still in the middle of the journey (about 54% of the Fullstack Path), but I can already say this is where programming finally started to make sense to me.

And if you’ve tried learning before and felt lost, that shift matters a lot.

Top comments (0)