Category: Tooling
What a single `pip install` actually does
Behind the few seconds of scrolling logs, pip reads an index, resolves versions, builds, and places files. Here is that one line in slow motion.
Three ways async errors slip past you
try/catch does not catch everything. A tour of the gaps in JavaScript async error handling, with the fixes.
Syntax highlighting already ships with Astro
No plugin needed. Astro bundles Shiki, so one line of config colors your code blocks.