Latest Posts
-
Game Client Refactor
04 Feb 2020 - Cody Merritt Anhorn
In an effort to make my Game Client more modular and also update the hosting server, I decided it was time to refactor my current solution into three main areas: Clients, Servers, and Shared. This allowed me to better structure the areas of the Client and setup for future enhancements to the Game Development Platform.
-
Pickup a Proxies SSL Headers in an ASP.NET Core Hosted Container
02 Feb 2020 - Cody Merritt Anhorn
One issue that is pretty tricky to setup is to correctly proxy SSL to a container. This issue usually does not affect much, just if the server should redirect to an https request, or in my case backend redirect URL generation.
-
Game Development 2020.02.01
01 Feb 2020 - Cody Merritt Anhorn
This post will only details a few things done, but a whole lot of work was done at a solution level for the Client, Game Client Refactor.
-
Adding Statically Typed Configuration to ASP.NET Core DI
01 Feb 2020 - Cody Merritt Anhorn
This is a short and sweet post, it should give you a general idea on how to add typed Configuration/Settings to the .NET Core/ASP.NET Core Dependency Injection container.
-
You, PowerShell Core, and the Prompt (Windows)
25 Jan 2020 - Cody Merritt Anhorn
We will go over how to create a new prompt display for PowerShell Core (Windows).