Monad
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 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.
In this blog, we will talk about the nature of Functional Programming.