d3.js + MV* Frameworks


Details
This meetup will focus on building visualizations that are going into full-fledged products. While we will try to make this meetup as accessible as possible, the talks will be geared towards those who have some experience with d3.js.
SCHEDULE
6:30-7:00 Social and Food
7:00-8:00 Talks
8:00-9:00 Social
SPONSOR INFORMATIONOpenDNS is the world's leading provider of Internet security and DNS services, enabling the world to connect to the Internet with confidence on any device, anywhere, anytime.
SUMMARYMiles McCrocklin: "Backend MV* Frameworks + Reusable d3.js"
Sadly, not all of us are able to re-write our application from scratch and play with a front-end MV* framework. This talk will focus on building reusable and maintainable d3.js visualizations. It will also give some references to libraries that currently are reusable. While also giving a very high level overview of serving the data.
Jyri Tuulos: "Build your own reusable charts with plain D3 and Backbone.js"
There are many isolated examples of D3 visualizations that work well as a long unstructured piece of JavaScript code. However, when used as a part of a larger web app reusability and modularity becomes crucial. In his talk Jyri will cover building object-oriented D3 charts using Views in Backbone.js. Main topics include structuring the code, the distribution of responsibilities between the libraries and extending chart classes from a single base class.
Chris Viau: "Book about the Reusable API"
A team of D3 addicts wrote a book sprint about one way of implementing the Reusable API, testing it and using it to develop a complete application. Chris will explain some high-level concepts explained in this book and will go into the dirty details if you really want him to.

d3.js + MV* Frameworks