facebook
Azure Day Reloaded

Azure Day Reloaded

Following the success of the first edition, which saw us as protagonists as “Gold” sponsor and event’s speaker with our Antonio Liccardi, the organization decides to repeat the Azure Day on November 29th. The appointment is fixed...
Let’s solve the “rebus” of communication

Let’s solve the “rebus” of communication

In the previous articles, we have seen how to decouple the communication between applications using a Message Broker like RabbitMQ. When a software system is composed of multiple services that perform different tasks but need to interact with each other to perform...
Distributed cache in ASP.NET Core

Distributed cache in ASP.NET Core

In the previous article, I explained how to manage the caching in an ASP.NET Core application, using the in-memory caching. It’s possible to use this type of caching if your application is hosted on a single server. Which are instead the tools that the .NET...
From dev to prod with Docker, K8S and Azure

From dev to prod with Docker, K8S and Azure

In the nowadays cloud era, the question everyone asks is which vendor to choose and at what cost you can risk making a wrong choice. And if you want to start from on-premise and then migrating to the cloud, the cost can be even higher. Choosing Docker for...