Best of REST APIApril 2024

  1. 1
    Article
    Avatar of collectionsCollections·2y

    Comparing the Advantages of GraphQL, gRPC, and REST API Architectures

    Comparison of advantages and disadvantages of GraphQL, gRPC, and REST API architectures. Recommendations on when to use each.

  2. 2
    Article
    Avatar of medium_jsMedium·2y

    Why use GoFr for Golang Backend?

    GoFr is an opinionated Go Framework for accelerated microservice development. It provides features like REST API principles, logging, metrics and tracing, CORS configuration, dynamic log level, Kubernetes compatibility, database integration, and IoT integration. GoFr simplifies API design and allows for easy monitoring and observability of applications.

  3. 3
    Article
    Avatar of communityCommunity Picks·2y

    Build and deploy a REST API with Postgres database in TypeScript

    This post provides a tutorial on how to build and deploy a REST API with a Postgres database in TypeScript using Encore. It covers topics such as installing Encore, creating REST APIs, using PostgreSQL databases, and deploying to the cloud.

  4. 4
    Article
    Avatar of sitepointSitePoint·2y

    Using JSON Web Tokens with Node.js — SitePoint

    Learn about JSON Web Tokens (JWTs) and how they can be implemented for secure authentication in Node.js API. The article covers the process flow of JWT, building a REST API with JWT authentication, and handling common FAQs about JWTs.