Coroutines, Distributed Cache, Resilience, and Replication in Kotlin — Making a VMA’s application
We talk a lot about reactive, but reactive is also meant to make our applications resilient as possible, but what does that mean?

Search for a command to run...
Articles tagged with #reactive-programming
We talk a lot about reactive, but reactive is also meant to make our applications resilient as possible, but what does that mean?

Reactive programming is a very important art and a very interesting subject. It uses the Publish/Subscribe pattern or in other words the Observer

1.Introduction For the past years, we’ve seen an increasing interest in using safe applications and making them as reactive as possible. For this, there are many technologies developed throughout the years, and today the most popular ones seem to be ...

1. Introduction The concept of reactive programming can be traced way back to the mid-60s. It’s a declarative programming model or programming paradigm that is mainly concerned with the handling of asynchronous data streams and the propagation of dat...
