Super thin reverse proxy with YARP and Refit

by Karl SolgÄrd

Discovering technology that perfectly aligns with our needs is always exhilarating. YARP, a Microsoft creation, is one such gem, especially when it comes to managing requests through a proxy. This article delves into integrating YARP with Refit to create an efficient reverse proxy setup. What is a Reverse Proxy? Before…

Tracking upload or download progress in Blazor WASM with Refit

by Sigve Fast

Learn how to add file upload/download progress tracking to your Blazor component with a Refit-powered REST API client.…