Similar Posts

Subscribe
Notify of
6 Answers
Oldest
Newest Most Voted
Inline Feedbacks
View all comments
Uninformativ
1 year ago

In itself, the thing is more important than just learning is actually something to program. As soon as you have the logic, find a project and try to program it.

If you don’t know how things are, you go, you learn a lot, that’s what it’s about 👍

I have learned how to program myself. This is how you learn all the “commands” you need for everything you can.

I’ve been programming for a little more than a year

Lanproblemkind
1 year ago

So the basics are determined. You learn it in 3 months. Then another month for evtl advanced topics

verreisterNutzer
1 year ago

You just need 5 minutes, you know how to program “Hello World!”

Everything else is experience you collect over the years.

GuteFrageXY13
1 year ago
Reply to  Onia2021

You’re talking about HMTL. Even if it’s a “smart” thing, HTML is not a programming language and does not have much to do with programming. Look.

HTML – Makes the structure of a website where you should be, for example, a headline where an image should be, where a listing should be…

CSS – Makes the design for your website. With CSS, you can, for example, change or define the color of your headline, the size of a text, properties of an image.

Javascript (JS) – Is a programming language with which you can write logic for your website. What should happen, for example, if Condition1 happens and Condition2 is the same, but Condition3 does not apply.

I recommend w3schools (HTML Tutorial (w3schools.com), CSS Tutorial (w3schools.com), JavaScript Tutorial (w3schools.com)). I don’t recommend you learn everything directly. Always take smaller steps.

To your question whether you need to learn such things by heart. Jein. You should definitely be able to memorize them, but you don’t have to learn it by heart. If you often use it that, for example, is the case with

, you will eventually be able to automatically

BeamerBen
1 year ago

Basically yes