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