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. Let Us Create - Blazor - OBS Remote

    • Blazor
    • ASP.NET Core
    • .NET
    • C#
    • CSS
    • HTML

    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!

  2. Docker - Build, Test, Publish

    • Docker
    • .NET
    • C#
    • NodeJS

    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.

  3. Blazor - WebAssembly Interop

    • Blazor
    • ASP.NET Core
    • .NET
    • C#
    • WebAssembly
    • Wasm

    Since I really love any reason to use Blazor I though I would look into using it in my new Game Client. This article is a quick one going over my findings.

  4. OAuth - Appreciation for OAuth2

    • OAuth
    • Online Security

    While implementing an integration with Tumblr I had to work against their OAuth 1.0a authorization API, I personally had never worked against an OAuth 1.x provider before so this was quite the learning experience for me. In this article I will go over the differences I found between OAuth 1/2 and some resources I found helpful.

  5. Game Development 2020.06.11

    • Game Development
    • Updates

    This update contains a whole lot of work done to the Demo, with all theses updates I think the main game mechanics are done. All that is left are more aesthetics to the game world, I also fixed a few bugs and made a performance improvement to the way behavior trees are reported.