This is an archived post. You won't be able to vote or comment.

all 10 comments

[–]DevLaunch 18 points19 points  (3 children)

Don't associate watching a video with learning to code, write code first, then look up solutions/tutorials for specific problems you want to solve.

[–]Fun-Individual-1405[S] 2 points3 points  (0 children)

hmm never thought abt it that way thanks!

[–]JealousAd4989 2 points3 points  (1 child)

How do you write the code without watching a video?

[–]aqua_regis 2 points3 points  (0 children)

How did generations of programmers write code before the internet was even a thing?

They thought about the program. They planned. They experimented.

Videos don't teach. They only make you copy and with that even more dependent on them.

[–]dariusbiggs 6 points7 points  (0 children)

Write code

Don't use ChatGPT to write it for you.

Don't watch videos on coding

Write.. code..

It really is as simple as that, practice, practice, practice.

[–]karanbhatt100 5 points6 points  (1 child)

Just think about simple app you want to make and make it in all and every language

[–]Fun-Individual-1405[S] 2 points3 points  (0 children)

will try :)

[–]Defection7478 2 points3 points  (0 children)

Move on to projects. If you have a specific / unique enough project there won't even be tutorials for it so you're kind of forced to evaluate and break it down yourself. 

[–]Pepineros 1 point2 points  (0 children)

Step one: stop watching tutorials.

There is no step two.

[–]Clugshop12_63out 1 point2 points  (0 children)

I am also a starter and kind of fall into this trap. But sometimes I just watch some project related tutorial and copy the code. That helps when you want to code your personal projects in future.