Skip to content

Instantly share code, notes, and snippets.

@tonyghita
Created July 18, 2018 18:55
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tonyghita/8262806c8c54ddb9c8bedb1582faeed4 to your computer and use it in GitHub Desktop.
Save tonyghita/8262806c8c54ddb9c8bedb1582faeed4 to your computer and use it in GitHub Desktop.

Recommended GraphQL talks

This is not an exhaustive list, but should be enough to get you started.

Lee Byron - Exploring GraphQL (2015)

Lee explores GraphQL's core principles, how it works, and what makes it a great tool.

https://www.youtube.com/watch?v=WQLzZf34FJ8

Lee Byron - Lessons from 4 years of GraphQL (2016)

Lee talks about the problems and motivations that led to the creation of GraphQL, and shares lessons learned from the journey.

https://www.youtube.com/watch?v=zVNrqo9XGOs

Dan Schafer - GraphQL at Facebook (2016)

Dan talks about how the GraphQL execution engine is implemented at Facebook, and dives deep on topics like authorization.

https://www.youtube.com/watch?v=etax3aEe2dA

Eric Baer - GraphQL under the hood (2017)

Eric does a deep dive of the internal workings of executing a GraphQL request.

https://www.youtube.com/watch?v=fo6X91t3O2I

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment