graphql Episode 530: Tanmai Gopal on GraphQL By se-radio.net Published On :: Wed, 21 Sep 2022 16:18:37 +0000 Tanmai Gopal, CEO of Hasura.io, joined SE Radio host Jeff Doolittle for a conversation about GraphQL. They discussed the history and rationale behind the original conception of GraphQL, as well as some of the use cases it is best suited for... Full Article
graphql SE Radio 613: Shahar Binyamin on GraphQL Security By se-radio.net Published On :: Mon, 06 May 2024 18:12:00 +0000 Shahar Binyamin, CEO and co-founder of Inigo, joins host Priyanka Raghavan to discuss GraphQL security. They begin with a look at the state of adoption of GraphQL and why it's so popular. From there, they consider why GraphQL security is important as they take a deep dive into a range of known security issues that have been exploited in GraphQL, including authentication, authorization, and denial of service attacks with references from the OWASP Top 10 API Security Risks. They discuss some mitigation strategies and methodologies for solving GraphQL security problems, and the show ends with discussion of Inigo and Shahar's top three recommendations for building safe GraphQL applications. Brought to you by IEEE Software and IEEE Computer Society. Full Article
graphql #361: REST or GraphQL? An Objective Comparison By traffic.libsyn.com Published On :: Wed, 19 Dec 2018 04:00:00 +0000 Representational State Transfer, known to its friends as REST, has been around for nearly two decades and has a substantial following. GraphQL, on the other hand, became publicly available in 2015, and only a few weeks ago moved under the control of the GraphQL Foundation, a project of the Linux Foundation. But despite its relative newcomer status, GraphQL has gained a substantial following of its own. Are you a RESTafarian? Or are you a GraphQL aficionado? Either way you'll want to listen to the latest Oracle Groundbreaker Podcast, as a panel of experts weighs the pros and cons of each technology. View the complete show notes. Full Article
graphql Laravel GraphQL By www.phpclasses.org Published On :: Wed, 13 Nov 2024 08:34:27 GMT Package: Laravel GraphQL Summary: Implements an API using GraphQL to query objects Groups: Libraries, PHP 5, Web services Author: Hicri Description: This package implements an API using GraphQL to query objects... Read more at https://www.phpclasses.org/package/13393-PHP-Implements-an-API-using-GraphQL-to-query-objects.html#2024-11-13-00:34:27 Full Article
graphql 547: WordPress and GraphQL with Jason Bahl By shoptalkshow.com Published On :: Mon, 09 Jan 2023 09:31:13 +0000 Jason Bahl joins the show to talk about the GraphQL and WordPress connection, his work on WP GraphQL plugin, Faust and Atlas from WP Engine, Jamstack and Wordpress, and more. Full Article All Episodes graphql Wordpress
graphql 152 JSJ GraphQL and Relay with Nick Schrock and Joe Savona By devchat.tv Published On :: Wed, 25 Mar 2015 09:00:00 -0400 02:25 - Nick Shrock Introduction Twitter 02:40 - Joe Savona Introduction Twitter GitHhub Blog 02:49 - Facebook and Open Source 04:10 - GraphQL and Relay Overview “React for Your Data” / Component-based Data Fetching 06:11 - Unique to React? Passing Down Through the Hierarchy XHP Representational State Transfer (REST) 10:09 - Queries Tooling Graphical Pulling Definitions 14:13 - Why Do I Care? (As Someone Not Working at Facebook) 15:21 - Building Applications with GraphQL and Relay 19:01 - GraphQL and Building Backends 21:42 - Drivers and Client Software Synthesize => Code Generation Flux Container Classes 30:58 - Reusing Components 31:50 - Data Management 34:25 - Open Source 36:40 - Reflecting Backend Constraints? (Optimizing the Backend) 43:02 - Relationships => Logs 46:24 - Security 47:16 - Replacing REST (Adopting New Technology) “The Progressive Disclosure of Complexity” 52:14 - What You Wouldn’t Use GraphQL or Relay For Games Picks Another Eternity by Purity Ring (Jamison) JT Olds: What riding a unicycle can teach us about microaggressions (Jamison) OCReMix (AJ) Duet Display (Chuck) Summoners War (Chuck) Thinking, Fast and Slow by Daniel Kahneman (Joe) Learning a new language (Joe) Other People: What Kind of Man (Nicolas Jaar remix) - Florence & the Machine (Nick) Boosted Boards (Nick) The Onion: Succession Of Terrible Events Fails To Befall 33-Year-Old Riding Longboard To Digital Media Job (Nick) Full Article
graphql JSJ 246 GraphQL and Apollo with Uri Goldshtein By devchat.tv Published On :: Tue, 24 Jan 2017 06:00:00 -0500 On today's episode, Charles Max Wood and Aimee Knight discuss GraphQL and Apollo with Uri Goldshtein. Uri is a core developer at Meteor Development Group, and is an expert with GraphQL and Apollo. Full Article
graphql JSJ 384: FaunaDB: Support for GraphQL and Serverless Development with Evan Weaver By devchat.tv Published On :: Tue, 20 Aug 2019 06:00:00 -0400 Sponsors Sentry– use the code “devchat” for $100 credit Panel Charles Max Wood AJ O’Neal Joe Eames Aimee Knight With Special Guest: Evan Weaver Episode Summary Evan Weaver is the CEO and cofounder of FaunaDB, a serverless database and a great way to get started with GraphQL. Evan talks about what went into building the FaunaDB and his background with Twitter. FaunaDB arose from trying to fix Twitter’s scalability issues, and the panel discusses scalability issues encountered in both large and small companies. They talk about the difference between transient and persistent data. They discuss how to develop locally when using a serverless database and the importance of knowing why you’re using something. Evan talks about how developing locally works with FaunaDB. He addresses concerns that people might have about using FaunaDB since it is not backed by a tech giant. Evan talks about some of the services FaunaDB offers and talks about the flexibility of its tools. He talks about how to get started with FaunaDB and what the authentication is like. Finally, Evan talks about some well known companies that are using FaunaDB and what they are doing with it. Links FaunaDB GraphQL Netlify AWS Lambda Apollo.io SQL Jamstack Akkeris Graphile Follow DevChat on Facebook and Twitter Picks Charles Max Wood: Captain Sonar Canny JSJ Reccomendations Aimee Knight: Falling in Reverse Joe Eames: Battlestations Evan Weaver Forza Motorsport Follow Evan on Twitter and Github @evan Full Article
graphql JSJ 416: GraphQL Developer Tools with Sean Grove By devchat.tv Published On :: Tue, 14 Jan 2020 06:00:00 -0500 In this episode of JavaScript Jabber the panel interviews Sean Grove from OneGraph; asking him questions about GraphQL tooling and common complaints about GraphQL. Sean starts by explaining what GraphQL is and how it benefits frontend developers. GraphiQL is a frontend open sourced tool produced by OneGraph, Sean explains how this handy tool simplifies GraphQL. Authentication and authorization are one of the biggest criticisms of GraphQL. Sean walks the panel through the solution, getting a schema definition language and adding directives to build a simple authentication and authorization. The panel defines authentication and authorization and explains the difference. The next issue common with GraphQL that the panel discusses is migration. Sean explains how OneGraph helps with migration using a Rust network layer and how it works. They also discuss how to migrate without this tool. Without the tool it is painful and he recommends incremental migration. Sean explains that another problem in GraphQL is poor documentation. He explains why the documentation is poor and explains how they hope to fix it at OneGraph. The last issue they cover is the length of queries. Sean tells the panel how they can handle this problem with depth analysis or persistent queries. The episode ends with an elevator pitch for Reason. Panelists Aimee Knight AJ O’Neal Charles Max Wood Dan Shappir Guest Sean Grove Sponsors Split CacheFly ____________________________________________________________ "The MaxCoders Guide to Finding Your Dream Developer Job" by Charles Max Wood is now available on Amazon. Get Your Copy Today! ____________________________________________________________ Links https://github.com/graphql/graphiql https://devchat.tv/js-jabber/jsj-401-hasura-with-tanmai-gopal/ Follow DevChatTV on Facebook and Twitter Picks Aimee Knight: http://ergonomictrends.com/hand-wrist-exercises-computer-users/ Cats in your lap AJ O’Neal: The Grievance Studies Affair Go Proverbs Music Dan Shappir: Guatemala Tigana Sean Grove: Yuki Li: “Breaking Out of Box” Charles Max Wood: A Christmas Story Rudolf the Red-Nosed Reindeer The Little Drummer Boy Santa Claus Is Comin' to Town The Ultimate Gift Frosty the Snowman Full Article
graphql Visual Design of GraphQL Data [electronic resource] : A Practical Introduction with Legacy Data and Neo4j / by Thomas Frisendal By prospero.murdoch.edu.au Published On :: Frisendal, Thomas. author Full Article