This is the list of Clojure Tip of the Day screencast episodes.
You can find all episodes on YouTube: https://www.youtube.com/channel/UCD_9SmDPrAe-sZAfSB9tjdg
Source code is in GitHub repository curiousprogrammer-net/clojure-tip-of-the-day.
This is the first real episode in the Clojure Concurrency series. It covers a lot of material: vars, atoms, refs, agents, futures, promises, delays, unified succession model, deref with timeout and a brief mention of other concurrency options. Lots of the topics will be covered in more detail in a separate episode.
see also previous episode [Clojure Concurrency - Welcome]
Clojure Quips was supposed to be a leaner version of the Clojure Tip of the Day screencast but I only produced two episodes:
How to quickly check if a potentially infinite sequence contains at most X elements.