01 / 2026
Interactive map of Sardinia’s sagre and traditional festivals — mobile-first, with the map as the protagonist (standard tiles plus Esri satellite). A curated, validated dataset of a few hundred events across the island, browsable by month, so you can always find what’s happening near you.
React·Vite·Leaflet·Tailwind
02 / 2026
Automated pipeline that pulls my health and training data from Garmin Connect every morning, versions it as JSON in the repo, renders it in a React dashboard, and sends a daily email plus a weekly recap. A GitHub Actions cron drives the fetch, commit and redeploy end-to-end — a small, fully hands-off personal data product.
Python·React·Recharts·GitHub Actions·Vercel
03 / 2026
Telco Migration Suite
Professional work
Automation pipeline for a telco operator that processes inbound migration emails, extracts structured data with Claude, matches it across multiple CSV sources, and pushes validated records to the provisioning system over REST and SOAP. Processes a few thousand migrations per week and cuts provisioning time by ~90%.
Python·PostgreSQL·Claude·Microsoft Graph·SOAP/REST·Grafana
source —live —
04 / 2025
A smart guide to Italian state bonuses and incentives — search and filter national benefits by category (family, home, work, education) and ISEE bracket to find what you are actually entitled to. Mobile-first, clean UI, built as a fast MVP on a curated dataset.
Next.js·TypeScript·Tailwind·Vercel
05 / 2025
Insurance Call-Center RAG
Professional work
Internal assistant for call-center agents that answers questions on policy documents in natural language and opens the cited source directly at the referenced page. Microservice ingestion plus React + Python backend. Used by ~200 operators daily — cut customer response time by ~70% and lifted answer accuracy by ~90%.
Python·React·OpenAI·Azure AI Search·MongoDB·Vector DB·LLM
source —live —
06 / 2024
Healthcare Network Map
Team build
Geospatial decision tool for an insurance group that maps the affiliated healthcare network across Italy, computes drive-time and distance reachability zones, and visualizes policyholder density to support network planning. Renders tens of thousands of facilities and surfaces thousands of prospective policyholders inside any selected catchment area.
Python·FastAPI·React·Leaflet·Geoapify·Oracle
source —live —
07 / 2024
Ask natural-language questions about your PDFs and get context-aware answers grounded in the document.
Python·OpenAI·LLM·Flask·HuggingFace
08 / 2024
Cake Generator AI
Solo build
Stable Diffusion fine-tuned on a custom cake-photo dataset, generating realistic custom cakes from text — built for bakers and cake designers.
Python·Stable Diffusion·LLM·Fine-tuning
09 / 2024
Python app that loads a PDF and answers questions about it via an LLM, refusing anything off-document.
Python·OpenAI·LLM
10 / 2024
The site you are reading now. Designed as a quiet document, not a billboard.
Next.js·Tailwind·shadcn/ui
11 / 2023
Cryptocurrency Converter
Full stack
Convert popular crypto values into other cryptos or fiat. Mobile-first UI, Node/Express backend pulling from crypto APIs.
React·Node·Express·Axios
12 / 2023
Economics Articles Scraper API
Solo build
API that aggregates business and finance articles from major online newspapers and returns a clean JSON feed.
React·Express·Axios·Cheerio
source —live —
13 / 2023
OpenAI Image Generator
Solo build
Lean interface for OpenAI image generation — type a prompt, get an image. Built to feel the API end-to-end.
JavaScript·OpenAI·API
14 / 2022
Web app that suggests films based on weather and time of day. Personal watchlists, multi-stack backend (Spring Boot + .NET + Laravel) with Angular front-end.
Angular·Spring Boot·Java·.NET·C#·Laravel·MySQL
15 / 2022
Agenda Contacts
Full stack
Contacts manager with a Java/Spring backend, Angular UI, and a side dashboard for daily notes with CRUD.
Angular·Spring·MySQL
16 / 2020
Criminal Records System — C
Solo build
Public-safety records simulation written in pure C. Built on manual memory management — malloc / calloc / realloc / free — with custom structs and pointer-based dynamic data structures to store, search and manage records. No framework, no safety net: a deliberate deep dive into the engineering fundamentals of memory layout, allocation and pointer discipline.
C·malloc / calloc·Data structures·Pointers·Memory management