top of page
Search
Pranay Kundu
Dec 19, 20202 min read
Anonymous functions - Functional Programming with Scala - 101 Series
Anonymous function as the name suggests is unnamed or popularly known as lambda functions. In this article, we will approach the idea of...
85 views0 comments
Pranay Kundu
Nov 16, 20203 min read
Fancy world of Implicits: Basics - Functional Programming with Scala - 101 Series
Implicits are one of the things that bless a developer with so much each of coding. As the name suggests, implicits are implicitly...
163 views0 comments
Pranay Kundu
Oct 11, 20204 min read
Monoids 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.
377 views0 comments
Pranay Kundu
Sep 20, 20205 min read
Covariance, Contravariance and Invariance - Functional Programming with Scala - 101 Series
In this article, we will be taking about variance in scala - covariance, contravariance and invariance.
508 views0 comments
Pranay Kundu
Aug 30, 20202 min read
Functors - 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...
98 views0 comments
Pranay Kundu
Aug 22, 20205 min read
Monads - Functional Programming with Scala - 101 Series!
Monads! You have been hearing about them whenever on talks about Functional Programming, But what are they?
487 views0 comments
Pranay Kundu
Jul 24, 20204 min read
Cross Site Scripting(XSS) - No tech genius? But it concerns you..
When you search for Cross Site Scripting(XSS) on the web, you come across multiple articles explaining the attack, its types, ways of...
123 views2 comments
bottom of page