Django REST Framework Explained: Building APIs on Django
What Django REST Framework actually adds to Django, a basic serializer/viewset example, and when it’s the right choice for an API
6 items tagged "Web Frameworks"
What Django REST Framework actually adds to Django, a basic serializer/viewset example, and when it’s the right choice for an API
How FastAPI and HTMX pair together to build dynamic, interactive web apps using server-rendered HTML instead of a JavaScript frontend framework
What Streamlit actually does, a basic example, and when to reach for it instead of Flask or FastAPI
What Uvicorn actually does, how it relates to FastAPI and Starlette, and when you’d reach for it instead of Gunicorn
A practical comparison of Django, FastAPI, and Flask — what each is actually good at, and how to pick the right one for your project
A practical comparison of FastAPI, Robyn, and Flask — performance, ecosystem maturity, and which one actually fits your project