by Antonio Liccardi | May 11, 2023 | Events
As a promulgator of the DevOps methodology, our CTO could not miss a speech at the event dedicated to and sponsored by Blexin: Global Azure Torino 2023. At 4.30 PM on Saturday, May 13, Antonio Liccardi with Antonio Venditti will explain how to test the resilience of...
by Antonio Liccardi | Oct 28, 2020 | Blog
In the last few months, we have helped some clients to migrate from the on-premise infrastructure to Microsoft Azure. Many of them asked us what the maximum user load that the configuration can support is. Answering this question is not easy, mostly because it could...
by Antonio Liccardi | May 6, 2020 | Blog
A few weeks ago, I started to stream on twitch, and the following question popped out: how can I easily debug my NuGet libraries? On this blog, I have already talked about how you can create and version a NuGet package, but in this post, I want to talk about...
by Antonio Liccardi | Feb 26, 2020 | Blog
In my previous article, we have seen how to create a GitHub Action to validate a pull request. In this article, we will see how to use an action to publish a .NET Core library on Nuget.org API key on Nuget.org The first step is to open an account on Nuget.org to...
by Antonio Liccardi | Nov 27, 2019 | Blog
GitHub is the repository we use in Blexin to version our code. Accordingly to DevOps principles, most of these projects have one or more pipelines that help to improve the quality of the code and to reduce the technical debt. Among different DevOps practices, we...