Talk in English - UK at Dutch PHP Conference 2019
View Slides: https://www.slideshare.net/andrewrota/performant-apis-with-graphql-and-php-dutch-php-2019-149033304
Short URL: https://joind.in/talk/09407
(QR-Code (opens in new window))
GraphQL is a powerful API query language that allows a web client to ask and receive the exact shape of the data it needs. As an alternative to REST, GraphQL promises to eliminate over-fetching data, reduce the need for multiple API calls, and let engineers move faster by leveraging the powerful developer tooling it enables.
PHP and GraphQL work great together, and whether you’re building a greenfield application or working in a existing codebase it’s easy to get started writing a GraphQL API.
This talk will introduce you to GraphQL, and demonstrate how you can build and use a such an API, in PHP, today.
Comments
Comments are closed.
It was good to see more proponent talks of GraphQL! Lots of good examples of how to implement your own GraphQL server. I hadn’t quite realized that this would be the focus, but enjoyed it nonetheless
So cool to see
Great introduction to GraphQL. I would have liked to have seen more concrete examples or demos during the presentation.
Great intro, but superficial - would have seen some more on concrete application.
Good introduction to GraphQL to get you started.
GraphQL is an interesting topic theoretical part of the talk was quite good, but next time it would be nice to see some practical demo, perhaps, sort of skeleton application (both PHP and client side).
Well presented and gave a good overview of what GraphQL is.