Clojure/West 2014 talks for web developers
With another Clojure/West done, those of us who couldn’t attend are watching all the talks online. Here are the three that I think are of direct interest to web developers:
- The Functional Final Frontier — David Nolen’s talk on building client side interfaces in the browser using react.js and Om. This is the most exciting of the three.
- clojure.web/
with-security— Aaron Bedra provides a concerning and broad coverage of the state of security in the Clojure web stack. It sounds like the response to the issues he raises has been positive which is encouraging. - Targeting Clojure & ClojureScript from a Single Codebase — Chas Emerick describes the various approaches and trade offs with sharing code between Clojure and ClojureScript, and covers the cljx tool for target features.