I now have a Twitter account for my blog!
I have now created a twitter account for my blog. Perhaps I should have done this years ago but I have always been against sharing my »
I have now created a twitter account for my blog. Perhaps I should have done this years ago but I have always been against sharing my »
It can be hard to grasp what software architecture is as it encompasses a wide range of theoretical and practical disciplines. It ranges from describing how »
There are not many definitions of monoliths out there and they are often portrayed as the opposite of a microservice architecture or what not to do. »
It is quite easy to start a new thread in C#. All you need is to instantiate a new object of the type Thread and call »
The Triple A (AAA) abbreviation: Arrange, Act and Assert is a way to structure your unit tests into 3 sections: * Arrange: Assign variables, setup stubs, mocks »
In this post I will demonstrate how you can stub the DateTime [https://docs.microsoft.com/en-us/dotnet/api/system.datetime?view=netcore-3.1] struct in »
I will start with a small disclaimer: it is always up to the client how to handle redirects. Most of the time they handle status codes »
In this post I will present the different HTTP status code groups, which are the groups 1xx (100-199), 2xx (200-299), 3xx (300-399), 4xx (400-499) and 5xx »
In this post I will show how the lock statement in C# works and what you should look out for when using it. It is well »
I am likely not the only one who has a receiver or amplifier with some loudspeakers that I wish to play music on via my phone. »