How I improved the performance of an endpoint by 82% - part 1
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.
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.
BenchmarkDotNet allows you to test the performance on .NET methods. So let's answer a question: is the Enum.HasFlag method really that slow?
Asynchronous programming is often seen as something cumbersome, so many developers avoid it. What, why and how to use it? Here are the first steps you can take to approach async programming.
More than 50% of mobile users abandon a website if it takes more than 3 seconds to load. Here you'll learn few trick to improve your site performance.