Venturing into the .NET World.NET21-12-2025My first experience in years with another framework. Let's go through my first impressions.
How to use Middleware in React RouterReact Router18-09-2025React Router middleware is here! See how to set it up, run it on server and client, and improve your routes with less code.
React Server Components in React Router – First ImpressionsReact Router07-08-2025React Server Components are now in React Router (still experimental). See how they work and what they mean for server rendering and faster pages.
Achieve a High Cache Hit Rate with VarnishPerformance24-06-2025Improving the cache hit rate with Varnish will directly improve your web (app) performance. Here's how we can achieve that.
You finally preloaded your fonts and now they are loading twice?! What the ..?Performance19-05-2025You wanted to implement font preloading to improve performance and you noticed there were 2 network calls.. what the..?