Hosting services in Containers still requires us to log information, ideally in a central logging solution, thats where Elastic, FluendD and Kibana come to help out.
In this post we will have a look exporting logs from our .NET service.
This post series looks into how I apply TDD in order to have confidence in what is developed.
In this post I wanted to look a little into the tools used to continuously run the tests, which ensured that we did not break the contract while we have been refactoring the code.
This post series looks into how I apply TDD in order to have confidence in what is developed.
In this post I wanted to jump to a fun subject of writing an IoC container, and that is performance. We will look into some refactoring which will improve our performance, and use our tests to ensure we still provide the required service.