Skip to content

Commit

Permalink
added Scala Pets store as an example project (#2694)
Browse files Browse the repository at this point in the history
* added Scala Pets store as an example project

* Update resources_for_learners.md

* address feedback
  • Loading branch information
kailuowang authored Jan 15, 2019
1 parent 96a2b16 commit 2e203e1
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions docs/src/main/tut/resources_for_learners.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 2e203e1

Please sign in to comment.