Middleware
-
Master REST APIs with FastAPI and PostgreSQL: End-to-end tutorial with source code
15/09/2025Disclaimer This article is intended for learning and experimentation purposes. Please note:The code and approaches shown may not be production-ready or follow all security best practices.
-
Creating a REST API with Express and Docker
01/03/2024Express.js is a minimalist, flexible framework that provides a robust set of features for web applications. With Express, you can build efficient backend solutions that manage server logic, routes, interactions with databases, and much more, all under an architecture that’s easy to understand and utilize.