Best of GraphQLApril 2023

  1. 1
    Article
    Avatar of amplicationAmplication·3y

    ORM, Prisma, and How You Should Build Your Next Backend Database Project

    Prisma is a premier object-relational mapping (ORM) tool in the Node.js ecosystem. It's powerful yet simple and easy to use. Prisma has become as crucial to Amplication as Node itself, and I highly recommend you consider it for your next Node project.

  2. 2
    Article
    Avatar of unzipUnzip·3y

    tRPC 🪢 Explained

    tRPC leverages TypeScript to share API endpoints between server-client connections and type sharing. TRPC can just make your life a lot easier with automatic type sharing and consistency between the server and client. For a more in-depth video, check Christopher Ehrlich’s video here.

  3. 3
    Article
    Avatar of hnHacker News·3y

    Astral: Next-gen Python tooling

    Ruff is so fast that sometimes I add an intentional bug in the code just to confirm it’s actually running. Sebastián Ramírez Creator of FastAPI Why is Ruff a gamechanger? Primarily because it's nearly 1000x faster.

  4. 4
    Article
    Avatar of communityCommunity Picks·3y

    Edge Resolvers

    Grafbase now supports Edge Resolvers, which provide control and flexibility for deploying custom business logic to the edge. You can easily get started with Grafbase by initializing a new project using the CLI and adding field resolvers. Pushing to GitHub automatically deploys your custom code to the edge.