About 27 results
https://nesbitt.io/2025/12/26/how-uv-got-so-fast.html · 26 Dec 2025
uv's speed comes from engineering decisions, not just Rust. Static metadata, dropping legacy formats, and standards that didn't exist five years ago.
https://nesbitt.io/2025/12/24/package-managers-keep-using-git-as-a-database.html · 24 Dec 2025
Git repositories seem like an elegant solution for package registry data. Pull requests for governance, version history for free, distributed by design. But as registries grow, the cracks appear.
https://nesbitt.io/2025/12/22/package-registries-are-governance-as-a-service.html · 22 Dec 2025
Registries host files, but they also decide who owns names, how disputes resolve, and what gets removed. That second job is governance.
https://nesbitt.io/2025/12/21/federated-package-management.html · 21 Dec 2025
The trade-offs that make decentralized package management impractical
https://nesbitt.io/2025/12/19/why-javascript-needed-docker.html · 19 Dec 2025
How Docker became JavaScript's real lockfile
https://nesbitt.io/2025/12/18/docker-is-the-lockfile-for-system-packages.html · 18 Dec 2025
Why Docker filled the reproducibility gap that system package managers left open
https://ayc0.github.io/posts/light-dark-mode-react-implementation · 24 Jun 2021
After building a few different ways of creating light/dark modes for your websites, either in plain CSS, or with a bit of vanilla CSS, we need to tackle the topic of React websites. While most of the core will be the same as previously seen, React requires...