I love Markdown. I write faster and more natively in it than any other format or tool. If we zoom way out, here’s the most basic philosophy of Markdown: replace complicated stuff with simpler stuff. That’s all it does, really. It replaces some tedious nested taggy stuff with way simpler stuff that…| deanebarker.net
Publication mise en cache pour en conserver une trace.| larlet.fr
The one where I animate a favicon with googly eyes (and build a web app)| dbushell.com
David Bryant Copeland's Website| Naildrivin' 5 - Website of David Bryant Copeland
Writing about the big beautiful mess that is making things for the world wide web.| blog.jim-nielsen.com
And neither is React, Preact, Vue, Angular, Svelte, or any other buzzwords you’ll want to throw out there. So strap in! Epic rant and bad language ahead…| The Spicy Web
🛠️ Crafting a minimalist eighty-percent-of-HTMX-like library from scratch, in under 300 lines of code, focusing on the essential features and a straightforward implementation.| joshi.monster
Custom elements (web components) modelling with coroutines| lorenzofox.dev
Web Components are a set of browser APIs that allow us to create custom HTML elements. They are one of the major things that SPA (Single Page Application) frameworks have been giving us for a long time ... HTMX is highly interesting, useful and a promising technology. It simplifies many things and allows us to build SPA or SPA-like applications without complex tooling, dependencies, frameworks and mostly without writing application-specific JavaScript code.| binaryigor.com
An important aspect of custom elements is encapsulation, because a custom element, by definition, is a piece of reusable functionality: it might be dropped into any web page and be expected to work. So it's important that code running in the page should not be able to accidentally break a custom element by modifying its internal implementation. Shadow DOM enables you to attach a DOM tree to an element, and have the internals of this tree hidden from JavaScript and CSS running in the page.| MDN Web Docs
Writing about the big beautiful mess that is making things for the world wide web.| blog.jim-nielsen.com