Difference between revisions of "Git - GitHub and GitLab"
(→Gist) |
(→GitHub GraphQL API) |
||
| Line 41: | Line 41: | ||
== GitHub GraphQL API == | == GitHub GraphQL API == | ||
| + | * [[GraphQL]] | ||
| + | |||
<youtube>Kbqdqd7cIbY</youtube> | <youtube>Kbqdqd7cIbY</youtube> | ||
<youtube>6xO87LlijoQ</youtube> | <youtube>6xO87LlijoQ</youtube> | ||
Revision as of 07:29, 26 July 2019
Youtube search... ...Google search
- GitHub AI
- GitHub Deep Learning
- GitLab Deep Learning
- Libraries & Frameworks Overview
- Python
- Notebooks; Jupyter and R Markdown
- Javascript
- Other Coding options
- Service Capabilities
- Microsoft Azure
- TensorFlow
- Keras
- Master Data Management (MDM) / Feature Store / Data Lineage / Data Catalog
- GitHub: Machine Learning, Skills Development | Nate Swanner
Gist
Gists are generally used as scratchpad / notepad, to write down small (or not so small) snippets of code or other information, written directly in the web interface, without the need to start a new project on your computer. Some people write full articles with them… For example, the famous article The introduction to Reactive Programming you've been missing is just a Gist. One advantage is that people can comment on your work. | Philippe Lhoste - Quora,
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
GitLab