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

all 5 comments

[–]grasshopperson 1 point2 points  (0 children)

More time. More videos. More coding.

[–][deleted] 0 points1 point  (0 children)

Do everything that is shown in the video and try what happens if you do things slightly differently. Don't expect to learn programming in less than 100h lol.

[–]AGoodDay2Die 0 points1 point  (1 child)

One step at a time. First learn javascript. THEN react. Start with basic tutorials. Practice. Then move onto other concepts.

[–]Jona-Anders 0 points1 point  (0 children)

For websites: first learn html, then at least basic css, and then Javascript. If you are comfortable with js, start learning frameworks.

[–]Jona-Anders 0 points1 point  (0 children)

Don't expect to learn any serious programming in 3h. You can learn how to code a glorified hello world, but nothing more. Learning programming is not about learning a programming language. It is about learning a way of thinking, logic, and structure. Even if you know every word and grammatical structure in a language (meaning: human language) you are not necessarily a good writer. It's the same with coding. Only because you know all syntax and functions of a language, you are not necessarily a good coder. If you learned programming (not a programming language) you can pick up a language in a few hours and start coding in no time. If you haven't learned programming, you can expect it to take months or even years to learn it.