Graphql Patterns

  • Autor: Vários
  • Narrador: Vários
  • Editora: Podcast
  • Duração: 11:58:40
  • Mais informações

Informações:

Sinopse

In depth discussions around everything GraphQL

Episódios

  • OneGraph and GraphQL Tooling feat. Sean Grove

    16/08/2019 Duração: 01h07min

    Sean Grove of OneGraph joins us to talk about what he's working on; we also talk about developer tooling in the GraphQL ecosystem.

  • Hot Chocolate & GraphQL in the .NET Ecosystem

    19/07/2019 Duração: 52min

    Michael Staib, one of the creators of the Hot Chocolate GraphQL framework, joins us to talk about building a GraphQL framework from scratch as well as the GraphQL .NET ecosystem.

  • Getting Started with GraphQL

    12/07/2019 Duração: 45min

    In this episode we talk about how to get started with GraphQL, what to learn first, and where to go when getting started.

  • Eve Porcello and Alex Banks

    31/05/2019 Duração: 40min

    In this episde Eve Porcello and Alex Banks join us to talk about schema stitching and federation, teaching, GraphQL adoption within a company, and their company Moon Highway.

  • GraphQL at Gatsby feat. Jason Lengstorf

    17/05/2019 Duração: 43min

    00:12 Hello and welcome to GraphQL patterns. I'm your host Nader Dabit. Today on our panel we have Jimmy Jia. 00:18 Hey, I'm Jimmy [inaudible]. I'm a principal scientist at butterfly network working on democratizing medical imaging and GraphQL is actually pretty useful to stress stressor that 00:29 and our special guest today is Jason Lengstorf. Uh, welcome to the show, Jason. 00:34 Hey, thanks for having me. 00:35 I've been seeing quite a lot of you lately. Have an asked. 00:39 Uh, I have been noisy. 00:40 Yes. Yeah. You, you, uh, you had guts fear. Oh, definitely. All over the place. You all are doing a fantastic job, but for people like us that don't know you are, can you give us an intro? 00:52 Sure. Um, I am the head of developer relations at Gatsby. Gatsby is a framework for rapidly building out websites and apps with react and GraphQL. Um, we use GraphQL and I'm kind of an interesting way where we use it during the build time to access, um, file servers and stuff, which allows us to do some really inte

  • GraphQL Clients & Rewriting and Revamping Microsoft Teams using React and Apollo

    10/05/2019 Duração: 01h02min

    In this episode Tanay Pratap from Microsoft joins us to discuss GraphQL clients & how Microsoft is using GraphQL for Microsoft Teams

  • End-to-end Typesafe GraphQL Applications feat. Carlos Rufo

    22/02/2019 Duração: 49min

    We talk about how to build typesafe GraphQL applications & what the benefits of doing so are.

  • Schema First vs Resolver First GraphQL Servers

    08/02/2019 Duração: 01h04min

    This is an in-depth discussion in which we talk about the intricacies of API & server development at many levels.

  • GraphQL at Airbnb feat. Adam Miskiewicz

    11/01/2019 Duração: 01h04min

    In this episode we discuss everything from schema design, incrementally implementing GraphQL into an existing application, the future of GraphQL at Airbnb, & more.

  • Neo4j and GraphQL with William Lyon

    21/12/2018 Duração: 53min

    In this episode, William Lyon joins us to talk about Neo4j usage with GraphQL. We discuss what Neo4j is, how it works, how the database integrates with GraphQL, & how to get started with the technologies.

  • Best Practices for Building Modern APIs with GraphQL

    07/12/2018 Duração: 01h15min

    Robert Zhu spent time at Facebook working closely with GraphQL. In this episode, he joins us to discuss what he learned while working there & lays out some best practices for designing modern GraphQL APIs.

  • GraphQL Authorization

    16/11/2018 Duração: 53min

    Authorization is a type of business logic that describes whether a given user/session/context has permission to perform an action or see a piece of data. Implementing proper authorization in GraphQL is a popular discussion point in the community & within companies looking to implement authorization properly. In this episode, Jimmy Jia, Mikhail Novikov, & Nader Dabit discuss best practices in authenticating your GraphQL API & deep dive on proper authorization techniques.

  • GraphQL Errors

    22/09/2018 Duração: 45min

    In this episode, Jimmy Jia, Mikhail Novikov, & Nader Dabit discuss how errors work in GraphQL