Articles tagged with 'category-theory'
A Monad Is a Monoid in the Category of Endofunctors: Scala Explanation
12 min read • • Explanation
What's the problem?
Founder | Rock The JVM
An Introduction to Monads in Scala
9 min read • • Explanation
A Scala tutorial on Monads that starts with practical needs and builds up from scratch: derive the monad patterns (laws) with no assumptions
Founder | Rock The JVM
Semigroups and Monoids in Scala
8 min read • • Explanation
This article provides a gentle introduction to Monoids and Semigroups, exploring functional abstractions and the workings of the Cats library
Founder | Rock The JVM
What the Functor? Exploring Functors in Depth
5 min read • • Explanation
Explore one of the most essential concepts in pure functional programming: the Functor, a crucial but abstract idea that will challenge your understanding
Founder | Rock The JVM