Latest Posts
-
Kubernetes - Deployment Rolling Update
22 Feb 2021 - Cody Merritt Anhorn
In this article I will go over a few methods I use to restart my deployments in Kubernetes, without having to remove the whole deployment to do so.
-
.NET - Simple Database Migration
21 Feb 2021 - Cody Merritt Anhorn
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.
-
.NET - My Workflow Pattern
21 Feb 2021 - Cody Merritt Anhorn
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.
-
Kubernetes - Mounting a Certificate Authority
16 Feb 2021 - Cody Merritt Anhorn
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.
-
HTML Select Placeholder
15 Feb 2021 - Cody Merritt Anhorn
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.