Blog

  1. Deploy Keycloak in Azure Container Apps

    Configure Keycloak in Azure using Azure PaaS services.

    • azure
  2. Nextjs 13 proxy api with next-auth

    Create a proxy api in next 13 and secure it with next-auth.

    • nextjs
  3. Why use RBAC instead of access policies in Azure Key Vault?

    Use RBAC to access Key Vault instead of access policies.

    • azure
    • azure-bicep
    • key-vault
  4. Full-Stack DAPR with .NET and React

    Daperized .NET API with React front-end.

    • asp.net-core
    • dapr
    • nextjs
  5. Request / response logging middleware in ASP.NET Core

    A middleware that logs the request and response.

    • asp.net-core
    • nextjs
    • dapr
  6. React Password Component With Policy Validation

    A react password input component that supports password policy validation using a custom react hook.

    • reactjs
    • typescript
    • material-ui
  7. Model binding a complex request header in ASP.NET Core

    Model binding complex objects using HTTP headers in ASP.NET Core.

    • asp.net-core
    • c#
  8. Action filter dependency injection in ASP.NET Core

    Using dependency injection in ASP.NET core action filters.

    • c#
    • asp.net-core
  9. Using HttpClientFactory in .NET applications

    How to use HttpClientFactory in .NET applications.

    • c#
    • .net-core
    • dotnet-httpclient
  10. Integrate Nextjs 12 with contentful and netlify

    Dynamically update your Nextjs static when a new content is published in contentful.

    • nextjs
    • reactjs
    • contentful
  11. Popup menu effect for Xamarin Forms (Android)

    A Xamarin Forms effect that enables you to attach a popup menu to any Xamarin Forms view.

    • c#
    • xamarin-forms