Algebraic Data Type
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 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.
In the world of Functional Programming, we are familiar with the Side-Effect1, but we rarely mentioned Effect. In this blog, we will try to explain it from c...
In this blog, we will talk about map and flatMap again. they are the most common monadic operations in functional programming. I don’t want to tell you what’...