An open API service indexing awesome lists of open source software.

https://github.com/jwngr/gdg-summit

Slides and code from my 2015 GDG Global Summit presentation
https://github.com/jwngr/gdg-summit

Last synced: 8 months ago
JSON representation

Slides and code from my 2015 GDG Global Summit presentation

Awesome Lists containing this project

README

          

# 2015 GDG Global Summit Presentation

### Video

Coming soon!

### Slides

The slides from my presentation can be found [here](https://gdg-summit-slides.firebaseapp.com).

The source files are in the [`slides`](./slides) directory of this repo. See the
[README](./slides/README.md) in that directory for instructions on how to build it.

### Demo

The chat app I built live during my presentation can be found [here](https://gdg-summit.firebaseapp.com/).

### Code

You can find the sample code from my live-coded Firebase chat client in the [`chat`](./chat)
directory. I even threw in some [sample security rules](./chat/rules.json) which I didn't get to in
the actual talk.