Blog
API Security in FastAPI: JWT, Rate Limiting e CORS
- Backend
- 15 May, 2026
API Security in FastAPI: JWT, Rate Limiting e CORSJWT ben configurato, bcrypt, CORS per environment, rate limiting e dependency di autenticazione — lo stack minimo per un'API che non fa imbarazz
read moreTesting in FastAPI: PyTest, Fixtures e Async
- Backend
- 22 Apr, 2026
Testing in FastAPI: PyTest, Fixtures e Asyncpytest + FastAPI + async SQLAlchemy: setup corretto, isolamento del database, dependency injection nei test⏱️ 14 minuti di lettura | **💻 [
read moreLogging Strutturato con FastAPI e Loguru
- Backend
- 01 Apr, 2026
Logging strutturato per FastAPI: debugging efficace in produzioneLogging strutturato per FastAPI: dal print() a Loguru con JSON, correlation ID e gestione eccezioni**⏱️ 13 minuti di lettu
read moreRedis Permission Caching per Applicazioni Multi-Tenant
- Performance
- 20 Mar, 2026
Redis Permission Caching: eliminare il bottleneck nei sistemi multi-tenantCache intelligente dei permessi con Redis e una strategia di invalidation per applicazioni enterprise**⏱️ 15 minu
read moreSistema Email Completo per FastAPI con SendGrid
- Backend
- 05 Mar, 2026
Come ho costruito un sistema email affidabile per FastAPISistema email completo per app FastAPI, da template HTML a deliverability in produzione⏱️ 12 minuti di lettura | **💻 [Codice
read morePostgreSQL JSONB: Schema Flessibile senza Migrazioni
- Backend
- 15 Feb, 2026
PostgreSQL JSONB: schema flessibile senza migrazioni continuePostgreSQL JSONB: il best of both worlds tra NoSQL flexibility e SQL power⏱️ 15 minuti di lettura | **💻 [Codice completo
read more