Erlang
Elixir and Erlang with Jose Valim

“Functional programming is about making the complex parts of your system explicit.” Elixir is a programming language built on top of the Erlang virtual machine. Elixir allows
Erlang with Joe Armstrong

“Mutable state is the root of all evil.”
Erlang is a functional, concurrent programming language that was originally designed within Ericsson in the 1980's. It was built to
Flux, Redux, and React Hot Loader with Dan Abramov

Flux's one way data flow solves several problems of MVC, but its complexity can be reduced in some cases. Redux is a predictable state container for JavaScript to use with React or any