There were a lot of good insights, the examples he picked were excellent and I really liked them, however one nitpick would be the way he presents that information to you.
Chris basically gives you a big block of code and have you run that code, then only explains it to you after the fact. While there's nothing really wrong with that approach, I would've liked it more if he had presented the problems of what we're trying to solve. For example, explaining the problem and why we need to use `bind_quoted` to solve it, instead of throwing `bind_quoted` and saying this is what it does. Subtle difference, but I would've liked a problem-framing approach rather than a explain approach.