DEV Community

Fitz : a language where HTTP, Postgres, JWT, and WebSockets are part of the syntax Series' Articles

Back to Martin Palopoli's Series
Introducing Fitz: a language where HTTP, Postgres, JWT, and WebSockets are part of the syntax
Cover image for Introducing Fitz: a language where HTTP, Postgres, JWT, and WebSockets are part of the syntax

Introducing Fitz: a language where HTTP, Postgres, JWT, and WebSockets are part of the syntax

1
Comments 2
13 min read
Build a URL shortener with Fitz: HTTP + Postgres + auth in 30 minutes
Cover image for Build a URL shortener with Fitz: HTTP + Postgres + auth in 30 minutes

Build a URL shortener with Fitz: HTTP + Postgres + auth in 30 minutes

1
Comments
11 min read
From repo to production in one command: how Fitz makes deployment a language feature
Cover image for From repo to production in one command: how Fitz makes deployment a language feature

From repo to production in one command: how Fitz makes deployment a language feature

1
Comments
9 min read
Fitz CLI builder: like typer, but in the language
Cover image for Fitz CLI builder: like typer, but in the language

Fitz CLI builder: like typer, but in the language

6
Comments 2
8 min read
Real-time chat with Fitz: typed WebSockets and AsyncAPI auto-generated
Cover image for Real-time chat with Fitz: typed WebSockets and AsyncAPI auto-generated

Real-time chat with Fitz: typed WebSockets and AsyncAPI auto-generated

1
Comments
8 min read
Cron jobs without Celery, Redis, or Beat: how Fitz puts a distributed scheduler inside the language
Cover image for Cron jobs without Celery, Redis, or Beat: how Fitz puts a distributed scheduler inside the language

Cron jobs without Celery, Redis, or Beat: how Fitz puts a distributed scheduler inside the language

Comments
7 min read
JWT auth, RBAC, and token blacklist without gluing 5 libraries: Fitz vs FastAPI + python-jose + passlib + Redis + home-grown RBAC
Cover image for JWT auth, RBAC, and token blacklist without gluing 5 libraries: Fitz vs FastAPI + python-jose + passlib + Redis + home-grown RBAC

JWT auth, RBAC, and token blacklist without gluing 5 libraries: Fitz vs FastAPI + python-jose + passlib + Redis + home-grown RBAC

Comments
9 min read