facebook
Concurrency Unit Testing with Coyote

Concurrency Unit Testing with Coyote

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...
Google Analytics <3 Angular

Google Analytics <3 Angular

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...
ElasticSearch: advanced features

ElasticSearch: advanced features

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