https://github.com/moonhighway/oscon
A repository for Alex Banks and Eve Porcello's OSCON workshop, 7.16.19
https://github.com/moonhighway/oscon
Last synced: 5 months ago
JSON representation
A repository for Alex Banks and Eve Porcello's OSCON workshop, 7.16.19
- Host: GitHub
- URL: https://github.com/moonhighway/oscon
- Owner: MoonHighway
- Created: 2019-07-11T17:55:29.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2019-07-11T18:15:47.000Z (almost 7 years ago)
- Last Synced: 2025-05-12T14:04:50.807Z (about 1 year ago)
- Size: 2.93 KB
- Stars: 8
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# GraphQL Workshop @ OSCON
A hands-on intro to GraphQL and Apollo Server at OSCON 2019!
**Presenters: Alex Banks & Eve Porcello**
- [Alex: @moontahoe](https://www.twitter.com/eveporcello) | alex@moonhighway.com
- [Eve: @eveporcello](https://www.twitter.com/eveporcello) | eve@moonhighway.com
- [Moon Highway Info](https://moonhighway.com)
- [Moon Highway Mailing List](https://bit.ly/moonhighway)
## Links
- [GraphQL Fun](http://www.graphql.fun)
### Query Language Links
- [Pet Library](https://pet-library.moonhighway.com)
- [Funded Pet Library](https://pet-library.moonhighway.com)
- [Snowtooth Playground](http://snowtooth.moonhighway.com)
- [Vote](http://vote.moonhighway.com)
- [Github GraphQL Explorer](https://developer.github.com/v4/explorer/)
- [SWAPI: Star Wars API](http://graphql.org/swapi-graphql/)
### Apollo Server Links
- [Start Files](https://github.com/graphqlworkshop/snowtooth-api)
- [Finished Project](https://github.com/graphqlworkshop/snowtooth-api/tree/complete)
- [CodeSandbox](https://codesandbox.io/s/apollo-server-ykrok)
### egghead.io Resources
- [Create Fullstack Applications with GraphQL, Apollo, and React](https://egghead.io/playlists/create-fullstack-applications-with-graphql-and-apollo-794dc9c7)
- [Getting Started with Apollo Federation](https://egghead.io/playlists/getting-started-with-apollo-federation-60ad0165)
## GraphQL Articles & Documentation
### Graph Theory
- [From REST to GraphQL](https://0x2a.sh/from-rest-to-graphql-b4e95e94c26b)
- [A Gentle Introduction to Graph Theory](https://dev.to/vaidehijoshi/a-gentle-introduction-to-graph-theory)
- [Euler's Solution to the Konigsberg Bridge Problem](https://www.maa.org/press/periodicals/convergence/leonard-eulers-solution-to-the-konigsberg-bridge-problem)
### GraphQL
- [GraphQL Docs](http://graphql.org/)
- [How To GraphQL](https://www.howtographql.com/)
- [Schema Language Cheat Sheet](https://github.com/sogko/graphql-schema-language-cheat-sheet)
- [Apollo Schema Design Guide](https://www.apollographql.com/docs/guides/schema-design.html)
### Apollo
- [Apollo GraphQL](https://www.apollographql.com/)
- [React Apollo](https://github.com/apollographql/react-apollo)