7 followers
Software Architect, Staff Software Engineer | .NET, C#, microservices | Design and create scalable, high-load, fault tolerant and distributed backend services and Web APIs ๐จ๐ผโ๐ป
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...
AutoFixture is an amazing library that simplifies the process of creating test data in .NET. If for some reason you don't use this fantastic tool,...
The ConcurrentDictionary<TKey, TValue> type is commonly used as a thread-safe alternative to the Dictionary<TKey, TValue> type. While the methods of...