We'll be at Strange Loop 2017!

We are a Platinum Sponsor of Strange Loop 2017!

Strange Loop is a multi-disciplinary conference that brings together developers and thinkers in fields such as emerging languages, alternative databases, concurrency, distributed systems, security, and the web.

 



WHEN:

September 29 – 30, 2017
The optional pre-conference day will take place on Sept. 28th. 

 

WHERE:

Union Station DoubleTree (pre-conference Sept. 28th)
Peabody Opera House (main conference Sept. 29th - Saturday Sept. 30th)

 



featured speaker
Image Not Found.

 

FLOW - AM I YOUR TYPE?

by: Mark Volkmann

Flow is an open source tool from Facebook that is "a static type checker, designed to find type errors in JavaScript programs". It supports adding types gradually to variables, parameters, return values, object properties, and array elements. Flow even catches some errors without adding types by using type inference and flow analysis.

Flow supports many types including primitives, functions (with specified signatures), arrays, objects, built-in classes, custom classes, and generic (parameterized) classes.

Flow is similar to Microsoft TypeScript and mostly uses the same syntax for specifying types. However, TypeScript is also a transpiler. One benefit of using Flow is that Babel can be used for transpiling. Babel typically implements new ECMAScript features before TypeScript.

This talk covers everything you need to know to get started using Flow, including integration with Babel, ESLint, editors, and IDEs.


secret