✕ Clear all filters
24 articles
▶ Videos →

📰 Dev.to · Martin Palopoli

24 articles · Updated every 3 hours · View all reads

All Articles 130,612Blog Posts 135,290Tech Tutorials 33,775Research Papers 25,426News 18,525 ⚡ AI Lessons
ORM tipado con migraciones automáticas: Fitz vs SQLAlchemy + Alembic + Pydantic
Dev.to · Martin Palopoli 🔧 Backend Engineering ⚡ AI Lesson 2w ago
ORM tipado con migraciones automáticas: Fitz vs SQLAlchemy + Alembic + Pydantic
Para tener un ORM tipado con migraciones automáticas en Python necesitás mantener 3 fuentes de...
Typed ORM with automatic migrations: Fitz vs SQLAlchemy + Alembic + Pydantic
Dev.to · Martin Palopoli ⚡ AI Lesson 2w ago
Typed ORM with automatic migrations: Fitz vs SQLAlchemy + Alembic + Pydantic
For a typed ORM with automatic migrations in Python you need to maintain 3 sources of truth...
Buscando 5 beta testers para FitzWatch — el status page que construí en Fitz
Dev.to · Martin Palopoli 3w ago
Buscando 5 beta testers para FitzWatch — el status page que construí en Fitz
TL;DR Construí fitzwatch (https://www.fitzwatch.com), un status page para apps en prod...
Auth con JWT, RBAC y token blacklist sin pegar 5 librerías: Fitz vs FastAPI + python-jose + passlib + Redis + RBAC casero
Dev.to · Martin Palopoli 🔧 Backend Engineering ⚡ AI Lesson 3w ago
Auth con JWT, RBAC y token blacklist sin pegar 5 librerías: Fitz vs FastAPI + python-jose + passlib + Redis + RBAC casero
El flow completo de auth — login, hashing Argon2id, JWT firma y verificación, RBAC custom apilable,...
JWT auth, RBAC, and token blacklist without gluing 5 libraries: Fitz vs FastAPI + python-jose + passlib + Redis + home-grown RBAC
Dev.to · Martin Palopoli 📣 Digital Marketing & Growth ⚡ AI Lesson 3w ago
JWT auth, RBAC, and token blacklist without gluing 5 libraries: Fitz vs FastAPI + python-jose + passlib + Redis + home-grown RBAC
The full auth flow — login, Argon2id hashing, JWT sign and verify, stackable custom RBAC, logout...
Cron jobs sin Celery, sin Redis, sin Beat: cómo Fitz mete un scheduler distribuido adentro del lenguaje
Dev.to · Martin Palopoli ⚡ AI Lesson 4w ago
Cron jobs sin Celery, sin Redis, sin Beat: cómo Fitz mete un scheduler distribuido adentro del lenguaje
Para correr una task cada 5 minutos en Python necesitás Celery + Redis + Celery Beat + worker...
Cron jobs without Celery, Redis, or Beat: how Fitz puts a distributed scheduler inside the language
Dev.to · Martin Palopoli ⚡ AI Lesson 4w ago
Cron jobs without Celery, Redis, or Beat: how Fitz puts a distributed scheduler inside the language
To run a task every 5 minutes in Python you need Celery + Redis + Celery Beat + a worker process + a...
Fitz CLI builder: como typer, pero en el lenguaje
Dev.to · Martin Palopoli 1mo ago
Fitz CLI builder: como typer, pero en el lenguaje
Construí herramientas CLI nativas en Fitz con @command, sin librería que instalar. Help...
Fitz CLI builder: like typer, but in the language
Dev.to · Martin Palopoli 🔧 Backend Engineering ⚡ AI Lesson 1mo ago
Fitz CLI builder: like typer, but in the language
Build native CLI tools in Fitz with @command, no library to install. Help auto-generated,...
Del repo a producción con un solo comando: cómo Fitz hace del deployment una feature del lenguaje
Dev.to · Martin Palopoli 1mo ago
Del repo a producción con un solo comando: cómo Fitz hace del deployment una feature del lenguaje
Un recorrido por la historia de deployment de Fitz — healthchecks, secrets como tipos opacos,...
From repo to production in one command: how Fitz makes deployment a language feature
Dev.to · Martin Palopoli ☁️ DevOps & Cloud ⚡ AI Lesson 1mo ago
From repo to production in one command: how Fitz makes deployment a language feature
A walk through the deployment story of Fitz — healthchecks, secrets as opaque types, OpenTelemetry...
Construí tu primera API con Fitz: un acortador de URLs con Postgres y auth en 30 minutos
Dev.to · Martin Palopoli 1mo ago
Construí tu primera API con Fitz: un acortador de URLs con Postgres y auth en 30 minutos
Tutorial paso a paso por Fitz. Arrancamos desde fitz new, terminamos con un binario nativo corriendo...
Build a URL shortener with Fitz: HTTP + Postgres + auth in 30 minutes
Dev.to · Martin Palopoli 🔧 Backend Engineering ⚡ AI Lesson 1mo ago
Build a URL shortener with Fitz: HTTP + Postgres + auth in 30 minutes
A step-by-step tutorial through Fitz. We start from fitz new, finish with a native binary running in...
Presentando Fitz: un lenguaje donde HTTP, Postgres, JWT y WebSockets son parte de la sintaxis
Dev.to · Martin Palopoli 1mo ago
Presentando Fitz: un lenguaje donde HTTP, Postgres, JWT y WebSockets son parte de la sintaxis
Fitz es un lenguaje de programación nuevo, escrito en Rust, con compilador de tipado gradual. La...
Introducing Fitz: a language where HTTP, Postgres, JWT, and WebSockets are part of the syntax
Dev.to · Martin Palopoli 1mo ago
Introducing Fitz: a language where HTTP, Postgres, JWT, and WebSockets are part of the syntax
Fitz is a new programming language built in Rust, with a gradually-typed compiler. The pitch:...
How I Deployed a RAG Engine to Production with Docker, Nginx and DigitalOcean
Dev.to · Martin Palopoli 🔍 RAG & Vector Search ⚡ AI Lesson 4mo ago
How I Deployed a RAG Engine to Production with Docker, Nginx and DigitalOcean
I deployed a full RAG engine (FastAPI + PostgreSQL + pgvector + Redis) on a 4GB RAM VPS for...
Multi-tenancy real con FastAPI y PostgreSQL: planes, cuotas y aislamiento de datos
Dev.to · Martin Palopoli ⚡ AI Lesson 4mo ago
Multi-tenancy real con FastAPI y PostgreSQL: planes, cuotas y aislamiento de datos
Implementé multi-tenancy real en un motor RAG SaaS: tenants con planes, enforcement de cuotas con...
Cómo desplegué un motor RAG en producción con Docker, Nginx y DigitalOcean
Dev.to · Martin Palopoli 🔍 RAG & Vector Search ⚡ AI Lesson 4mo ago
Cómo desplegué un motor RAG en producción con Docker, Nginx y DigitalOcean
Desplegué un motor RAG completo (FastAPI + PostgreSQL + pgvector + Redis) en un VPS de 4GB de RAM por...
How I Built a Production RAG Pipeline with FastAPI, pgvector and Cross-Encoder Reranking
Dev.to · Martin Palopoli 🔍 RAG & Vector Search ⚡ AI Lesson 4mo ago
How I Built a Production RAG Pipeline with FastAPI, pgvector and Cross-Encoder Reranking
I built a production RAG engine that combines hybrid search (pgvector + BM25), cross-encoder...
Cómo construí un pipeline RAG de producción con FastAPI, pgvector y cross-encoder reranking
Dev.to · Martin Palopoli 🔍 RAG & Vector Search ⚡ AI Lesson 4mo ago
Cómo construí un pipeline RAG de producción con FastAPI, pgvector y cross-encoder reranking
Construí un motor RAG de producción que combina búsqueda híbrida (pgvector + BM25), reranking con...