Pranay KunduDec 19, 20202 min readAnonymous functions - Functional Programming with Scala - 101 SeriesAnonymous function as the name suggests is unnamed or popularly known as lambda functions. In this article, we will approach the idea of...
Pranay KunduNov 16, 20203 min readFancy world of Implicits: Basics - Functional Programming with Scala - 101 SeriesImplicits are one of the things that bless a developer with so much each of coding. As the name suggests, implicits are implicitly...
Pranay KunduOct 11, 20204 min readMonoids and Semigroups - Functional Programming with Scala - 101 Series Back with another geeky topic! In this one, we will apply yet another discrete maths concept being applied in scala - monoid.
Pranay KunduSep 20, 20205 min readCovariance, Contravariance and Invariance - Functional Programming with Scala - 101 SeriesIn this article, we will be taking about variance in scala - covariance, contravariance and invariance.
Pranay KunduAug 30, 20202 min readFunctors - Functional Programming with Scala - 101 Series!Let's cover another interesting and yet simple topic in this article, Functors. Informally, we can call anything with a map function as a...
Pranay KunduAug 22, 20205 min readMonads - Functional Programming with Scala - 101 Series!Monads! You have been hearing about them whenever on talks about Functional Programming, But what are they?