All Stories

Art of testing - Part 1

Why we don’t want to write tests?, Why testing is important?, Are the tests enough for us?

Pimp my terminal

How we can improve our terminal with couple quick steps? I will show you the way.

Alternative way to configure HttpClients

Sometimes in complicated situations a standard way for configuring http clients in ASP.NET Core is not enough but there is alternative way.

Pull Requests

There are many things we can do to make the quality of our code better. We can do all kinds of tests like unit testing, integration testing, end to end...

Source Generators - real world example

In this post I will show you how you can generate code using new .NET feature called Source Generators. I will show you complete real world example with testing, logging...