facebook
Agile O’Day 2023

Agile O’Day 2023

The conference dedicated to the Agile culture this year has an agenda full of interventions that deal with the application of AI to business scenarios. In his talk at 5.20 PM, our CTO Antonio Liccardi will show how to use GitHub Copilot can help developers. Let’s meet...
Global Azure Torino 2023

Global Azure Torino 2023

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...
Load Test with Azure Service

Load Test with Azure Service

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...
How to debug NuGet Libraries

How to debug NuGet Libraries

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...
Publishing NuGet packages with GitHub Actions

Publishing NuGet packages with GitHub Actions

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...