Roll your own Clojure web stack

Continue reading


@purelyfunctional.tv | 3 years ago

React: Another Level of Indirection (2019)

React provides a better abstraction over the DOM than MVC frameworks ever can. React is the last piece of the puzzle for ClojureScript web frontend development. | Continue reading


@purelyfunctional.tv | 3 years ago

Clojure Web Server Recommendations

How do you choose which web server to use for a Clojure web application? I share my recommendations. There are two excellent choices—both fast and reliable. | Continue reading


@purelyfunctional.tv | 4 years ago

Recommendations for Next-Level Clojure

There are many classics of functional programming that can help you take your thinking to the next level. My recommendations are for making you think in a new way. | Continue reading


@purelyfunctional.tv | 4 years ago

Clojure Concurrency Tutorial

In this tutorial, you'll learn 16 ways for doing concurrency in Clojure including how to start threads and how to communicate between them. | Continue reading


@purelyfunctional.tv | 5 years ago

The Ultimate Guide to Clojure Collections

Clojure's collections are central to Clojure programming. While in most languages, you might find collections somewhere in the standard library, in Clojure, they are front and center. You can't master Clojure without mastering Collections. | Continue reading


@purelyfunctional.tv | 5 years ago