http://bit.ly/2SPP34b
How Netflix is using GraphQL for its marketing needs 💪🏼
#graphql #usecase #netflix
How Netflix is using GraphQL for its marketing needs 💪🏼
#graphql #usecase #netflix
Medium
Our learnings from adopting GraphQL
A Marketing Tech Campaign
GraphQL is a query language for API’s. It shows what are the different types of data provided by the server and then the client can pick exactly what it wants.
#graphql #node #javascript
#graphql #node #javascript
freeCodeCamp.org
An introduction to GraphQL: how it works and how to use it
GraphQL is a query language for API’s. It shows what are the different types of data provided by the server and then the client can pick…
In this tutorial, we will be building a simple web application from scratch that allows users to perform actions including sign up, login and logout using JWT authentication. In order to understand what JSON Web Tokens are and how they work, I suggest you to read this Medium blog post before starting this tutorial.
#JSONWebToke #Authentification #GraphQL
#JSONWebToke #Authentification #GraphQL
Medium
Implementing JWT authentication in MERN stack with GraphQL: Part I
In this tutorial, we will be building a simple web application from scratch that allows users to perform actions including sign up, login…
Up until now, I have mostly been developing new Flask projects from scratch. As most projects tend to consist of similar folder structures, it gets really mundane setting up the identical base projects repeatedly over a period of time.
8 minute read
#Flask #Python #GraphQL #Graphene #MySQL #Docker
8 minute read
#Flask #Python #GraphQL #Graphene #MySQL #Docker
freeCodeCamp.org
How to develop a Flask, GraphQL, Graphene, MySQL, and Docker starter kit
Up until now, I have mostly been developing new Flask projects from scratch. As most projects tend to consist of similar folder structures…
This article covers how to implement a service worker that caches POST requests with GraphQL APIs.
10 minute read
#Cache #GraphQL #ServiceWorkers
10 minute read
#Cache #GraphQL #ServiceWorkers
Medium
Cache GraphQL POST requests with Service Worker
This article covers how to implement a service worker that caches POST requests with GraphQL APIs.
Today most of the legacy backend systems are based on the REST(REpresentational State Transfer), but from the last 2–3 years “Graph QL” AKA replacement for REST, a new way to serve data is getting popular. So what is it, why to use it and how to use it, we will discuss all about GrapQL .
9 minute read
#GraphQL #ServerLess #React
9 minute read
#GraphQL #ServerLess #React
Medium
Deploying Basic ServerLess React App with Hasura GraphQL Engine
Today most of the legacy backend system are based on the REST API, but from the last 2–3 years “Graph QL” AKA replacement for REST, a new…
So you are planning to start with GraphQL and MongoDB. Then you realize how can I set up those two technologies together? Well, this article is made precisely for you. I’ll show you how to set up a GraphQL server using MongoDB. I will show you how you can modularize your GraphQL schema and all this using MLab as our database.
6 min read
#MongoDB #GraphQL
6 min read
#MongoDB #GraphQL
freeCodeCamp.org
How to set up a GraphQL Server using Node.js, Express & MongoDB
The most straightforward way to start with GraphQL & MongoDB.
In this series I’ll be looking a bunch of different aspects of Gatsby, a Static Site Generator based on React.js and GraphQL.
7 min read
#Gatsby #GraphQL #Serverless #JAMStack
7 min read
#Gatsby #GraphQL #Serverless #JAMStack
Medium
Gatsby Part 1: Gatsby, the JAMstack and Serverless Architecture
A series based on a Gatsby talk I gave at BrumJS, a Javascript Meetup in Birmingham, UK.
Since the beginning of the web, developing APIs has been a difficult task for developers. The way we develop our APIs must evolve with time so that we can always build good, intuitive and well-designed APIs.
7 min read
#GraphQL
7 min read
#GraphQL
freeCodeCamp.org
Why GraphQL is the future of APIs
by Leonardo Maldonado Why GraphQL is the future of APIs Since the beginning of the web, developing APIs has been a difficult task for developers. The way we develop our APIs must evolve with time so that we can always build good, intuitive and well-designed…
In this short article we will go through the concept of fragments and how you can reduce the code of your queries and match the exact data needs for your UI.
3 min read
#GraphQL
3 min read
#GraphQL
Medium
How to query your schema with GraphQL fragments
Also available at https://atheros.ai/blog/how-to-query-your-schema-with-graphql-fragments without the paywall.
GraphQL’s main benefit for frontend developers has always been excellent tooling and developer experience.
6 mins read
#GraphQL
6 mins read
#GraphQL
Medium
A new approach to mocking GraphQL data
How we power React component tests and examples at Stripe
REST has been used by many developers to send data over HTTP whereas GraphQL is typically presented as a technology to replace the legacy of REST APIs. In this article, I’ll be explaining the benefits, limitations, and differences between these two, which will help you decide what to chose for your next project.
⏱ 5 minutes read
#GraphQL
⏱ 5 minutes read
#GraphQL
Medium
Stop Using REST For APIs
GraphQL Is Way Better