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:

Developing Web Apps with ASP.NET Core 2.0 and React - Part 1
A practical tutorial showing how to setup and develop a modern Web application based on ASP.NET Core 2.0 and React.
2018-02-15

Guida Functional JavaScript
Una panoramica delle principali tecniche di programmazione funzionale in JavaScript.
2018-02-06

Securing ASP.NET Core 2.0 Applications with JWTs
A practical tutorial showing how to use JSON Web Tokens in ASP.NET Core 2 applications.
2017-12-07

Redux, la guida
Guida pratica e completa all’uso alla libreria Redux per la gestione semplificata dello stato delle applicazioni Web.
2017-12-01

Is JavaScript a (true) OOP language?
An attempt to demonstrate that JavaScript is an OOP language.
2017-09-30

Which documentation for your code?
Even if your code is self-explanatory, you still need to produce some documentation.
2017-05-16

GOTO has never gone (away)
Even if you don't use the GOTO statement, you may still have GOTO in your mind.
2017-03-01

A matter of class
A discussion about the class construct in JavaScript.
2017-02-13

Coding with humans in mind
When you write your code, think of the humans who will read it.
2017-01-23