Hi, I'm Aleksey!
I'm a Senior Software Engineer with a focus on distributed and high-load systems. I work with С#, Go and Kotlin. Check out my LinkedIn for my latest experience and my GitHub for projects.
Craving Kotlin's secure pattern matching on sealed classes for your C# code? Discover how the Visitor Pattern can satisfy your longing!
Learn how to easily check the status of your MongoDB operations with this step-by-step guide.
Do you want to improve performance of caching? Get rid of Dictionary and use just CLR for that!
How and when to use deconstruction syntax-sugar for your custom types in C#
Learn about the different options available for testing private logic in C# and how the InternalsVisibleTo attribute can help you access internal members without compromising the encapsulation of your code.
Learn how to use "magic" attributes in C#, such as CallerFilePath, CallerLineNumber, and CallerMemberName, to retrieve caller information and improve logging functionality.
Discover the simple yet powerful technique of using bitwise shift operator in C# Enums, and how it can improve the readability and maintainability of your code.