Articles
I’ve written several technical articles since 1997 for various blogs, websites, and magazines, both in English and in Italian. Here you can find a list of the most recent ones:
REST Architecture - Part 1: Building The API
How to build client-server systems by applying the REST architecture principles.
2019-09-10
Real-time processing with Web Workers
Using Web Workers in a realtime use-case.
2019-06-19
Tutti quanti voglion fare REST
Non tutti le applicazioni dichiarate REST seguono l'architettura REST.
2019-04-16
Developing and Securing GraphQL APIs with Laravel
How to develop GraphQL APIs with Laravel and how to secure them with Auth0.
2019-03-13
Build a One-Time Password (OTP) Service Using the Dispatch API
Using Vonage's Dispatch API to implement an OTP service.
2019-02-07
Async actions in Redux with Thunk or custom middleware
Create async actions in Redux using Thunk or building a custom middleware.
2019-02-05
In defense of JavaScript oddities
Most of JavaScript oddities depends on your lack of knowledge.
2019-02-04
Building a Reverse Proxy in .NET Core
How to use .NET Core to implement a reverse proxy to overcome specific needs.
2019-01-10
Discovering the Shadow DOM
Learn the basics of the Shadow DOM with a practical example.
2018-11-22