8 followers
Software Architect, Staff Software Engineer | .NET, C#, microservices | Design and create scalable, high-load, fault tolerant and distributed backend services and Web APIs ๐จ๐ผโ๐ป
First In First Out (FIFO) in Message Brokers ยท Message brokers are a crucial part of many asynchronous distributed systems. Just like blood vessels...
Today, let's dive into the somewhat unpredictable and potentially risky behavior of the C# 8.0 "Using Declaration" feature. As always, no boring long...
In recent months, the buzz around AI assistants, particularly our "old new" friend ChatGPT, has been impossible to ignore. If you've ever requested it...
The title may sound bold and clickbait-ish, but it is what it is... A few days ago I stumbled upon a post on LinkedIn (unfortunately, I didn't save...
Why your IDE matters ยท Today I was going to post a tweet like "Hey fellow developers, use Rider/Resharper instead of good old Visual Studio because the...
(The same is true for IAsyncEnumerable<T>) A few days ago I came across a code where a developer used .NET MemoryCache to cache data retrieved from...