Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

added Scala Pets store as an example project #2694

Merged
merged 3 commits into from
Jan 15, 2019
Merged
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 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,12 @@ 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)
An implementation of the java pet store using FP techniques in scala. Stack includes Http4s, Circe,
Doobie, Cats, and ScalaCheck. 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

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@kailuowang can you remove the first two sentences An implementation of the java pet store using FP techniques in scala. Stack includes Http4s, Circe, Doobie, Cats, ScalaCheck, and PureConfig. The description should start with Demonstrates FP techniques


Copy link

@pauljamescleary pauljamescleary Jan 12, 2019

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍


# Videos
* [Functional Structures in Scala](https://www.youtube.com/playlist?list=PLFrwDVdSrYE6dy14XCmUtRAJuhCxuzJp0)
Expand Down