Category roslyn

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...

Category source-generators

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...

Category dotnet

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...

Category pull-requests

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

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 asp.net-core

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.

Category c#

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.

Category windows-terminal

Pimp my terminal

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

Category posh-git

Pimp my terminal

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

Category oh-my-posh

Pimp my terminal

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

Category tests

Art of testing - Part 1

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

Category unit-tests

Art of testing - Part 1

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

Category integration-testing

Art of testing - Part 1

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