GraphQL: The Good Parts
This is a gentle introduction to foundational concepts of GraphQL. In illustrating the core concepts, we gain a greater understanding of what makes GraphQL such a transformative technology, and a greater appreciation for the value it can provide for an application. We will go into some detail of the problems that GraphQL is trying to solve and how it solves them.
We will end with a section on integration into an existing backend. This is primarily focused on an existing RESTful backend, but can be substituted to any data storage mechanism, e.g. MySQL, Mongo, etc. We’ll have a number of code examples and repos at the end so you can dive further into some real code powered by both server and client-side GraphQL technologies. Let’s do it!
EVENT:
NebraskaJS 2018
SPEAKER:
Dustin Schau
PERMISSIONS:
Original video was published with the Creative Commons Attribution license (reuse allowed).
CREDITS:
Original video source: https://www.youtube.com/watch?v=R6rqjcBLibQ
Additional material for GraphQL learners:
https://amzn.to/2YclkFI The Road to GraphQL...
https://amzn.to/2Fmooqf Learning GraphQL: Declarative Data Fetching for Modern Web Apps
https://amzn.to/2U3u3Lo Hands-On Full-Stack Web Development with GraphQL and React...
https://amzn.to/2CwpejP Visual Design of GraphQL Data: A Practical Introduction with Legacy Data and Neo4j
Other Videos By Coding Tech
2018-09-30 | MySQL 8.0 is Out! Are We There Yet? |
2018-09-29 | Learning React Native as a Junior Engineer |
2018-09-27 | A Gentle Introduction to Functional JavaScript |
2018-09-26 | NODEJS: WHATS NEXT |
2018-09-23 | Modern C++ in Embedded Systems |
2018-09-21 | PureScript: Tomorrow’s JavaScript Today |
2018-09-21 | BLAZOR: Modern Web Development with .NET and WebAssembly |
2018-09-19 | Whats Coming to C# |
2018-09-18 | Probabilistic Programming: A Modern Bayesian Workflow || Peadar Coyle |
2018-09-18 | What Is DevOps? |
2018-09-13 | GraphQL: The Good Parts |
2018-09-10 | GitHub Pull Requests for VS Code |
2018-09-09 | BLOCKCHAIN APPS IN GO - Build Your Own Blockchain App |
2018-09-04 | How Do You Structure Your Go Apps? |
2018-09-03 | SERVERLESS: The Rise Of External Services |
2018-09-02 | JAVASCRIPT: THE FAIRLY ODD PARTS |
2018-09-01 | Using SVG in React Native |
2018-08-31 | How I Built Microservices In Go In 30 Minutes |
2018-08-27 | This Is How Docker Works, The Fun Way! |
2018-08-25 | The State of React Native (2018) |
2018-08-22 | BRAVE NEW WORLD: MOVING ON TO ES201X |