facebook
Making systems resilient with Polly

Making systems resilient with Polly

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,...
Redis as Backplane to scale your Blazor applications

Redis as Backplane to scale your Blazor applications

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,...
“Red(e)isign” Publish/Subscribe with Redis

“Red(e)isign” Publish/Subscribe with Redis

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...
A world of messages with Azure

A world of messages with Azure

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