Fading Coder

One Final Commit for the Last Sprint

Blazor Microservice Communication Patterns

When building modern web applications with Blazor, efficient communication between client and server components is essential. This guide explores how to implement robust microservice communication patterns using HttpClient and related extensions. Setting Up the Project Structure Begin by creating a...

Integrate Offline Search into Hugo Static Sites with INFINI Pizza WASM

Live implementations can be seen on the official INFINI Labs website. Simply press the s key to activate the search bar. All queries are processed locally using the embedded WASM module, ensuring instant responses and full functionality even without an internet connection. Getting Started with Pizza...