Welcome back to another Sunday Reads!! We hope you enjoy our favorite Scala-related articles, videos and tutorials for the week!
Which is faster, cats-effect 3 or ZIO 2? This article by Daniel Spiewak goes through a series of comparative benchmarks drawn from both ZIO’s and Cats Effect’s code bases.
Do type classes confuse you? Alex Klibisz goes over Scala Type Classes From Scratch by walking through a realistic example problem. In this article, you’ll learn why type classes are necessary to solve the problem and build the solution incrementally.