Best of GraphQL — February 2024
- 1
- 2
- 3
Pointer·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
- 5
LogRocket·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
- 7
Telerik·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.

