class Francesco:
def __init__(self):
self.role = "Full Stack Developer"
self.company = "Spinforward S.R.L."
self.location = "Turin, Italy ๐ฎ๐น"
self.focus = ["Clean backend architecture", "API design", "Performance"]
self.os = "Arch Linux (btw)"
self.editor = "Neovim/VSCode"
def current_work(self) -> list[str]:
return [
"IoT telemetry platforms on Django + PostgreSQL",
"Business management apps with Vue 3 / Nuxt 3 frontends",
"Squeezing milliseconds out of SQL queries ๐",
]- ๐ญ Building scalable web apps & APIs โ backend-heavy, full-stack when needed
- ๐ Deep into PostgreSQL optimization: partial/covering/GIN indexes,
EXPLAIN ANALYZE, TimescaleDB - ๐ค Tinkering with local LLMs (Ollama / Qwen) for in-house coding & data tooling
- ๐ฆ Maintainer of
django-istat-italian-placeson PyPI - ๐ฌ Ask me about Django service layers, custom managers, Celery pipelines &
factory_boytesting
Languages
Backend
Frontend
Databases & Caching
DevOps & Tooling
๐ฎ๐น django-istat-italian-places
A plug-and-play Django app exposing official ISTAT geographic data (Regions, Provinces, Cities) as structured models, ready for REST. Published on PyPI.
๐ django-istat-deploy
A public REST API wrapping the package above, deployed on Koyeb for live querying of Italian comuni ยท province ยท regioni.


