Difference between revisions of "Git - GitHub and GitLab"

From
Jump to: navigation, search
Line 37: Line 37:
 
<youtube>3cdkYdzgXLc</youtube>
 
<youtube>3cdkYdzgXLc</youtube>
 
<youtube>AB_xQQ9Mra0</youtube>
 
<youtube>AB_xQQ9Mra0</youtube>
 +
 +
== GitHub GraphQL API ==
 +
<youtube>Kbqdqd7cIbY</youtube>
 +
<youtube>6xO87LlijoQ</youtube>
 +
 +
=== GraphQL ===
 +
* [http://graphql.org/ GraphQL]
 +
* [https://github.com/graphql/graphiql GraphiQL] is the reference implementation of GraphQL IDE, an official project under the GraphQL Foundation
 +
 +
GraphQL is a query language for APIs and a runtime for fulfilling those queries with your existing data. GraphQL provides a complete and understandable description of the data in your API, gives clients the power to ask for exactly what they need and nothing more, makes it easier to evolve APIs over time, and enables powerful developer tools.
 +
 +
<youtube>ed8SzALpx1Q</youtube>
  
 
== Jekyll and GitHub Pages ==
 
== Jekyll and GitHub Pages ==

Revision as of 07:19, 26 July 2019

Youtube search... ...Google search

Gist

GitHub GraphQL API

GraphQL

  • GraphQL
  • GraphiQL is the reference implementation of GraphQL IDE, an official project under the GraphQL Foundation

GraphQL is a query language for APIs and a runtime for fulfilling those queries with your existing data. GraphQL provides a complete and understandable description of the data in your API, gives clients the power to ask for exactly what they need and nothing more, makes it easier to evolve APIs over time, and enables powerful developer tools.

Jekyll and GitHub Pages

git-cheat-sheet3jpg-12411754-pixels.jpg

GitLab