PWA: Reload Page on Application Update
This article will go over how to cause a service worker to auto reload the page when it is activated and updated.
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 to cause a service worker to auto reload the page when it is activated and updated.
This article is a code snippet for handling the locking of an async process to a single thread in .NET.
We will go over encapsulating the different states the game will be in using a State Machine to keep track the transition from game scene to game scene.
This article will be short and sweet, showing a code snippet I use with my .NET/XUnit test projects to be excluded them from code coverage metrics collection.
In this article I will show how to use a .NET Source Generator, to cache a MediatR Command Result using EasyCaching.