First steps into learning GraphQL

November 30, 2023
frontend backend graphql

GraphQL is a new API standard to provide an alternative to REST, it has been gaining popularity along the community and this series is meant to learn what makes it so good over REST.

GraphQL in the server with Prisma

December 1, 2023
backend graphql prisma

GraphQL has different libraries that enhances the experience of the developer and helps us produce code easier. We can add Prisma as an ORM that enhances our connection with the client by adding resolvers to the queries.

How to use GraphQL on the client using Apollo and on the server using Prisma

December 2, 2023
react frontend backend graphql prisma

GraphQL has different libraries that enhances the experience of the developer and helps us produce code easier. In the case of React we have Apollo has a our connection with the server that uses Prisma.