Tag: #fastapi
Writing on GPUs, LLMs, MLOps, Kubernetes — and mindset · 8 posts
Python Backend Frameworks 2026 Complete Guide — FastAPI · Litestar · Starlette · Sanic · Quart · Robyn · Django Ninja · BlackSheep Deep Dive
A one-shot overview of the Python backend framework ecosystem as of May 2026. Covers ASGI/WSGI frameworks like FastAPI, Litestar, Starlette, Sanic, Quart, Robyn, Django Ninja, BlackSheep, and Falcon 4; the JIT and free-t
2026-05-16 · 23 min read #python#backend#fastapi#litestar#starlettePython Ecosystem 2026 Deep-Dive — Python 3.13 · FastAPI · Django 5 · Litestar · SQLAlchemy 2 · Polars · Pydantic 2 · Ruff · uv · mypy
A 2026-05 snapshot of the entire Python ecosystem in one post. Python 3.13 free-threaded build and JIT, FastAPI / Django 5 / Litestar / Flask 3 / Sanic / Robyn, SQLAlchemy 2 with Polars / DuckDB / pandas 2, the Pydantic
2026-05-16 · 20 min read #python#fastapi#django#litestar#sqlalchemyModern Python in 2026 — Python 3.13 / 3.14 / free-threaded / uv / Ruff / Polars 1.0 / FastAPI / Litestar / Robyn deep-dive
In 2026 Python is the first time in 30 years that the language has crossed two huge inflection points at once. The first is the language itself — Python 3.13 brought the free-threaded preview and the JIT preview, and 3.1
2026-05-16 · 29 min read #python#python-3-13#python-3-14#free-threaded#jitModern Backend Frameworks 2025 — NestJS, Fastify, Hono, Elysia, Spring Boot, FastAPI, Go, Axum, tRPC, GraphQL, gRPC (S7 E2)
Which backend framework in 2026? This is a ranked tour through TypeScript (NestJS, Fastify, Hono, Elysia), JVM (Spring Boot, Micronaut), Python (FastAPI, Litestar), Go (Fiber, Echo, Chi), Rust (Axum, Actix), and API styl
2026-04-15 · 8 min read #backend#framework#nestjs#fastify#honoPython Complete Guide — FastAPI, AsyncIO, Pydantic, uv, Polars, AI Engineering (Season 2 Ep 5, 2025)
Python used to be the "slow, GIL-locked" language. The 2024-2025 Python is a completely different beast — free-threading (No-GIL) experiment, JIT compiler, the revolutionary uv package manager, Polars with a Rust-backed
2026-04-15 · 11 min read #python#fastapi#asyncio#pydantic#uvPython Backend 2025 Complete Guide: FastAPI vs Django, Async Patterns, and AI Service Architecture
Everything about Python backend! FastAPI vs Django comparison, async/await patterns, Pydantic v2 validation, SQLAlchemy 2.0, Celery task queues, AI service architecture (LangChain+FastAPI), performance optimization, and
2026-03-23 · 18 min read #python#fastapi#django#async#uvicornFull-Stack AI App Development: Build LLM Services with FastAPI + Next.js
A complete guide to full-stack AI application development. FastAPI backend, Next.js frontend, LangChain/OpenAI integration, streaming responses, and Docker deployment with real project examples.
2026-03-17 · 12 min read #fullstack#fastapi#nextjs#llm-app#ai-applicationTelegram Bot + Webhook Practical Guide: From Building a Bot with Python to Kubernetes Deployment
A complete guide to chatbot development using Telegram Bot API and Webhooks. Build a bot with python-telegram-bot and FastAPI, compare Polling vs Webhook, implement inline keyboards and command handlers, and deploy to Ku
2026-03-02 · 7 min read #telegram#bot#webhook#python#chatbot