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 - Simple Database Migration

    • .NET
    • C#
    • Database
    • Dapper
    • SQL

    This article has some source code for a light Database Migration processor, using a few tables for tracking and Dapper for the execution of the SQL.

  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.