У нас вы можете посмотреть бесплатно GraphQL with Eclipse Vert.x Part 1 или скачать в максимальном доступном качестве, видео которое было загружено на ютуб. Для загрузки выберите вариант из формы ниже:
Если кнопки скачивания не
загрузились
НАЖМИТЕ ЗДЕСЬ или обновите страницу
Если возникают проблемы со скачиванием видео, пожалуйста напишите в поддержку по адресу внизу
страницы.
Спасибо за использование сервиса ClipSaver.ru
This is the first video in the series about using GraphQL with Eclipse Vert.x 4.x. So, what is GraphQL? GraphQL is a data query API standard that was developed by Facebook and that allows software developers to optimise API calls and to provide a more flexible API design that with REST. Unlike REST API, that is based around the concept of resources, in GraphQL we have only one single endpoint and we use data query specifications in order to fetch data that clients do need. In this episode we talk about essential concepts - what is GraphQL and what are advantages and disadvantages of this technology. We will setup a new Vertx project that will be used as foundation throughout this series and we will learn how to execute queries and mutations to the GraphQL server (this skill will be required once we will start writing API tests). 00:00 - Start 00:04 - Introduction 01:56 - What is GraphQL? 03:46 - Why to use GraphQL? 05:56 - Why not to use GraphQL? 07:28 - Create a Vert.x new project 10:48 - Setup a fake GraphQL server 13:26 - Send queries to a GraphQL server with Vert.x 21:19 - Difference between mutations and queries 21:46 - Execute mutations to a GraphQL server with Vert.x Source code: https://git.yurimednikov.xyz/yuri/ver... Book “PRINCIPLES OF VERTX (2ND EDITION) on Leanpub: https://leanpub.com/principlesofvertx2 #java #cloudcomputing #graphql #javatutorial #javaprogramming #javadeveloper #vertx #cloud #technology #tutorial #programming #coding #javatutorial #programmer