乞丐版笔记工具- idea-note
周末无聊自己在家里造了一个粗糙的轮子idea-note。
周末无聊自己在家里造了一个粗糙的轮子idea-note。
In this blog we will talk about Monad which is the core concept of FP. We won’t touch any category theory which belong to mathematics. We will try to find ou...
In the micro service, we always use RESTFul API as communication protocol which pass data using JSON format. So the mapping between JSON and Data Model is an...
In this small blog, we will try to summarize the usage of underscore in Scala.
In this blog, we will talk about Algebraic Data Type in Scala and try to find out why we need it.