This is a note for learning Akka HTTP based on the official Akka HTTP document. The Akka HTTP module is a toolkit that implements both server-side and client-side HTTP stack on top of akka-actor and akka-stream. It has serveral API levels.
Learning Scala
This is a note for learning Scala based on the tour of Scala. The word “Scala” is an abbreviation of the term SCAlable LAgnuage. It was created in 2003 as a multi-paradigm (OO + functional) programming language that is concise, elegant and type-safe.
Akka Actor and Stream
This is a note for learning Akka Actor and Stream based on the official document.
jOOQ In Depth
This is a note to understand jOOQ in depth.
No Repository Pattern
This article explores the concepts of repository pattern and why not to use it.
Akka
This is a note for learning Akka based on the book Akka in Action and the official document.
Java New Features
This is a note for learning new features of Java 8, 9, 10 and 11. Most contents are based on the Modern Java in Action.