Best of REST APIJanuary 2024

  1. 1
    Article
    Avatar of bytebytegoByteByteGo·2y

    EP94: REST API Cheatsheet

    The post covers topics such as REST API design principles, push notification system architecture, popular use cases for UDP, and programming paradigms.

  2. 2
    Article
    Avatar of freecodecampfreeCodeCamp·2y

    How to Build a CRUD REST API with NestJS, Docker, Swagger, and Prisma

    Learn how to build a CRUD REST API with NestJS, Docker, Swagger, and Prisma. Explore the power of NestJS, Docker, Swagger, and Prisma to implement CRUD operations for managing recipes.

  3. 3
    Article
    Avatar of devtoDEV·2y

    Building a FullStack Application with Django, Django REST & Next.js

    Learn how to build a fullstack application with Django and Next.js. Understand the features of both frameworks and how to set up a Django REST API and create a frontend application with Next.js. Explore handling CRUD operations, routing, and connecting the backend and frontend applications.

  4. 4
    Article
    Avatar of communityCommunity Picks·2y

    Python 🐍 fullstack REST API app with Docker 🐳

    Learn how to create a Python fullstack REST API app using Next.js and Flask. This tutorial covers setting up the database with Postgres and Docker, creating the backend with Flask and SQLAlchemy, and building the frontend with Next.js and Tailwind CSS.

  5. 5
    Article
    Avatar of baeldungBaeldung·2y

    Introduction to Spring AI

    This post provides an introduction to the Spring AI project, including its purpose and main concepts. It also explains how to configure Spring AI in a Spring Boot application. The post includes examples and code snippets for demonstration purposes.