Getting started with Load testing with K6 on Windows 11 2024-06-18 9 min read Blog Can your system withstand heavy loads? You can answer this question by running Load Tests. Maybe, using K6 as a free tool. Continue reading Share it on
Davide's Code and Architecture Notes - Introducing SLI, SLO, and SLA 2024-03-19 5 min read Code and Architecture Notes Non-functional requirements. How can you ensure you meet them? Let’s understand SLO, SLA, and SLI, and how they affect your SDLC. Continue reading Share it on
Why reaching 100% Code Coverage must NOT be your testing goal (with examples in C#) 2024-03-12 8 min read Blog Average teams aim at 100% Code Coverage just to reach the number. Great teams don’t. Why? Continue reading Share it on
C# Tip: IFormattable interface, to define different string formats for the same object 2024-02-27 4 min read CSharp Tips Same object, different string representations. How do we achieve it in a standardised way? Continue reading Share it on
The YouTube player can not be loaded with disabled JavaScript. The following video is embedded here: https://youtube.com/watch?v=R80G3LJ6ZWc [ENG] Improving Your Code Coverage | Microsoft Visual Studio YouTube channel 2024-02-16 Video Share it on
Is Random.GetItems the best way to get random items in C# 12? 2024-02-13 7 min read Blog You have a collection of items. You want to retrieve N elements randomly. Which alternatives do we have? Continue reading Share it on
Davide's Code and Architecture Notes - Cache Expiration vs Cache Eviction (and Eviction Policies) 2024-02-06 10 min read Code and Architecture Notes Caching helps your applications be more performant. However, depending on the cache size, you’ll need to sacrifice some items to make space for others. Let’s see some strategies. Continue reading Share it on