Add Gremlin cheatsheet and Graphs group (#10824)

* Update free-programming-books-langs.md

* Update free-programming-books-langs.md

Adjust Spacing between headers and sections

* Update free-programming-playgrounds.md with Gremlin

Add Gremlin Playground reference

* Update free-programming-playgrounds.md

* Add Gramlin Cheatsheets and Samples

* Add gremlin cheatsheets and samples
pull/10853/head
João Luiz 2023-10-28 00:41:25 -03:00 committed by GitHub
parent 253472d367
commit 12d9db5642
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 13 additions and 2 deletions

View File

@ -13,7 +13,9 @@
* [Docker](#docker)
* [Git](#git)
* [Go](#go)
* [GraphQL](#graphql)
* [Graphs](#graphs)
* [GraphQL](#graphql)
* [Gremlin](#gremlin)
* [HTML and CSS](#html-and-css)
* [IDE and editors](#ide-and-editors)
* [Java](#java)
@ -177,7 +179,9 @@
* [গো \| ডেভ সংকেত<](https://devsonket.com/go) - devsonket (HTML)
### GraphQL
### Graphs
#### GraphQL
* [GraphQL Cheat Sheet](https://licor.me/post/graphql) - Chuanrong Li (HTML)
* [GraphQL Cheat Sheet](https://cheatsheetseries.owasp.org/cheatsheets/GraphQL_Cheat_Sheet.html) - Jim Manico, Jakub Maćkowski (HTML)
@ -185,6 +189,13 @@
* [GraphQL Cheatsheet](https://devhints.io/graphql) - devhints, Rico Santa Cruz (HTML)
#### Gremlin
* [Gremlin 101 Cheatsheet](https://dkuppitz.github.io/gremlin-cheat-sheet/101.html) - Daniel Kuppitz (HTML)
* [Gremlin 102 Cheatsheet](https://dkuppitz.github.io/gremlin-cheat-sheet/102.html) - Daniel Kuppitz (HTML)
* [Gremlin Recipes](https://tinkerpop.apache.org/docs/3.3.2/recipes/) - Apache Tinkerpop (HTML)
### HTML and CSS
* [Accessibility CheatSheet](https://learn-the-web.algonquindesign.ca/topics/accessibility-cheat-sheet/) - Algonquin Design (HTML)