From 2e203e115d76e3779bd7cba7d3010b0195f2144d Mon Sep 17 00:00:00 2001 From: "Kai(luo) Wang" Date: Tue, 15 Jan 2019 11:43:43 -0500 Subject: [PATCH] added Scala Pets store as an example project (#2694) * added Scala Pets store as an example project * Update resources_for_learners.md * address feedback --- docs/src/main/tut/resources_for_learners.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/docs/src/main/tut/resources_for_learners.md b/docs/src/main/tut/resources_for_learners.md index bc4cfedc86..1a636ef814 100644 --- a/docs/src/main/tut/resources_for_learners.md +++ b/docs/src/main/tut/resources_for_learners.md @@ -21,6 +21,11 @@ position: 30 * [Scala Exercises](https://www.scala-exercises.org/cats) by 47 Degrees offers multiple online exercises to learn about the type classes and datatypes included in Cats. + +# Example Projects + * [Scala Pet Store](https://github.com/pauljamescleary/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. + # Videos * [Functional Structures in Scala](https://www.youtube.com/playlist?list=PLFrwDVdSrYE6dy14XCmUtRAJuhCxuzJp0)