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
ββGraphQL is a strongly typed query language, and Typescript is a typed superset of JavaScript β together they are a match made in heaven!
β± 15 minutes read
#TypeScript #Node #GraphQL
β± 15 minutes read
#TypeScript #Node #GraphQL
Medium
Building a Node.js API with TypeScript and GraphQL
creating a user with the playground
ββThe purpose of this article is to provide a complete insight about GraphQL and its usage with Node.js along with discussing its salient features and some of its advantages and disadvantages.
β± 6 minutes read
#GraphQL #NodeJS #ExpressJS
β± 6 minutes read
#GraphQL #NodeJS #ExpressJS
Medium
How to Create GraphQL API using Node.js and Express
Intermediate level knowledge on GraphQL with Node.js and Express.js
ββModern software development best practices require programmers to write tons of code.
β± 4 minutes
#GraphQL
β± 4 minutes
#GraphQL
Medium
Never write TypeScript types for GraphQL schema by hand
How to stop torture your software
ββREST, GraphQL, and gRPC are the 3 most popular API development technologies in modern web applications. However, choosing one isnβt easy since they all have unique features.
β± 6 minutes read
#REST #GraphQL #gRPC
β± 6 minutes read
#REST #GraphQL #gRPC
Medium
REST vs GraphQL vs gRPC
In-depth comparison of the 3 most popular API development technologies
ββLearn how to set up GraphQL in Strapi, run GraphQL queries and mutations, carry out CRUD requests, and create an authentication system in Strapi.
β±οΈ 16 minutes read
#strapi #cms #graphql
β±οΈ 16 minutes read
#strapi #cms #graphql
Medium
A Deep Dive into Strapi GraphQL
The REST API design pattern is one of the best practices when building an API for the back end of any application. Its benefits supersede its downside. When fetching data from an extensive RESTβ¦
ββIn todayβs fast-paced web development landscape, React and GraphQL have emerged as powerful technologies that can greatly enhance the efficiency and performance of web applications.
β±οΈ 8 minutes read
#graphql #react
β±οΈ 8 minutes read
#graphql #react
Medium
Best practices for integrating React with GraphQL
Learn the best practices for seamlessly integrating React with GraphQL. Enhance performance, optimize data fetching, and secure your app.
π14π€ͺ3π2π»1