Completed
Intro
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
Web Apps in Clojure and ClojureScript with Pedestal
Automatically move to the next video in the Classroom when playback concludes
- 1 Intro
- 2 Overview
- 3 Coordination
- 4 Why
- 5 Example
- 6 Architecture
- 7 Visualization
- 8 Pedestal
- 9 Separation of Concerns
- 10 Message Types
- 11 Pedestals Information Model
- 12 State Transitions
- 13 Atoms
- 14 Finegrained change reporting
- 15 Dataflow
- 16 Dataflow Advantages
- 17 Dataflow Walkthrough
- 18 Round Trip Walkthrough
- 19 CoreAsync
- 20 Unified Messages
- 21 Pedestal from Channels
- 22 Questions