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

2
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
Tracing, Prometheus metrics, and structured logs with two decorators: Fitz vs the OpenTelemetry setup in FastAPI
Cover image for Tracing, Prometheus metrics, and structured logs with two decorators: Fitz vs the OpenTelemetry setup in FastAPI

Tracing, Prometheus metrics, and structured logs with two decorators: Fitz vs the OpenTelemetry setup in FastAPI

Comments
8 min read
Typed ORM with automatic migrations: Fitz vs SQLAlchemy + Alembic + Pydantic
Cover image for Typed ORM with automatic migrations: Fitz vs SQLAlchemy + Alembic + Pydantic

Typed ORM with automatic migrations: Fitz vs SQLAlchemy + Alembic + Pydantic

Comments
9 min read
HTTP client as a first-class citizen: zero deps, bit-for-bit parity, async by default
Cover image for HTTP client as a first-class citizen: zero deps, bit-for-bit parity, async by default

HTTP client as a first-class citizen: zero deps, bit-for-bit parity, async by default

2
Comments 1
8 min read
SMTP outbound as a first-class citizen: send emails without pip install yagmail
Cover image for SMTP outbound as a first-class citizen: send emails without pip install yagmail

SMTP outbound as a first-class citizen: send emails without pip install yagmail

Comments
6 min read