Notes from the life of a programmer
“Any fool can write code that a computer can understand. Good programmers write code that humans can understand.” – Martin Fowler
Category roslyn
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...
Category source-generators
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...
Category dotnet
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...
Category 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...
Category code-quality
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...
Category asp.net-core
Sometimes in complicated situations a standard way for configuring http clients in ASP.NET Core is not enough but there is alternative way.
Category c#
Sometimes in complicated situations a standard way for configuring http clients in ASP.NET Core is not enough but there is alternative way.
Category windows-terminal
How we can improve our terminal with couple quick steps? I will show you the way.
Category posh-git
How we can improve our terminal with couple quick steps? I will show you the way.
Category oh-my-posh
How we can improve our terminal with couple quick steps? I will show you the way.
Category tests
Why we don’t want to write tests?, Why testing is important?, Are the tests enough for us?
Category unit-tests
Why we don’t want to write tests?, Why testing is important?, Are the tests enough for us?
Category integration-testing
Why we don’t want to write tests?, Why testing is important?, Are the tests enough for us?