Hello and welcome! 🙋♂️ My name is Rok Rode and this is my personal blog about software development. I use it to document things I learned for my self, but feel free to have a look and hopefully you will find some of it useful. You can also find me on Twitter.
Implement a custom logger
March 09, 2022How to add file logging using Serilog extension and how to build a custom logging provider
Improving logging output
December 13, 2021An overview of options to enrich log outputs and make them easier to search
Adding logging to .NET Core console application
October 09, 2021An overview of how to add basic logging to console application
Configuration in .NET Core part 3/3
September 26, 2021Implementing custom configuration provider
Configuration in .NET Core part 2/3
September 13, 2021Adding nested appsettings for JSON file like in ASP.NET Core
Configuration in .NET Core part 1/3
May 08, 2021Introduction and basic usage of configuration in .NET Core
Elastic stack setup for Docker
December 28, 2019Configuring Elastic stack to monitor Docker containers
Elastic stack at a glance
December 14, 2019Overview of different components in Elastic stack and how they correlate
Logging in Docker
November 30, 2019An overview of different logging approaches in Docker
Hello World
May 24, 2019My first blog post