Articles tagged "rest-api"
TypeScript for JavaScript Developers 2026: From Types to a Typed REST API
TypeScript tutorial for JavaScript developers 2026: type annotations, interfaces vs types, generics, tsconfig.json strict mode, and build a typed Express REST API. Node.js 22 runs .ts natively.
Django REST Framework Tutorial 2026: JWT Auth, Permissions, Filtering, and Tests
Django REST Framework tutorial 2026: build a production API with JWT authentication (SimpleJWT), object-level permissions, DjangoFilterBackend filtering, pagination, and pytest-django tests.
FastAPI Tutorial 2026: Build a Production REST API with PostgreSQL, JWT Auth, and Docker
FastAPI tutorial 2026: build a production REST API with async PostgreSQL (SQLAlchemy 2.0), JWT authentication, Pydantic v2 validation, Alembic migrations, and Docker Compose deployment.
Go REST API with Gin: From Zero to Production (2026)
Build a production-ready REST API in Go using the Gin framework. Includes routing, middleware, JSON responses, PostgreSQL integration, and Docker deployment.
Flask REST API Complete Guide 2026 — POST, abort, gunicorn, nginx
Build a Flask REST API in 2026. Covers POST endpoints, request.get_json(), flask.abort() with JSON, gunicorn workers, and nginx reverse proxy. Flask 3.x with examples.