Best of GraphQLFebruary 2024

  1. 1
    Article
    Avatar of bytebytegoByteByteGo·2y

    EP100: Polling vs. Webhooks

    Learn about the differences between polling and webhooks, how to manage configurations in a system, and an introduction to CSS and GraphQL.

  2. 2
    Article
    Avatar of substackSubstack·2y

    Rest vs GraphQL

    The post discusses the differences between REST and GraphQL, factors to consider when choosing between them, and the possibility of using both in a project. It concludes that REST is likely to be used in the next project.

  3. 3
    Article
    Avatar of pointerPointer·2y

    Orange-OpenSource/hurl: Hurl, run and test HTTP requests with plain text.

    Hurl is a command line tool that runs HTTP requests defined in a simple plain text format. It can be used to fetch data, test HTTP sessions, and work with HTML content, REST/JSON APIs, GraphQL, and SOAP APIs. Hurl can also be used to test performance, check response bytes, integrate in CI/CD, and more. It is powered by the curl library and provides a fast and efficient way to perform HTTP requests.

  4. 4
    Article
    Avatar of bitBits and Pieces·2y

    Building an End-To-End App In Under 5 Minutes

    Learn how to build an end-to-end app in under 5 minutes using React, GraphQL, and TypeScript. The article explains the process of bootstrapping an app, creating custom features, and leveraging Bit for efficient component management.

  5. 5
    Article
    Avatar of logrocketLogRocket·2y

    Building a serverless GraphQL API with NeonDB and Prisma

    This tutorial demonstrates how to build a serverless GraphQL API using NeonDB, Prisma ORM, and Apollo Server. It covers setting up a serverless PostgreSQL database with NeonDB, configuring Prisma ORM, and deploying Apollo Server to AWS Lambda.

  6. 6
    Video
    Avatar of t3dotggTheo - t3․gg·2y

    New Package Makes Me Miss GraphQL...

    A new package called GraphQL Tada is making GraphQL more similar to trpc, providing a better experience for TypeScript users.

  7. 7
    Article
    Avatar of telerikTelerik·2y

    GraphQL vs. REST—Which is Better for API Design?

    Comparison of GraphQL and REST for API design using GitHub's Public API as an example. GraphQL allows clients to query specific data, while REST leverages HTTP caching and integrates easily with other APIs. GraphQL enables clients to ask for exactly what they need and nothing more. Both GraphQL and REST have their strengths and weaknesses, and the choice between them depends on the specific needs of an application.