oldratlee / java-modern-tech-practice

๐Ÿ˜Ž Javaโ„ข modern tech practice sandbox โณ

Home Page:https://github.com/oldratlee/java-modern-tech-practice/issues

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Scala FP std libs learning: cats / scalaz

oldratlee opened this issue ยท comments

๐Ÿˆ Cats

Blog/Articles

Official docs

Tutorials/Kata/Example Projects

  • herding cats by Eugene Yokota
  • Scala Exercises by 47 Degrees offers multiple online exercises to learn about the type classes and datatypes included in Cats.
  • Scala Pet Store Demonstrates FP techniques while maintaining approachability for people with an OO background. Uses tagless final for the core domain, and popular Typelevel libraries including Cats, Http4s, Circe and Doobie.

Vedios


Books