Health Checks in .NET: 2 ways to check communication with MongoDB
Health Checks are fundamental to keep track of the health of a system. How can we check if MongoDB is healthy?
Health Checks are fundamental to keep track of the health of a system. How can we check if MongoDB is healthy?
Lists have an inner capacity. Every time you add more items than the current Capacity, you add performance overhead. How to prevent it?
Elasticity and Scalability: two important Architectural attributes, similar but quite different
By using list patterns on an array or a list you can check whether a it contains the values you expect in a specific position.
Using Conventional Commits you can define a set of rules useful for writing meaningful commit messages. Using NPM. Yes, in a dotNET application!
In C#, nameof can be quite useful. But it has some drawbacks, if used the wrong way.
Cache-aside, Read-through, Write-through, Write-behind: quite easy on the surface, but let's go a little deeper!