Circe Introduction
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 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.
In this blog, we will talk about Type Class in Scala and try to find out why we need this pattern.