facebook
Load tests with Azure

Load tests with Azure

Some days ago, one of our clients asked us to make some load tests on an application we developed. Since we had recently returned from WPC, where I followed several sessions on Azure and the like, I said to myself: why not put the portal on Azure and take advantage of...
Angular CLI and Webpack: what’s inside my bundle?

Angular CLI and Webpack: what’s inside my bundle?

Some weeks ago, I’ve been in Bari by a customer, and we passed two days in optimizing Angular-CLI build process in an advanced scenario. The back-end was realized with Asp.Net Core and from this experience, I would extract some blog posts, this is only the first one....
The new HttpClient in Angular

The new HttpClient in Angular

Starting from the 5th version of Angular, the @angular/http module was deprecated for the new @angular/common/http module. Now we have a new object to call our backend, which basically introduces a generic type on the result to omit the...