Code coverage is a good indicator of the health of your projects. We’ll see how to show Cobertura reports associated to your builds on Azure DevOps and how to display the progress on Dashboard.
Continue reading
Tests are as important as production code. Well, they are even more important! So writing them well brings lots of benefits to your projects.
Continue reading
Language details may impact application performance. In this article we’ll see some of the C# tips that brought me to improve my application. Singleton creation, StringBuilder and more!
Continue reading
Having fast API response is crucial for your applications. In this article you’ll see how I managed to improve an API application that took 14 secs each call.
Continue reading
When performing a talk, the audience experience is as important as the content. They must be focused on what you say, and not get distracted by external outputs. So, here’s 10 tips to rock your next virtual talk.
Continue reading