From edb3b38726984322d5398bc75adcdcbcc66d8b8b Mon Sep 17 00:00:00 2001 From: Daniel Date: Tue, 6 Sep 2022 11:36:25 +0300 Subject: [PATCH] Added Rock the JVM, a 3rd party learning website Added a description of Rock the JVM, my learning website for Scala. --- learn.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/learn.md b/learn.md index 6f6659eec6..d7e3cfa9e8 100644 --- a/learn.md +++ b/learn.md @@ -40,5 +40,8 @@ You can visit his [YouTube channel](https://www.youtube.com/user/DrMarkCLewis/fe ## DevInsideYou [DevInsideYou](https://youtube.com/devinsideyou) is a YouTube channel with hundreds of hours of free Scala content. +## Rock the JVM +[Rock the JVM](https://rockthejvm.com) is a learning platform with free and premium courses on the Scala language, Akka, Cats Effect, ZIO, Apache Spark and other tools in the Scala ecosystem. It also has hundreds of [free video tutorials](https://youtube.com/rockthejvm) and [articles](https://blog.rockthejvm.com) on a variety of Scala-related topics. + ## Visual Scala Reference [Visual Scala Reference](https://superruzafa.github.io/visual-scala-reference/), a guide to visually learn about Scala concepts and functions.