Best of GraphQLSeptember 2022

  1. 1
    Article
    Avatar of communityCommunity Picks·4y

    Building a Full Stack Web3 YouTube Clone with Next, IPFS, The Graph, Solidity, and Polygon

    Next, IPFS, The Graph, Solidity, and Polygon Table of contents. Building a full-stack YouTube clone on top of the Polygon blockchain using the below tech stack. The next step is to set up a next.js app and install the required dependencies. The smart contract is a decentralized program that responds to events by executing business logic.

  2. 2
    Article
    Avatar of communityCommunity Picks·4y

    Why Create React App is Outdated in 2022

    Create React App uses Client Side Rendering (CSR) to bundle the Javascript files and builds one single file to render it all on the client. This is all done within the client’s browser as React does not have access to Server Side Renders (SSR) in the default configuration.

  3. 3
    Article
    Avatar of bytebytegoByteByteGo·4y

    EP23: How to choose the right database? Also...

    GraphQL is a query language for APIs developed by Meta. It provides a complete description of the data in the API and gives clients the power to ask for Migrating to a new database in the real world could take years at a high scale. Bloom Filters Algorithms You Should Know For System Design #2.

  4. 4
    Article
    Avatar of logrocketLogRocket·4y

    Prisma vs. Thin Backend

    Prisma enables you to access your database straight from Node.js and TypeScript application code. Thin Backend provides you with an IDE that has custom business logic and serverless functions. Prisma is a type-safe query builder that is an alternative to Sequelize and TypeORM.

  5. 5
    Article
    Avatar of itnextITNEXT·4y

    Shorten go-live time for Node.js applications with Amplication

    Amplication is an open-source tool for implementing the frontend as well as the backend of our application in minutes through a user interface. Amplication takes away the burden of choosing our stack and it provides us with a predefined stack with a lot of boilerplate code which is ready.

  6. 6
    Article
    Avatar of swyxswyx·4y

    The God Endpoints will continue until morale improves

    The God Endpoints will continue until morale improves GraphCMS Hygraph calls it a Federated Content Platform. If only we can get all these messy things to conform to one interface, developers will be able to query them and resolve across them faster, improving developer experience, blah blah blah.

  7. 7
    Article
    Avatar of apolloApollo Blog·4y

    Announcing Apollo Router v1.0

    Apollo Router is our next-generation supergraph runtime that supports Apollo Federation (v1 or v2) - a declarative GraphQL architecture that lets you build and operate a modular GraphQL API. With Apollo Router v1.0, apps querying the supergraph can @defer the slow, non-essential parts.

  8. 8
    Article
    Avatar of asayerasayer·4y

    Working with GraphQL with Vanilla JavaScript

    GraphQL has been an excellent tool for developers because it renders just what you need, nothing more, nothing less, in a single API call. OpenReplay is an open-source, session replay suite that lets you see what users do on your web app, helping you troubleshoot issues faster.