Fastapi
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 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 moreRepository Pattern in FastAPI: Quando e Perché Usarlo
- Architecture
- 28 Jan, 2026
Repository Pattern in FastAPI: Quando e Perché UsarloSeparare business logic da data access: la guida che avrei voluto leggere prima di iniziare⏱️ 12 minuti di lettura | **💻 [Codice
read more