ForwardJS 2016

a.k.a VIM con?

Created by Brian / @yagoogaly

Real Quick

I made this presentation with reveal.js

it's the best

First Impressions

  • everyone uses VIM
  • everyone uses ES6
  • everyone hates state

Good Talks

How Your Brain is Conspiring Against You Making Good Software

React Native: Learn from my mistakes

Phonegap/Titanium are garbage, react native is good

Generating GIF Art with Javascript

Of course, there is a library for it

Workshops

React and D3

Create readable, reusable D3 code by building it into a React component

Practically Functional Programming

Starting from square one with functional programming

What if we were tought computer science from a functional perspective instead of an object oriented one?

What is functional programming?

  • functions that map input to output
  • for the same input always return the same output
  • functions are composable, they can be chained together

Further reading