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
- Host: GitHub
- URL: https://github.com/jwngr/gdg-summit
- Owner: jwngr
- License: mit
- Created: 2015-05-27T03:00:31.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2015-06-16T22:18:48.000Z (almost 11 years ago)
- Last Synced: 2025-04-10T12:39:02.241Z (about 1 year ago)
- Language: JavaScript
- Size: 8.7 MB
- Stars: 16
- Watchers: 2
- Forks: 19
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.