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:
Prevent Cross-Site Request Forgery (CSRF) Attacks
Learn how CSRF attacks work and how to prevent them.
2020-10-09
Mocking objects with ES6 Proxies
How to use JavaScript Proxies to mock objects in your unit tests.
2020-10-04
Defend Your Web Apps from Cross-Site Scripting (XSS)
Learn how XSS works and how to prevent it in Web applications.
2020-09-21
Securing Blazor WebAssembly Apps
Learn how to secure Blazor WebAssembly applications with Auth0.
2020-07-21
Securing Electron Applications with OpenID Connect and OAuth 2.0
How to secure your Electron apps using standard protocols.
2020-06-16
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