Recent Posts

Monad

7 minute read

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

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.