This is the note of the Akka actor development. It is based on the Akka Actors documents.
Akka Actor Concepts Note
This is the note of the Akka actor concepts. It is based on the Akka General Concepts documents.
Slick Study Note
This is a study note of the Slick (Scala Language Integrated Connection Kit), a fuctional relational mapping (FRM) library. It is based on the book of Essential Slick and the Slick Docs.
Dependency Injection in Scala
This article tries to define the best practice for DI in Scala.
Play Framework
This is a study note of Play framework based on official documentation and the Essentail Play book.
sbt Study Note
This is a study note of the sbt build tool. It is based on the sbt official document Getting Started with sbt.
Akka Stream
This is a note for learning Akk stream.