Kumar NellipudiMonads Everywhere - Simply get the advantage of GenericsHi, Here I’m going to write short notes for self-reference on how monads change the way we function the things.Apr 5
gianni 🧙🏻♂️Using C++ concepts for great good :) part 1Motivated by Haskell’s type system I have been learning the C++20 feature, concepts. Concepts are to C++ what type classes are to Haskell…Mar 29, 2023
MarkType class constraints in object algebrasIt’s been a while since Julien Richard Foy has given a talk about object algebras. Meanwhile he has been busy building endpoint4s using…Jan 5Jan 5
Murray Todd WilliamsScala for Beginners: How to really use Option…and Try and EitherMar 10, 2021Mar 10, 2021
Remis HaroonDemystifying Type Classes in Scala: A Simple GuideIn the vast world of programming, understanding certain concepts can sometimes feel like deciphering an ancient script. Type classes in…Aug 23, 2023Aug 23, 2023
Kumar NellipudiMonads Everywhere - Simply get the advantage of GenericsHi, Here I’m going to write short notes for self-reference on how monads change the way we function the things.Apr 5
gianni 🧙🏻♂️Using C++ concepts for great good :) part 1Motivated by Haskell’s type system I have been learning the C++20 feature, concepts. Concepts are to C++ what type classes are to Haskell…Mar 29, 2023
MarkType class constraints in object algebrasIt’s been a while since Julien Richard Foy has given a talk about object algebras. Meanwhile he has been busy building endpoint4s using…Jan 5
Remis HaroonDemystifying Type Classes in Scala: A Simple GuideIn the vast world of programming, understanding certain concepts can sometimes feel like deciphering an ancient script. Type classes in…Aug 23, 2023
InRiskified TechbyRon AharoniType Class Derivation in Scala 3Deriving type classes without macros in Scala 3Dec 15, 20212
InBooking.com EngineeringbyOctavio BokelLeveraging The Powers of Functional Code — Part 2Part one can be found here: https://medium.com/booking-com-development/leveraging-the-powers-of-functional-code-bfaf32fd33ceAug 3, 2023
Murray Todd WilliamsDiving deeper into Scala’s Option, Try & EitherThis is a continuation of my earlier post Scala for Beginners: How to really use Option. This topic is based on a recent presentation I…Mar 12, 2021