by Michele Aponte | Mar 11, 2020 | Blog
Whenever I am a speaker at Microsoft events, many people seem to be confused by my MacBook Pro. The first thing they probably think is that I’m a mobile developer, and I have a virtual machine with Windows to use Visual Studio. At least the explicit questions...
by Enrico Bencivenga | Jul 23, 2019 | Blog
During a consulting by a customer, which commissioned us the development of an e-commerce platform, we were asked if and how it was possible to allow users to customize their own interface and modify pages styles and themes, and to save them in a data...
by Michele Aponte | Oct 24, 2018 | Blog
A new customer called me for a project on an embedded device, where the purpose is to provide a simple user interface to control the execution of a workflow on the device. After discarding Asp.Net Core, because it does not support ARM processor at the...
by Michele Aponte | Oct 24, 2018 | Blog
In the last few days, I was in Rome by a customer, who is porting a vb6 application to Angular. During the code review, he asks me to add a dashboard with resizable widgets, that can be positioned on the page with the classical drag & drop approach. We did some...
by Michele Aponte | Oct 24, 2018 | Blog
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...