Sorting algorithms with C# 8, Span{T} and Try .NET

I would like to share with you something fun. The right way to write interactive documentation - Try .NET. It is an awesome project maintained by Microsoft. It allows you to embed C# code inside your markdown documentation and run it locally. The absolute best way to learn it is to use it. So I encourage you to fork https://github.com/NikiforovAll/intro-to-algorithms and play with it.

Development environment based on Windows Terminal + WSL + ZSH + dotfiles

I would like to share with you approach on how to set up your working environment lightning fast. This post is based on my dotfiles repository - nikiforovall/dotifles

Design Patterns. Behavioral Patterns. Part I

Overview of behavioral patterns with Try.NET