Tag web
11 bookmarks have this tag.
11 bookmarks have this tag.
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…