facebook
How to integrate ElasticSearch in ASP.NET Core

How to integrate ElasticSearch in ASP.NET Core

I’d bet you’ve certainly been asked to add advanced search features to your Web application, and often a full-text Google-like search.During the development of an e-commerce of technology, we were asked to allow users to perform advanced research on the products, so...
Feature crossing to improve our ML model

Feature crossing to improve our ML model

We continue our journey in the Machine Learning world we started with previous articles. We started with a dataset related to soccer matches of the Serie A. Still, we don’t know if these data allow us to create a predictive model or not, unlike those standard ones for...
Creating Angular components libraries

Creating Angular components libraries

It often happens we need to solve a problem already solved in a previous project using a simple copy and paste of the code. This is a fast and easy solution, but it may cause secondary effects, the worst of whom is the discovery of a bug that needs to be corrected in...
Angular, Microservices and Authentication

Angular, Microservices and Authentication

I am working on a new project, for which I need to authenticate an Angular client to access to a set of microservices. The permission to access each microservices depends on the current user privileges, and I need to be independent of the authentication mechanism. We...
Orchestrate events with Rebus

Orchestrate events with Rebus

In the previous article, we saw how the use of a service bus could benefit software systems where the decoupling between their parts is necessary. In particular, we have seen how to do that with Rebus. Rebus makes available a very interesting feature: the ability to...