Posts

Showing posts from February, 2024

Tutorials!

Soppy Inc, Bunschoten | February 21, 2024 Looking to learn how to program? Programming is a vast term. It can mean many things. In our case, we mean programming on a computer. Such as a website or a game. This skill is super useful, like if you have a business per example. If you wanna learn how to program, it's generally recommended you start at HTML. The reason is actually that HTML isn't considered a programming language. HTML stands for HyperText Markup Language. It's a markup language. HTML has no logic. CSS is part of HTML, but is for the styling of a website. If you wanna create programs such as this text editor  then you need JavaScript. JavaScript is a programming language usually used for websites. JavaScript can basically make anything work. It's recommended that after learning HTML that you learn JavaScript. However, we'd personally recommend you learn Python. Python creates programs just like JavaScript, however it's easier to comprehend for a begin