Skip to content

Instantly share code, notes, and snippets.

@depoulo
Last active August 29, 2015 14:19
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save depoulo/54c59f009b4872c8c517 to your computer and use it in GitHub Desktop.
Save depoulo/54c59f009b4872c8c517 to your computer and use it in GitHub Desktop.
JS Unconf 2015 notes

These are the notes I took during the conference, all slides are available here

Non-blocking delivery pipeline

  • Have each feature branch deployed on your staging
  • jwilder/nginx-proxy
  • doesn't recommend HAProxy

Creative Coding

More Practical Functional Programming

From higher order functions to transducers

Jakob Westhoff, Matthias Semann

  • Functions which are sideeffect free are calles pure functions
  • Check out Ramda
  • Check out transducers

Precompiler Hell

@munter

  • Fusile (FUSE abstraction for precompiling pipeline, I'm not too convinced, plus it doesn't work on Windows)
  • Accord (Extensible abstraction for various precompilers)

An intentionally insecure JS web app

Looks really cool, should try hacking it during the next hackathon

Assertion libraries lightning talk

@depoulo
Copy link
Author

depoulo commented Apr 26, 2015

check out the Factorial

@depoulo
Copy link
Author

depoulo commented Apr 27, 2015

some interesting thoughts about React: https://t.co/9o3HlSL9XA

@depoulo
Copy link
Author

depoulo commented Apr 27, 2015

One of my favourite talks was the one about FRP with Bacon.js - I really have to finish reading https://gist.github.com/staltz/868e7e9bc2a7b8c1f754

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment