by Salvatore Sorrentino | Mar 28, 2022 | Blog
It’s been awhile since the last news article about the framework, so let’s get back to talking about Angular . According to surveys conducted by Stack Overflow, Angular remains the second most popular front-end framework coming in behind React, although the gap...
by Enrico Bencivenga | Aug 31, 2021 | Uncategorized
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 | Uncategorized
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 | Uncategorized
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 | May 25, 2021 | Uncategorized
In the last year and a half, I have had the opportunity to work for a client with a strongly microservice-oriented architecture to support his system consisting of several applications and services that interoperate in an asynchronous way using a Service Bus. A...
by Michele Aponte | May 11, 2021 | Blog, Blog, Blog, Blog, Blog, Blog, Blog, Blog, 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...