Posts written by:
Peter Schuck
Google Closure Guide: Compiling Without Errors
Get Google Closure compiling without any errors
Joyful Tech: GraphQL, Chrome Security, and Firebug
Check out these neat tech articles about browsers, machine learning, and mobile.
Using HdrHistogram with Ruby
Get more accurate performance profiling results with HdrHistogram
Programmatically accessing ClojureScripts Externs Inference
Prevent Google Closure from clobbering third party JavaScript libraries by using ClojureScript externs inference programmatically.
Parallelizing HTTP Requests in Clojure
We show how to use pmap and doall to parallelize HTTP requests in Clojure
Leveling up Clojure’s Hash Maps
We improved ClojureScript’s hash-map performance by 2x-100x
A tale of two selectors in HTML and CSS
A regex solution to escaping leading numeric CSS selectors in JavaScript.
Transducers: Clojure's Next Big Idea
Recently Rich Hickey announced transducers for Clojure, the next big idea in Clojure after reducers.
In Clojure, we often work with collections in various types of sequences (lazy or not), and core.async channels. The workhorse functions in Clojure...