Posts tagged “FastAPI”
1 article
TS➞PYPython for TypeScript devs
#05
The type hints are the middleware
FastAPI, from an Express developer's point of view
A full-stack dev learning AI engineering in public
async def learn():
•Vikas Yadav
FastAPI is the Express + Zod + Swagger stack collapsed into the type system
The last post in the series. I rebuilt my Express reflexes in FastAPI, found the type hints doing the validation, the docs, and the serializing, then made it stream.