pfps-shopping-cart
scala-steward
Our great sponsors
pfps-shopping-cart | scala-steward | |
---|---|---|
20 | 3 | |
382 | 998 | |
- | 1.6% | |
8.8 | 9.7 | |
6 days ago | about 22 hours ago | |
Scala | Scala | |
Apache License 2.0 | Apache License 2.0 |
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
pfps-shopping-cart
-
Fun project to learn scala 3 and cats ?
Or you mean learning to use the Cats and Cats friendly ecosystem? In this case you could try to build something similar to Gabriel Volpe's shopping cart project he uses to illustrate his FP book: https://github.com/gvolpe/pfps-shopping-cart
- Looking for a really good/complex example codebase or tutorial for Scala FP
-
Scala code deisgn
Practical FP in Scala: A hands-on approach will definitely help you to feel how FP Scala applications are built in the real world. After that Functional event-driven architecture: Powered by Scala 3 can be your next read. Regarding free video materials, I could recommend Jakub Kozłowski and DevInsideYou. Also, there are two great courses from RTJVM: Cats, and Cats Effect.
-
Resources for learning about http4s and Typelevel ecosystem?
I would follow up with Practical FP in Scala, which is really about application architecture in the Typelevel ecosystem, and is very hands-on, using a pretty wide variety of Typelevel libraries.
Then there's Gabriel Volpe's book Practical FP in Scala which covers exactly how to use http4s and the rest of the Typelevel/FP ecosystem to build a full-blown HTTP application.
-
Scala FP code samples?
https://github.com/gvolpe/pfps-shopping-cart https://github.com/devinsideyou/tagless-final https://github.com/devinsideyou/zio-todo
-
[Request] Practical FP in Scala: A hands-on approach by Gabriel Volpe
Looking for this book: https://leanpub.com/pfp-scala
-
"Practical Functional Programming in Scala" Review
If you have a look at https://leanpub.com/pfp-scala you'll see the table of contents and also this list in the description: "[...] Cats Effect, Fs2, Http4s, Skunk, Refined & others".
If you have a look at the build file of the app that is built inside of the book you'll see the stack.
-
The Red Book - "Functional Programming in Scala" Review
Practical FP in Scala
scala-steward
-
Looking for a really good/complex example codebase or tutorial for Scala FP
https://github.com/scala-steward-org/scala-steward Might be the one you are looking for
- Scala projects to read through
-
Software Is Drowning the World
This is one of the reasons why statically typed languages have a big advantage when it comes to maintenance.
Take Scala for example. There is now mature tooling for keeping your dependencies / libraries up-to-date automatically, using automatic migration-scripts (must be provided by the library author of course).
See here: https://github.com/scala-steward-org/scala-steward/blob/mast...
The difficult part here is of course to write the migrations. This works very well in Scala (and can work as well in certain other languages) because the type-system provides enough information to do automatic rewrites and it is easy to _not_ use unsound techniques such as reflection, code generation, macros etc.
The reason why we don't see such tooling in other languages yet is that they are either dynamically typed, which makes it almost impossible to write migration scripts that pretty much always work. Or they are statically typed, but the typesystem is so limited, that developers have to fall back on mentioned unsound features.
What are some alternatives?
scala-pet-store - An implementation of the java pet store using FP techniques in scala
renovate - Universal dependency update tool that fits into your workflows.
codemod - Codemod is a tool/library to assist you with large-scale codebase refactors that can be partially automated but still require human oversight and occasional intervention. Codemod was developed at Facebook and released as open source.
fly4s - A lightweight, simple and functional wrapper for Flyway using cats effect.
Http4s - A minimal, idiomatic Scala interface for HTTP
ZIO - ZIO — A type-safe, composable library for async and concurrent programming in Scala
Gitbucket - A Git platform powered by Scala with easy installation, high extensibility & GitHub API compatibility
shopping-cart-haskell - :gem: Haskell version of the Shopping Cart application developed in the book "Practical FP in Scala: A hands-on approach"
Lila - ♞ lichess.org: the forever free, adless and open source chess server ♞ [Moved to: https://github.com/lichess-org/lila]
scalac-options - A DSL for scalacOptions
tapir - Declarative, type-safe web endpoints library