facebook
Dynamic forms in Angular? It’s possible!

Dynamic forms in Angular? It’s possible!

Some time ago, I had the chance to work on Raptor Framework, our product for the dynamic generation of CRUD operation starting from .Net code. During the porting from .Net Full Framework to .Net Core and Angular, I deal with the refactoring of validation management of...
Who said Docker only serves in production?

Who said Docker only serves in production?

In the last year, I interested myself in Docker and to the whole ecosystem around it, and I finally arrive to Kubernetes to organize containers. Against all odds, I get into this argument and I started, as I usually do, to share my experiences during the events I...
Documenting API with Swagger

Documenting API with Swagger

I recently worked on the backend of an application, for one of our clients. Some tasks concerned the introduction of new API to be noticed with Swagger and, specifically, one of these requires to habilitate Swagger only for the debug...
Node configuration in Azure Pipelines

Node configuration in Azure Pipelines

In Azure Pipelines, configuration variables represent a necessary functionality for your releases: it’s possible to save some values indeed, that might be useful in build or deploy stage to configure application during the release. The hidden mechanism is defined...
Image recognition in the Cloud

Image recognition in the Cloud

During one of the Azure academy we held for Overnet Education, our partner for training, we dealt with the subject of image recognition, that generated interest among students. I believe it could be interesting a comparison on this argument between different...
Debugging Angular in Windows with Parallels

Debugging Angular in Windows with Parallels

Last week Carmine, our Design and UX consultant, contacted me to ask for support with a problem on an Angular project. In particular, he was working on a project with a well-structured backend, configured on his Mac, and he received problems notice on the UI,...