About Type Classes
State
Monad Transformer
ReaderWriterState with Kleisli
Yoneda and Free Monad
http://1ambda.github.io/easy-scalaz-5-playing-with-monoids/
ST, IO
Task and Future
Scalaz Stream
ValidationNel and Either
Ref - Concurrent Programming in Scala
Chapter2 - Thread, Volatile, JMM
Chapter3 - Fork-Join Framework, Lock-Free Programming, Lazy Values, Concurrent Collections
Chapter4 - Future, Async
Chapter5 - Parallel Collection
Chapter6 - Rx
Chapter7 - STM
Ref - Functional Programming in Scala
by Martin Odersky
Chapter 1
Chapter 2
Chapter 3
Chapter 4
Chapter 5
Chapter 6
Chapter 7
Chapter 1 - Monads, Random Generators
Chapter 2 - Stateful Object
Chapter 3 - Try, Future, Promise
Chapter 4 - Observable, Rx, Scheduler
Chapter 5 - Actor
Week1 - Monad
Week2 - Functional Reactive Programming
Week3 - Future, Promise, Async, Await
Week4 - Observable, Subscription
Week5 - Actor: Crawler, Actor Binary Tree
Week6 - Error Kernel, Event Stream, Persistent and Distributed Key-Value Store
- Monoid
- Io Monad
- Functor
- Applicative
- Either, Disjunction, Validation
- State Monad
- Traverse