Tagged articles

uvicorn

4 articles · Page 1 of 1
Tech Ocean
Tech Ocean
Apr 16, 2026 · Backend Development

FastAPI Day 1: Build Your First API in 5 Minutes and Speed Up Development

This guide shows how to install FastAPI with a single pip command, create a minimal four‑line API, run it instantly with the built‑in dev server, explore the automatically generated Swagger UI, and understand the clear separation between development (fastapi dev) and production (fastapi run) commands.

APIPythonSwagger
0 likes · 6 min read
FastAPI Day 1: Build Your First API in 5 Minutes and Speed Up Development
Tech Ocean
Tech Ocean
Apr 15, 2026 · Backend Development

FastAPI: From Demo to Production with the Official Three‑Piece Toolkit

This guide shows how FastAPI’s built‑in CLI commands and the official full‑stack template streamline moving from a simple demo to a production‑ready service, cutting setup time, reducing errors, and unifying development and deployment workflows for Python API projects.

APICLIDocker
0 likes · 10 min read
FastAPI: From Demo to Production with the Official Three‑Piece Toolkit
Python Crawling & Data Mining
Python Crawling & Data Mining
Mar 26, 2020 · Backend Development

Master FastAPI: Build High‑Performance Python APIs Quickly

This article introduces FastAPI, a modern high‑performance Python web framework, walks through installation, basic routing, async handling, query and path parameters, data modeling with Pydantic, template rendering with Jinja2, and compares its speed to Flask, providing complete code examples and screenshots.

APIPydanticPython
0 likes · 10 min read
Master FastAPI: Build High‑Performance Python APIs Quickly