.NET - Simple Database Migration
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.
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!
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.
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.
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.
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.
A quick post on the definition of SOLID, not by me, just a reminder of what it means.