Latest Posts
-
Quick .NET Core Blazor Build/Test/Code Coverage/Publish/Deploy Github Action
21 Jul 2020 - Cody Merritt Anhorn
This article is just a quick snippet of code showing off a github action that will build a .NET Core application, test the application with code coverage, publish that code coverage to Codecov, publish a ASP.NET Core Blazor WASM application, and deploy the published Blazor application as an Azure Static Web App.
-
Using Docker with Nginx for a Locale Proxy and SSL
15 Jul 2020 - Cody Merritt Anhorn
This will be a quick article going over how to create a setup locally to have a Proxy server with SSL termination.
-
.NET Core - System.Text.Json - Create a JsonConverter
11 Jul 2020 - Cody Merritt Anhorn
This article I will be going over how to create a Json Converter than can be used to create a Write/Read to a single property.
-
Let Us Create - Blazor - OBS Remote
30 Jun 2020 - Cody Merritt Anhorn
Do you use OBS and want a fancy Blazor Server website to change scenes? (Or control most any part of your OBS setup…) Follow this Post to learn how!
-
Docker - Build, Test, Publish
24 Jun 2020 - Cody Merritt Anhorn
To simplify my deployment process I use Docker, many of my project use docker in some way or another. I like the flexibility I get from Docker to create my deployment artifacts, and by using Docker I don’t have to remember how my artifacts are created. This article is for documenting my standard .NET Core Dockerfile that I can easily reference in the future without remembering what project I have used this kind of Dockerfile in before.