|
| 1 | +# Upcoming Events |
| 2 | + |
| 3 | +## Talks |
| 4 | + |
| 5 | +### High Performance GraphQL |
| 6 | + |
| 7 | +- **Event:** ReactNext 2016 |
| 8 | +- **Date:** September 15, 2016 |
| 9 | +- **Location:** Toronto, Ontario, Canada |
| 10 | +- **Speaker:** Barak Chamo |
| 11 | +- **Link:** http://react-next.com/#schedule |
| 12 | + |
| 13 | +DataLoader is the missing piece in the React-Relay-GraphQL stack, a utility for caching and coalescing data queries to optimize large, nested GraphQL queries. Digging through it's internals and in turn, JavaScript's internal asynchronous model, we'll see how DataLoader leverages Node's event loop and micro task management to coalesce database calls and dramatically improve upon caveats in common GraphQL-based apps. |
| 14 | + |
| 15 | +### Angular Meets GraphQL |
| 16 | + |
| 17 | +- **Event:** AngularZone Meetup |
| 18 | +- **Date:** September 18, 2016 |
| 19 | +- **Location:** London, UK |
| 20 | +- **Speaker:** Uri Goldshtein |
| 21 | +- **Link:** https://www.meetup.com/AngularZone/events/233260317/ |
| 22 | + |
| 23 | +Uri Goldshtein works at Meteor Development group at the Apollo team and is the creator of the angular-meteor and angular2-apollo libraries. In this talk you will learn what GraphQL is, why it is great for Angular and how easy it is to integrate with your current Applications. GraphQL has many benefits comparing to REST like better performance over the network and maintainability. Use this opportunity to ask him questions about this topic before his talk at AngularConnect! |
| 24 | + |
| 25 | +### From REST to GraphQL |
| 26 | + |
| 27 | +- **Event:** Full Stack Toronto |
| 28 | +- **Date:** October 17, 2016 |
| 29 | +- **Location:** Toronto, Ontario, Canada |
| 30 | +- **Speaker:** Marc Andre Giroux, Shopify |
| 31 | +- **Link:** http://fsto.co/schedule/ |
| 32 | + |
| 33 | +As our applications grow larger and our models and views become more and more complex, data fetching can become a real problem. This talk explores REST APIs pain points and how GraphQL can solve data fetching problems easily, using a declarative and hierarchical query language. |
| 34 | + |
| 35 | +### Building better mobile apps with GraphQL |
| 36 | + |
| 37 | +- **Event:** Reactive Conf |
| 38 | +- **Date:** October 26, 2016 |
| 39 | +- **Location:** Bratislava, Slovakia |
| 40 | +- **Speaker:** Martjin Walraven |
| 41 | +- **Link:** https://reactiveconf.com/ |
| 42 | + |
| 43 | +## Events |
| 44 | + |
| 45 | +### [Workshop] Learn React, GraphQL, and Relay over a weekend |
| 46 | + |
| 47 | +- **Date:** September 16, 2016 |
| 48 | +- **Location:** San Francisco, CA, USA |
| 49 | +- **Speakers:** Samer Buna, Armand Aquino, Kyle Matthews |
| 50 | +- **Link:** http://www.meetup.com/Declarative-Programmers/events/233430457/ |
| 51 | + |
| 52 | +### GraphQL Summit |
| 53 | + |
| 54 | +- **Date:** October 26, 2016 |
| 55 | +- **Location:** San Francisco, CA, USA |
| 56 | +- **Speakers:** Lee Byron, Joe Savona, Sashko Stubailo, James Baxley, Brandon Black |
| 57 | +- **Link:** http://graphqlsumit.com |
| 58 | + |
| 59 | +# Meetup Groups |
| 60 | + |
| 61 | +## North America |
| 62 | + |
| 63 | +- [GraphQL San Francisco](http://www.meetup.com/GraphQL-SF/) |
| 64 | +- [GraphQL & Relay (San Francisco)](http://www.meetup.com/graphql/) |
| 65 | +- [GraphQL Seattle](https://www.meetup.com/Seattle-GraphQL-Meetup/) |
| 66 | +- [GraphQL Toronto](https://www.meetup.com/GraphQL-Toronto/) |
| 67 | + |
| 68 | +## Europe |
| 69 | + |
| 70 | +- [GraphQL Amsterdam](https://www.meetup.com/Amsterdam-GraphQL-Meetup/) |
| 71 | +- [GraphQL Paris](https://www.meetup.com/GraphQL-Paris/) |
| 72 | + |
| 73 | +## Australia |
| 74 | + |
| 75 | +- [GraphQL Melbourne](http://graphql.melbourne/) |
| 76 | + |
| 77 | +## Remote |
| 78 | +- [GraphQL Remote](https://www.meetup.com/GraphQL-Remote-Meetup/) |
0 commit comments