Best of GraphQLOctober 2021

  1. 1
    Article
    Avatar of javacodegeeksJava Code Geeks·4y

    11 Front End Development Trends You Should Follow in 2021

    Front end development involves implementing the web user interface through coding languages like HTML, CSS, and JavaScript. Adopting the latest front-end techniques in a quick software development ecosystem is always in demand. In this blog, we look at how front end development trends have evolved in 2021 and how organizations have accelerated by using these technologies.

  2. 2
    Article
    Avatar of hackernoonHacker Noon·5y

    GraphQL vs REST: How To Choose One Over The Other

    GraphQL is great for applications where related and nested data are fetched. If you need a clear and convenient API without overhead, or you want to use HTTP capabilities like caching or authentication, you should choose REST. But after weighing the pros and cons, we see that GraphQL is not always the best option.

  3. 3
    Article
    Avatar of freecodecampfreeCodeCamp·4y

    GraphQL for Front End Developers

    Gaurav Tewari writes about GraphQL for Front End Developers. He says GraphQL can be used by front-end developers to build RESTful applications. Tewara: GraphQL is a way for front end developers to write RESTful apps. He also writes about how GraphQL could be used to build web apps.

  4. 4
    Article
    Avatar of freecodecampfreeCodeCamp·4y

    GraphQL vs REST API – Which Should You Use for Back End API Development?

    GraphQL vs REST API – Which Should You Use for Back End API Development? – Aagam Vadecha. GraphQL and REST API are two different types of back-end API development. Vadecha: Which should you use? – GraphQL or REST API?

  5. 5
    Article
    Avatar of logrocketLogRocket·5y

    End-to-end type safety with Next.js, Prisma, and GraphQL

    Using consistent types across the entire stack is a major challenge for many development teams. If you have insufficient tooling for detecting changes and throwing errors, changing types in one part of the project could break your entire application. In this tutorial, we’ll explore end-to-end type safety by building a simple wish list application that allows a user to bookmark items from the internet. We will use Next.js, GraphQL, and Prisma.

  6. 6
    Article
    Avatar of devtoDEV·5y

    5 reasons why Frontend Developers love GraphQL

    Frontend developers work with a lot of data manipulating in the process. In this post I will talk about how can a frontend developer be more productive and have a better developer experience by simply using GraphQL. GraphQL has only one endpoint and is self documenting. GraphiQL is a powerful tool that lets you test your queries and check out the documentation.

  7. 7
    Article
    Avatar of hasuraHasura·4y

    A new look for Hasura Learn with 25+ courses on GraphQL, Databases & Hasura

    Hasura Learn is an educational site that helps developers get up to speed with GraphQL. In the last 2 years, we have added over 25 tutorials, as well as Database courses and Hasura courses into the mix. These tutorials are open source and are built and maintained with the help of the amazing GraphQL & Hasura community.