Merge pull request #128 from A-Tokyo/add-graphql

 Add Graphql
This commit is contained in:
Maksim Abramchuk 2019-01-08 16:24:43 +03:00 committed by GitHub
commit bab6db0815
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -26,6 +26,7 @@ Please read the [contribution guidelines](contributing.md) or the [creating a li
- [EmberJS](#emberjs) - [EmberJS](#emberjs)
- [Erlang](#erlang) - [Erlang](#erlang)
- [Golang](#golang) - [Golang](#golang)
- [GraphQl](#graphql)
- [HTML](#html) - [HTML](#html)
- [Ionic](#ionic) - [Ionic](#ionic)
- [iOS](#ios) - [iOS](#ios)
@ -192,6 +193,11 @@ Please read the [contribution guidelines](contributing.md) or the [creating a li
* [Solutions for some basic coding interview tasks written in Go](https://github.com/efischer19/golang_ctci) * [Solutions for some basic coding interview tasks written in Go](https://github.com/efischer19/golang_ctci)
* [Top 20 GO Programming Interview Questions for both freshers and experienced developers](http://career.guru99.com/top-20-go-programming-interview-questions/) * [Top 20 GO Programming Interview Questions for both freshers and experienced developers](http://career.guru99.com/top-20-go-programming-interview-questions/)
### GraphQl
* [8 GraphQl Interview Questions To Know](https://www.fullstack.cafe/blog/5-graphql-interview-questions-you-should-know)
* [How to GraphQl - Common Questions](https://www.howtographql.com/advanced/5-common-questions/)
### HTML ### HTML
* [10 Typical HTML Interview Exercises from SitePoint.com](http://www.sitepoint.com/10-typical-html-interview-exercises/) * [10 Typical HTML Interview Exercises from SitePoint.com](http://www.sitepoint.com/10-typical-html-interview-exercises/)