Best of GraphQLFebruary 2021

  1. 1
    Article
    Avatar of medium_jsMedium·5y

    Writing a Node.js GraphQL backend that actually scales — A complete guide — Part 1: Setup

    GraphQL is a popular alternative for building your backend application. The ultimate objective of this series of articles is to show you how to build it from scratch in a proper manner. The tutorial will be for beginners, but there are other better resources to learn about primitive types.

  2. 2
    Article
    Avatar of netflixNetflix TechBlog·5y

    Beyond REST

    Rapid Development with GraphQL Microservices Netflix Technology Blog Follows Feb 22 · 8 min read ARTICLE. The entertainment industry has struggled with COVID-19 restrictions impacting productions around the globe. One approach that is gaining mind-share within Netflix Studio Engineering is the concept of GraphQL microservices (GQLMS)

  3. 3
    Article
    Avatar of infoqInfoQ·5y

    Netflix Open Sources Their Domain Graph Service Framework: GraphQL for Spring Boot

    The InfoQ eMag: Architectures You’ve Always Wondered About is a curated collection of some of the highlights over the past year. Live Webinar and Q&A - Optimizing your CI/CD Pipeline with Shift-Left Enterprise Observability (Live Webinar Nov 10th, 2021)

  4. 4
    Article
    Avatar of jsPlainEnglishJavaScript in Plain English·5y

    Build a Full Stack GraphQL Application with React + Express

    Build a Full Stack GraphQL Application with React + Express With React and Express. Mohammad Faisal explains how to build a simple full-stack GraphQL application. To follow along you have to have a basic understanding of how a normal HTTP server works and some knowledge about ReactJS.

  5. 5
    Article
    Avatar of netflixNetflix TechBlog·5y

    Open Sourcing the Netflix Domain Graph Service Framework: GraphQL for Spring Boot

    Netflix has developed a Domain Graph Service (DGS) framework and it is now open source. The DGS framework simplifies the implementation of GraphQL, both for standalone and federated GraphQL services. The key features of the DGS Framework include annotation-based Spring Boot programming model.