Best of GraphQLDecember 2023

  1. 1
    Article
    Avatar of communityCommunity Picks·2y

    Best Practices for Versioning REST and GraphQL APIs

    This post discusses the best practices for versioning REST and GraphQL APIs. It explores the different approaches to versioning, the reasons for versioning an API, how to encode versioning into an API, and the difference between versioning and evolving an API.

  2. 2
    Article
    Avatar of codropsCodrops·2y

    Frontend Rewind 2023 – Day 02

    Day 2 of Frontend Rewind 2023 offers insights into PHP developments, a tutorial on the GraphQL Type System, a case study on Studio Gusto's website design, and various demos and tools.

  3. 3
    Article
    Avatar of dailydaily.dev·2y

    Under the Hood: daily.dev weekly digest

    daily.dev's Weekly Digest feature sends personalized emails with recommended articles to users. The feature has configurable sending options, personalized content based on user interests, and AB testing for email templates. daily.dev uses technologies like GraphQL and Sendgrid to implement this feature effectively.

  4. 4
    Article
    Avatar of freecodecampfreeCodeCamp·2y

    How to Use an API with Postman – A Step-by-Step Guide

    Learn how to use Postman to interact with APIs effectively. Install Postman, create an account, and make your first API request. Explore different HTTP methods and learn how to handle request parameters.