Web development

Web development

Exciting explanations and code examples from web development.

info We also have German articles from other categories (Wir haben auch deutsche Artikel aus weiteren Kategorien): German categories (Deutsche Kategorien)

SCSS mixins explained simply

SCSS Mixins explained simply

SCSS – the efficient, structured CSS preprocessor. How mixins help to create and maintain styles in a more efficient and structured way…

SCSS functions explained simply

SCSS Functions explained simply

SCSS – the efficient, structured CSS preprocessor. How Functions help to create and maintain calculations efficiently and centrally…

htmx

HTMX – What is it and what can it do?

AJAX calls, CSS transitions, WebSockets, server sent events and more with HTML attributes.

JS include async and dynamic

How do I integrate JS asynchronously when it is needed?

How to integrate Javascript asynchronously and dynamically – and only load it when you need it …