JS.LA May 2016

Speakers

Sam L'ecuyer

Code without Keywords

Let's explore math without numeric literals, data without vars, and high order functions as primitives. Basically, let's talk Church Encoding and build real programs that don't use any construct except => functions.

David Slone

Destroyer of the Monolith APIs

Falcor is a framework that utilizes JSON Graph a new convention for modeling graph data. JSON Graph allows delivery an entire graph object in a very simple javascript object that allows Falcor to return data from multiple microservices simultaneously. This talk will cover the basics of JSON Graph beginning with making your first client side request to understanding the data being returned from a Falcor Router and how to create routes in Falcor router that return data from multiple microservices in a single request.