A walk through realtime databases: Powering the next gen of JS apps
This talk covers a way on how to focus on front-end development and not spend hours on server-side work. The use of DBaaS - DataBase as a Service - allows us to focus on what JS developer likes - JS stuff. No matter which framework you are familiar with: ReactJS, AngularJS, Backbone, EmberJS, and so forth. DBaaS fits any JS library/framework. It gives us many advantages. During the talk, there will be few examples using AppBase and Firebase. Both are DBaaS platforms. These examples cover details on how getting started, setting up and so on.
Enjoy and take advantages. Slides are here: http://s.codepen.io/igorribeirolima/debug/EgkZWd
To run an ad hoc http static server in current (or specified) directory, available at http://localhost:8000
python -m SimpleHTTPServer 8000