Code Maze Author

Michal Kaminski

Michal is a seasoned .NET backend developer with over 10 years of expertise in this field. He has also demonstrated proficiency in cloud technologies, having spent over 8 years working with AWS to develop and maintain robust systems. Currently, Michal is deeply involved in the development of a highly-available and scalable e-commerce system.
Also find me here:

MY ARTICLES:

Comparing Performance of the switch and if-else Statements in C#

In this article, we delve into the performance nuances of switch and if-else statements in C#, two pivotal control flow mechanisms. Through a comparative analysis, we'll explore how each statement impacts application performance under various conditions, supported by...

ConcurrentQueue in C#

In this article, we embark on a journey to explore the depths of the ConcurrentQueue class in C#. We'll delve into its fundamental concepts, its usage, and its role in ensuring thread safety while enabling parallelism. By the end, we'll have a comprehensive...