by Salvatore Sorrentino | Mar 28, 2022 | Blog
by Enrico Bencivenga | Aug 31, 2021 | Blog
In the last article about Actor Model, we have shown how to implement this pattern by using Akka Actors. Today we will see how to use Coyote, a framework implementing the Actor Model pattern but mainly used for testing. Deterministic programs are easy to test because...
by Francesco Vastarella | Jun 29, 2021 | Blog
In the previous article, we analyzed the Positional Records that are the real innovation of this new functionality of C# 9. We discovered that behind the scenes a record is nothing but a class with specific default behaviors, including the immutability and equality of...
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 Michele Aponte | May 11, 2021 | Blog
After comparing the two frameworks from the development experience’s point of view, we now analyze the features that both provide in terms of components, infrastructure, and maturity. As Angular is based on ECMAScript and a set of libraries specifically created for...