Generating OG Images at Build Time with Satori and Astro
How this Astro site renders social cards at build time with Satori and resvg-js, and the design and performance choices that keep it fast.
- astro
- webdev
- javascript
- performance
How this Astro site renders social cards at build time with Satori and resvg-js, and the design and performance choices that keep it fast.
shadcn/typeset styles rendered markdown with one CSS file you own. Here's how it works and how it compares to Tailwind Typography and its prose class.
TypeScript 7.0 ships the compiler rewritten in Go: 8 to 12x faster builds, the same type system, and a new LSP tooling story. Here's what changed.
HTTP finally has a safe, idempotent, cacheable method that carries a body. Here's what QUERY (RFC 10008) is, why it exists, and how to use it.
SolidJS 2.0 lands first-class async, a new Loading boundary, and signals. Here's what caught my eye after years of writing React.