Articles

Checkout out these articles! I mainly focus on Tech related topics with a heavy focus on .NET and anything relating to Game Development. But you will find some hidden gems about infrastructure like Kibana to Kubernetes!


  1. .NET - My Workflow Pattern

    • .NET
    • C#
    • MediatR
    • Mediator
    • Hangfire

    This article will go over how I personally use MediatR, Hangfire, and my custom Observer libraries to create a Workflow Pattern for running background process or realtime if I choose.

  2. Kubernetes - Mounting a Certificate Authority

    • Kubernetes
    • Certificate Authority
    • Certificate

    This article will go over adding a Certificate Authority to your Kubernetes cluster and mounting it into a container, I found that I needed this to setup local development with full SSL support using self-signed certificates.

  3. HTML Select Placeholder

    • HTML

    With HTML5 came a way to show a placeholder for a select form element, without giving the user an option to select it. This give developers an easy way to have a nice looking placeholder but not have it as an option for selection.

  4. Server based reCAPTCHA v3

    • .NET 5.0
    • Blazor
    • reCAPTCHA v3

    In this article I will show how to use reCAPTCHA v3, reCAPTCHA is used to protect your forms from bots, or not read the article to find out more.