(by @andrestaltz)
If you prefer to watch video tutorials with live-coding, then check out this series I recorded with the same contents as in this article: Egghead.io - Introduction to Reactive Programming.
(by @andrestaltz)
If you prefer to watch video tutorials with live-coding, then check out this series I recorded with the same contents as in this article: Egghead.io - Introduction to Reactive Programming.
| (def cds (collection)) | |
| ;; interact with database | |
| (go | |
| (>! (:in cds) | |
| {:op :create | |
| :val {:title "Soft Machine Vol. 1" | |
| :artist "Soft Machine" | |
| :year 1969}}) |