Tag: REST API
8 posts
-
[2026] HTTP: Complete Guide | HTTP/1.1, HTTP/2, HTTP/3, REST, HTTPS & Caching
HTTP requests and responses, methods and status codes, HTTP/2 multiplexing and HTTP/3 over QUIC, HTTPS, caching, and REST API design—2026 practical guide.
-
[2026] Express REST API Tutorial for Node.js | Routing, Middleware & CRUD
Express REST API tutorial: routes, JSON body parsing, middleware pipeline, CRUD APIs, error handling, and security basics—learn to build production-styl...
-
[2026] Express.js Complete Guide: Node.js Web Framework and REST APIs
Express.js tutorial: routing, middleware, JSON APIs, CRUD, Multer uploads, JWT auth basics, EJS, security (Helmet, CORS, rate limit), and production tip...
-
[2026] TypeScript REST API Project | Express, Layered Architecture, Types
TypeScript REST API tutorial: Express, tsconfig, DTOs (Omit/Partial), controller/service/database layers, ApiResponse JSON, and curl examples for user C...
-
[2026] Flask Basics | Get Started with the Python Web Framework
Learn Flask from scratch: routes, Jinja2 templates, forms, JSON APIs, and sessions. Hands-on examples with @app.route, render_template, and jsonify for ...
-
[2026] Python REST APIs | Build API Servers with Flask and Django
Design RESTful APIs in Python: HTTP verbs, resource URLs, Flask CRUD examples, Django REST Framework, JWT auth, error handling, and production-minded tips.
-
[2026] C++ REST API Server Complete Guide | Routing, Middleware, JWT, Swagger [#50-2]
Build Express-style REST API servers in C++: routing with path parameters, middleware chain (logging, CORS, auth), JSON request/response, JWT authentica...
-
[2026] C++ JSON Parsing: nlohmann/json, RapidJSON, Custom Types, and Production Safety
Parse REST APIs and config files in C++ safely: nlohmann/json vs RapidJSON, contains/value/at, to_json/from_json, parse_error and type_error, streaming,...