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. DotNet Core Github Action Flow

    • GitHub
    • .NET Core
    • Azure
    • NuGet
    • Blazor
    • GitVersion
    • Git

    To expand on my last article creating a quick GitHub action to build/test/deploy a .NET Core application. In this article I will go over the flow and action I created for my projects. You can jump right to the source project here: canhorn/EHZ_PlayGround

  2. Quick .NET Core Blazor Build/Test/Code Coverage/Publish/Deploy Github Action

    • .NET Core
    • GitHub
    • Blazor
    • GitHub Action

    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.