Tags
Language
Tags
June 2025
Su Mo Tu We Th Fr Sa
1 2 3 4 5 6 7
8 9 10 11 12 13 14
15 16 17 18 19 20 21
22 23 24 25 26 27 28
29 30 1 2 3 4 5
    Attention❗ To save your time, in order to download anything on this site, you must be registered 👉 HERE. If you do not have a registration yet, it is better to do it right away. ✌

    ( • )( • ) ( ͡⚆ ͜ʖ ͡⚆ ) (‿ˠ‿)
    SpicyMags.xyz

    GraphQL in Action, Video Edition

    Posted By: sammoh
    GraphQL in Action, Video Edition

    GraphQL in Action, Video Edition
    MP4 | Video: AVC 1280 x 720 | Audio: AAC 44 Khz 2ch | Duration: 09:20:44 | 3.05 GB

    In Video Editions the narrator reads the book while the content, figures, code listings, diagrams, and text appear on the screen. Like an audiobook that you can also watch as a video.
    With thorough explorations of GraphQL concepts and numerous practical examples, this excellent book will quickly take you from novice to expert.
    Dary Merckens, Gunner Technology

    Reduce bandwidth demands on your APIs by getting only the results you need—all in a single request! The GraphQL query language simplifies interactions with web servers, enabling smarter API queries that can hugely improve the efficiency of data requests. In GraphQL in Action, you'll learn how to bring those benefits to your own APIs, giving your clients the power to ask for exactly what they need from your server, no more, no less. Practical and example-driven, this book teaches everything you need to get started with GraphQL—from design principles and syntax right through to performance optimization.
    about the technology

    GraphQL APIs are fast, efficient, and easy to maintain. They reduce app latency and server cost while boosting developer productivity. This powerful query layer offers precise control over API requests and returns, making apps faster and less prone to error.
    about the book

    GraphQL in Action gives you the tools to get comfortable with the GraphQL language, build and optimize a data API service, and use it in a front-end client application. By working through set up, security, and error handling you'll learn to create a complete GraphQL server. You'll also unlock easy ways to incorporate GraphQL into your existing codebase so you can build simple, scalable data APIs.
    what's inside

    Define a GraphQL schema for relational and document databases
    Implement GraphQL types using both the schema language and object constructor methods
    Optimize GraphQL resolvers with data caching and batching
    Design GraphQL fragments that match UI components' data requirements
    Consume GraphQL API queries, mutations, and subscriptions with and without a GraphQL client library