A one-page sheet with the basics for creating Reagent components for use with Re-frame. Get started with Re-frame right away.
Download Resources
PDFs, code, and other downloads to help you learn
Ring Spec to Hang on the Wall
If you program the web in Clojure, you probably use Ring. Even if you don’t, your server is likely Ring compatible. Ring has a small SPEC. It’s centered around defining the keys one can expect in the request and response maps. And the exact names for keywords are easy to forget. I don’t want to forget. […]
TDD in Emacs Clojure Reference Sheet
These are all of the commands Eric uses to do TDD in Cider.
The Ultimate Guide to Clojure Concurrency Code
Code to accompany The Ultimate Guide to Clojure Concurrency and the Clojure Concurrency Course. It’s example code for a variety of concurrency primitives.