February 1, 2024 — A brief introduction to JavaScript, how JavaScript can be added to an HTML page, and some examples of what is possible with JavaScript. Include an introduction to JavaScript libraries and frameworks, like the React framework, and additional links for further reading.
February 1, 2024 — A brief introduction to CSS, how CSS can be added to an HTML page, and how to apply CSS to elements. Includes additional links for further reading.
January 31, 2024 — A brief introduction to HTML, what HTML looks like, and how it’s rendered in the browser. Includes an introduction on writing accessible HTML markup and additional links for further reading.
January 28, 2024 — Learn how a typical admin page request is processed, and step through the code execution.
January 28, 2024 — Learn how the typical WordPress front-end request is processed and step through the code execution.
January 28, 2024 — Learn how permalinks work on a WordPress site. Identify where Permalinks can be set for a WordPress installation, what happens when Permalinks are set, and how they rewrite dynamic URLs.
January 28, 2024 — Learn about the different tables in the WordPress database, and the core functions to interact with these tables.
January 28, 2024 — Learn about the files and directories that make up a WordPress installation
January 28, 2024 — Learn what a web server is, the different parts of a web server, and how a web server powers a WordPress site.
January 19, 2024 — In this inaugural WordPress developer live stream for 2024, we look at how to set up the WordPress core local development environment, to get ready to contribute to WordPress core.