scala icon indicating copy to clipboard operation
scala copied to clipboard

Scala Note

Scalaz Tutorial

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

Concurrent Programming in Scala

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

Funtional Programming in Scala

Ref - Functional Programming in Scala

Functional Programming in Scala (Coursera)

by Martin Odersky

Chapter 1
Chapter 2
Chapter 3
Chapter 4
Chapter 5
Chapter 6
Chapter 7

Reactive Programming (Coursera)

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

Basics

Scalaz

Akka

RxScala

Dispatch

Slick