-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
Changes from 2 commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 | ||
|
||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. 👍 |
||
|
||
# Videos | ||
* [Functional Structures in Scala](https://www.youtube.com/playlist?list=PLFrwDVdSrYE6dy14XCmUtRAJuhCxuzJp0) | ||
|
There was a problem hiding this comment.
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 withDemonstrates FP techniques