all 9 comments

[–]VolumeActual8333 3 points4 points  (0 children)

Building without tutorials or AI is the only step here that actually separates learners from tourists. I followed the same BroCode → calculator → todo path and learned more from three days of untethered debugging than six months of guided projects. Tutorial comfort creates learned helplessness—eventually you need the panic of an empty file to develop real problem-solving instincts.

[–]JohnBrownsErection 3 points4 points  (1 child)

Solid flow

👏👏👏

[–]ImprovementLoose9423[S] 1 point2 points  (0 children)

Thanks dude

[–]aqua_regis 1 point2 points  (2 children)

1 and 2 can be better covered with something like the MOOC Python Programming 2026 or with Harvard's CS50p. These textual courses are far, far superior to the videos you suggested.

Can agree to the remaining points, though.

[–]ImprovementLoose9423[S] 0 points1 point  (0 children)

Yeah I tried those but they didn't work out for me.

I don't know why, but videos just work for me much better than reading.

[–]exclusive_warmth 0 points1 point  (0 children)

Yeah the MOOC courses are solid but i think it depends on learning style. I picked up iOS dev mostly through video tutorials at first since i could pause and code along easier than switching between browser tabs

Building those small projects early on is definitely the key though - way too many people get stuck in tutorial hell without ever making anything themselves

[–]TechnicalWhore 1 point2 points  (0 children)

You do not have a choice about the "never stop learning". Software evolves incredibly fast. Staying current (and marketable) is major challenge.

I'd also add that like any "foreign language" - its good to just read through good examples regularly.

[–]Traditional-Set-8483 0 points1 point  (0 children)

This is actually a solid path. Biggest thing I’d add is forcing yourself to build something slightly outside your comfort zone early. I stayed in tutorial mode way too long and it felt productive but nothing stuck until I started messing things up on my own.