Posts
Writing on the things I build — cross-framework Module Federation, the portfolio's architecture, and the traps I hit along the way.
Styling across the Module Federation boundary
A Svelte remote mounted in the React host came up half-styled. CSS variables cross the federation boundary for free; Tailwind's utility classes don't — here's why, and the one-line fix.
Publishing a bilingual blog from a static export
Typed metadata makes a missing translation a compile error; the MDX bodies get no such guarantee. Why the build catches it anyway — and why SSR wouldn’t.