Tag web
16 bookmarks have this tag.
16 bookmarks have this tag.
The solution to all of these problems
I humbly put forward that modern web development provides us all the utilities to move away from class names and implement something much more robust, with some fairly straightforward changes:
Attributes
Attributes allow us to parameterise a component using a key-value representation, very similar to Map<string, T>. Browsers come with a wealth of selector functions to parse the values of an attribute.
The share_target manifest member allows installed Progressive Web Apps (PWAs) to be registered as a share target in the system's share dialog.
A well-equipped ASCII diagram builders freely available on the internet.
It stresses portability, simplicity, and immediateness.
My take on what could be a project template for Django advanced usage, with modern tooling (for Python and UI dependencies, as well as configuration/environment management), but not too opinionated.
useDeferredValue is one of the most underrated React hooks. It allows us to dramatically improve the performance of our applications in certain contexts. I recently used it to solve a gnarly performance problem on this blog, and in this tutorial, I'll show you how! ⚡
Permacomputing is both a concept and a community of practice oriented around issues of resilience and regenerativity in computer and network technology inspired by permaculture.
I’ve used a lot of tools over the years, which means I’ve seen a lot of tools hit a plateau. That’s not always a problem; sometimes …
plainweb is a framework using HTMX, SQLite and TypeScript for less complexity and more joy.
In this post, I talk about pleasant but seemingly minor features in personal sites
There’s plenty of information out there on how to scale Django to handle numerous requests per second, but most of it…