Building a federated search engine from scratch. An introduction.

Federated search, also known as distributed information retrieval, is the simultaneous search of multiple searchable resources. Learn more about it in this blog post.

Introduction to JMESPath - JSON processor you should definitely know

JMESPath is a powerful query language that enables processing of JSON payloads.

Keycloak as Authorization Server in .NET

Authorization Server is a powerful abstraction that allows to control authorization concerns. Learn how to implement it for .NET applications.

Use Keycloak as Identity Provider from Blazor WebAssembly (WASM) applications

Learn how to integrate with Keycloak from Blazor WASM. Create a public client and use built-in capabilities of Microsoft.AspNetCore.Components.WebAssembly.Authentication that integrates with OpenId Connect compliant providers.

Add persisted parameters to CLI applications in .NET

Learn how to use System.CommandLine to implement persisted parameters in CLI/console applications.

Use Keycloak as Identity Provider in ASP.NET Core 6

Learn how to add authentication to ASP.NET Core 6 via Keycloak.

Dev Environment as a Code (DEaaC) with DevContainers, Dotfiles, and GitHub Codespaces

Learn how to build a repeatable codespace configuration for all users of your project.