Skip to content

Commit 9d8fcc4

Browse files
authored
Merge branch 'source' into source
2 parents 2b5a6fc + 1855cd2 commit 9d8fcc4

File tree

4 files changed

+25
-7
lines changed

4 files changed

+25
-7
lines changed

site/community/Community-Events.md

Lines changed: 17 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -8,15 +8,26 @@ sublinks: Upcoming Events,Meetups
88

99
## Upcoming Events
1010

11-
### GraphQL for frontend developers
11+
### Using GraphQL subscriptions with Apollo
1212

13-
- **Event:** CinemaJS: JavaScript event in the cinema
14-
- **Date:** Feb 23, 2017
15-
- **Location:** Barcelona, Catalunya, Spain
13+
- **Event:** GraphQL London #3
14+
- **Date:** 27th March, 2017
15+
- **Location:** London, UK
1616
- **Speaker:** Johannes Schickling
17-
- **Link:** https://cinemajs.tech
17+
- **Link:** https://www.meetup.com/GraphQL-London/events/238027448
1818

19-
Johannes Schickling is a Berlin/SF-based entrepreneur and founder of Graphcool, a flexible backend platform combining GraphQL and AWS Lambda. He previously built and sold the VR company "Optonaut". Johannes studied computer science at KIT, Germany and loves cutting-edge mobile/web technologies.
19+
Johannes Schickling is the co-founder of @graphcool. Graduated from Entrepreneur First 15/16. His personality type is ENTJ. He is also a tuts+ author and passionate about open source, algorithms, math and technology.
20+
21+
### Workshop - Building a React Native App with Exponent & Apollo Client
22+
23+
- **Event:** GraphQL London
24+
- **Date:** 29th March, 2017
25+
- **Location:** London, UK
26+
- **Duration:** 3 hours
27+
- **Instructors:** Johannes Schickling, Gerard Sans
28+
- **Link:** https://www.meetup.com/GraphQL-London/events/238058466
29+
30+
In this workshop you will learn how to use Apollo Client in combination with Exponent to build React Native apps. Throughout the workshop you will build a fully-functional Pokedex app while learning about all necessary concepts and tools. (To focus as much as possible on getting started with Apollo Client, we assume you’re already familiar with React and know the basics of GraphQL and Exponent.)
2031

2132
## Meetups
2233

site/community/Community-Resources.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,7 @@ Here are a list of notable blog posts to help you better understand GraphQL:
5959
- [Your First GraphQL Server](https://medium.com/the-graphqlhub/your-first-graphql-server-3c766ab4f0a2#.ovn0y19k4) - Clay Allsopp
6060
- [Tutorial: How to Build a GraphQL Server](https://medium.com/apollo-stack/tutorial-building-a-graphql-server-cddaa023c035#.bu6sdnst4) - Jonas Helfer
6161
- [Designing Powerful APIs with GraphQL Query Parameters](https://www.graph.cool/docs/tutorials/designing-powerful-apis-with-graphql-query-parameters-aing7uech3/) - Johannes Schickling
62+
- [GraphQL and the amazing Apollo Client](https://medium.com/google-developer-experts/graphql-and-the-amazing-apollo-client-fe57e162a70c) - Gerard Sans
6263

6364
## Videos
6465

@@ -82,6 +83,7 @@ Developers inside and outside of Facebook have given talks about GraphQL at conf
8283
- [Build a Full GraphQL Backend in Under 5 Minutes](https://www.youtube.com/watch?v=bJ8pnYd6jPQ) - Michael Paris
8384
- [GraphQL in Production: Backend as a Service](https://www.youtube.com/watch?v=U2NKoStGBvE) - Michael Paris & Vince Ning, GraphQL in Production Meetup SF August 2016
8485
- [Development of real-time apps with GraphQL Node.js](https://youtu.be/yh_A6CEqsSM) - Vince Ning & Michael Paris, SF Node Meetup February 2017
86+
- [Unleashing the power of GraphQL using Angular 2](https://www.youtube.com/watch?v=VYpJ9pfugM8) - Gerard Sans, NG-BE 2016
8587

8688
## Books
8789

@@ -98,4 +100,4 @@ To explore other community-developed resources and content about GraphQL, take a
98100
- [Graphcool Blog](https://www.graph.cool/blog/)
99101
- [Learn Apollo](https://www.learnapollo.com/): A hands-on tutorial for Apollo GraphQL Client (for React, ReactNative, Exponent, Angular, Vue & iOS)
100102
- [Learn Relay](https://www.learnrelay.org): A comprehensive introduction to Relay (includes video tutorials)
101-
- [Scaphold Community](https://scaphold.io/community/): Resources to help you launch a production app with GraphQL
103+
- [Scaphold Community](https://scaphold.io/community/): Resources to help you launch a production app with GraphQL

site/users/index.html.js

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -420,6 +420,11 @@ var logos = [
420420
img: 'hijup.png',
421421
link: 'https://www.hijup.com/'
422422
},
423+
{
424+
name: 'Vanila.io',
425+
img: 'vanilaio.png',
426+
link: 'https://vanila.io/'
427+
},
423428
{
424429
name: 'ANTS',
425430
img: 'ants.png',

site/users/logos/vanilaio.png

4.4 KB
Loading

0 commit comments

Comments
 (0)