spiral_code

Aug 27

How We Deploy Our Clojure Services

Redis Weekly Update #7 -

Antirez describes a data storage technique for Redis which can demonstrate up to 5x memory savings.

Infer: a Clojure library for machine learning and statistical inference

Jul 25

Developing and Deploying a Simple Clojure Web Application

Hub: Teaches git about Github

Jul 18

Nice Entity -

Beautifully designed reference site for HTML & Unicode entities.

Become a Proc Star -

Interesting/magical techniques for adding to_proc functionality to a variety of Ruby objects, e.g.

[1,2,3,4,5].map &[:to_s, 2]  # => ["1", "10", "11", "100", "101"]

Jul 14

A Monad Tutorial for Clojure programmers -

Phenomenal 4-part series on using monads in Clojure.

A Non-Mathematical Introduction to Using Neural Networks

Untangling Evented Code with Ruby Fibers