Tag:graphql
All the articles with the tag "graphql".
Building a GraphQL API with Apollo Server and Node.js | Part One
Posted on:January 26, 2021Learn how to build an GraphQL API with Apollo Server and Node.js.
Building a GraphQL API with Apollo Server and Node.js | Part Two
Posted on:April 19, 2021Learn how to build an GraphQL API with Apollo Server and Node.js.
Consuming GraphQL APIs on React apps
Posted on:December 4, 2020Learn how to fetch, cache, and modify application data using Apollo Client.
REST vs GraphQL vs gRPC: When to Use Each API Style
Posted on:July 15, 2026REST vs GraphQL vs gRPC is one of the most common API design decisions in system design interviews and real architectures. Here is how each one works under the hood, where they break in production, and when to use each.