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:
A Decalogue for the Extreme Functional Developer
Ten commandments to become a true functional developer.
2020-05-25
JavaScript: What's New in ECMAScript 2020
Learn the new features introduced by ECMAScript 2020 in JavaScript.
2020-05-18
Using xUnit to Test your C# Code
Creating unit tests and integration tests with xUnit for C# applications.
2020-04-07
Securing gRPC-based Microservices in .NET Core
Add authentication and authorization to gRPC for microservices in .NET Core.
2020-02-25
Understanding Dependency Injection in .NET Core
Learn Dependency Injection and IoC support in .NET Core.
2020-03-31
Implementing Microservices with gRPC and .NET Core 3.1
Build efficient microservices in .NET Core 3.1 by leveraging gRPC.
2020-02-21
Beyond JavaScript Frameworks: Universal Login Button Component
Using Web Components technologies to build a login button.
2020-01-08
Content and templates in HTML
Learn how to create your HTML template by using the native element and dynamically build structured content in your Web pages.
2019-12-30
The DOM and its shadow
Learn how to manipulate elements of a web page by guaranteeing proper encapsulation using the Shadow DOM.
2019-12-05