by Genny Paudice | Jun 22, 2021 | Blog
Who has never heard the term resilience? In this period of pandemic, perhaps we heard it even more often, in fact it has been associated with the restarting plans of the various countries after this dark period. But what do we mean by resilience? With this word,...
by Genny Paudice | Feb 24, 2021 | Blog
In a previous article, we saw that it is possible to use technology such as Redis in its most common use, that is, as a database or cache and as a messaging system, by taking advantage of its publish/subscribe mechanism. This feature, combined with its versatility,...
by Genny Paudice | Sep 16, 2020 | Blog
I recently had the opportunity to work for one of our customers with an application using Redis. Talking about it with colleagues and studying the documentation, I discovered that this tool could also be used to decouple communication in a software system. Driven...
by Genny Paudice | Apr 22, 2020 | Blog
In my previous articles, we have seen how useful it is to use communication technologies and solutions such as RabbitMQ or an ESB (Enterprise Service Bus) such as Rebus, whether they are on-premise or cloud, to decouple communication in software...
by Genny Paudice | Mar 4, 2020 | Blog
In my previous articles, we have seen how important is decoupling the communications in enterprise applications, and we used on-premise solutions like RabbitMQ or transportation abstraction like Rebus. Cloud offers, in any case, native tools to manage messages....