Recent Posts

Circe Introduction

5 minute read

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...

Underscore

2 minute read

In this small blog, we will try to summarize the usage of underscore in Scala.

Algebraic Data Type

5 minute read

In this blog, we will talk about Algebraic Data Type in Scala and try to find out why we need it.

Type Classes

7 minute read

In this blog, we will talk about Type Class in Scala and try to find out why we need this pattern.