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 Enrico Bencivenga | Mar 10, 2021 | Blog
One of our clients working in the gaming field has commissioned us a platform for managing a virtual football championship, with both team and individual rankings. After analyzing the problem, we wonder how to create a platform that would keep updated rankings and...
by Enrico Bencivenga | Sep 30, 2020 | Blog
As part of the development of an e-commerce platform, which a front-end has been developed with Angular 8, the customer asked us to track user activities, using Google Analytics, in order to have live statistics on products sold on the site. Google Analytics is...
by Enrico Bencivenga | Jun 3, 2020 | Blog
In my previous articles (here the first and the second one), I have shown the use of ElasticSearch as a full-text search engine in e-commerce, the set and use of some advanced configurations and the creation of a products index which...
by Enrico Bencivenga | Apr 1, 2020 | Blog
In my last article, we talked about the use of ElasticSearch as a simple full-text search engine, how to install and configure it in a quick way and how to integrate it in our .NET Web application. Today, we are going to show you, still in the context of an...