New series of blog posts: learning web development

August 28, 2025

This blog post provides an overview of my new series of blog posts called “Learning web development”.What do I need to learn for web development?  In order to create a web app, you need to know about the following technologies:HTML is used for specifying the content – what we see on a web page: text, images, etc.CSS is used for specifying what the content looks like: layout, colors, etc.JavaScript makes web pages truly interactive.Servers are where the web pages are stored. They can also store data so that it lives outside web browsers, perform computations for web browsers, and more.

Source: New series of blog posts: learning web development

Axel Rauschmeyer is one of the great communicators and educators of JavaScript and web development. He’s begun a new series on learning web development, and it’s one I think anyone, no matter what their level of experience, would benefit from at least perusing.
I know I certainly will.
So if you haven’t already, why not subscribe to his RSS feed (well, it’s atom but potato tomato) and keep up as new instalments are published?