Upcoming
DevFest Milano 2026 · October 2026 · Milano, IT
L'incidente non parla PromQL: un'interfaccia naturale sopra il tuo stack di osservabilità
An alert fires. You open the dashboard and find two clues that contradict each other: one signal points one way, another, at the same moment, points somewhere else. Which one do you follow? No runbook written in advance covers the case where two independent signals point elsewhere, and that is more or less always how it goes when the incident is the real one, not the one from the manual.
DevSecOpsDay · October 2026 · Bologna, IT
Oltre i ruoli: autorizzazione relazionale con OpenFGA
Roles in a JWT stop being enough the moment access depends on relationships: who owns the document, who is on the team, who shared what. OpenFGA moves relational authorization out of your application code. How to model it, and when you actually need it.
Past talks
Working Software 2026 · June 2026 · Reggio Emilia, IT
Come il mutation testing mi ha fatto capire che la mia suite di test stava mentendo
A live demo on three .NET 8 services: coverage at 93% and green tests, yet Stryker.NET shows 35% of mutants survive. Guided by the report I rewrite the tests and the mutation score climbs to 92%. Coverage tells you the code runs; the mutation score tells you the tests work.
DevRomagna · May 2026 · Faenza, IT
Il tuo collega più produttivo scrive test inutili
Coverage tells you the code runs, not that the tests verify it: mutation testing reveals which tests pass without checking anything. And, to close, a look ahead: mutation guided by an LLM instead of a rule engine like Stryker, and what changes when LLMs write the code and the tests.