Beyond HTML - Building a Declarative, Dynamic SVG Canvas with C# and Blazor WebAssembly
Most frontend developers eventually hit the same wall: HTML and CSS are built around boxes. You can round the corners, mask them, transform them, but underneath it all, they're still rigid, block-level rectangles pretending to be something else.
When .NET 10 Deleted the File We Were Proudly Preloading
A few weeks ago, I wrote about shaving nearly a second off ZikFash's boot time by preloading blazor.boot.json before the browser even asked for it. It worked. I was pleased with myself. Then .NET 10 landed, and that exact same line of code turned into a 404 error in my own console.
Deciphering the 2-Second Silence - A Blazor WASM Load-Time Investigation
Chrome Lighthouse doesn't do insults, but the number it gave me felt like one anyway.