Dev Kimchi

Fermentation: Turning .NET, Web and Cloud into Something

Azure API Center: The First Look

by Justin Yoo in Azure · 6 min read

Let's say you work for a company that has a lot of APIs. You might have a few questions: How do you manage the lifecycle of those APIs? What governance would you apply to these APIs? What is the

DevContainers for .NET developers on Azure

by Justin Yoo in Azure · 12 min read

Containers are everywhere. It's not just to make both the development and production environment consistent but also to build CI/CD pipelines, test automations, and so on. While everyone does their

AuthN-ing Blazor WASM with Azure AD B2C

by Justin Yoo in Dotnet · 5 min read

There are many ways to implement authentication and authorisation onto the Blazor WebAssembly (WASM) app. If you publish it to Azure Static Web Apps (ASWA), you can use the built-in authN feature