7 followers
Software developer with a passion for coding and making simple solutions to complex problems. Lately also really enjoying developing microservices.
Subscribe to my newsletter and never miss my upcoming articles
We have started to use SonarQube, an awesome tool for static code analysis, and due to several reason we have to use the on-prem version and not the cloud version. Now that we use SonarQube we want maximum visibility of the metrics that SonarQube pr...
For many years I have been using TFS/VSTS/DevOps to manage different organization's continuous integration. I have been using CI for many projects, and while it is possible to use Azure hosted agents and also at a very fair price (1800 minutes for fr...
Sometimes I find a solution to problems I stumble upon infrequently - this means that next time I have the same problem enough time has passed so that I can no longer remember the solution to the problem. In these cases I find it very helpful to be a...
...and using ILogger!
Getting a user's Gravatar data using Azure Functions Years back I created a Gravatar library for C# to use in some projects where I needed some basic user profile information. You can read more about that in an article I wrote about that subject. The...
Are you using HttpClient in your .net projects as well as Azure Functions as general .net projects? That is awesome, however, in this post I am going to talk about the IHttpClientFactory, what benefits you gain from using it, how to use it and why I ...