Skip to content

Commit adb3b12

Browse files
committed
Expand on Rock the JVM and bring it up
1 parent a1f6ae5 commit adb3b12

File tree

3 files changed

+16
-7
lines changed

3 files changed

+16
-7
lines changed
+11-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,13 @@
11
## Rock the JVM Courses
22

3-
[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.
4-
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.
3+
[Rock the JVM](https://rockthejvm.com) is a learning platform with free and premium courses on the Scala language, and all major libraries and tools in the Scala ecosystem: Typelevel, Zio, Akka/Pekko, Spark, and others.
4+
Its main Scala courses are:
5+
6+
- [Scala at Light Speed](https://rockthejvm.com/courses/scala-at-light-speed) (free)
7+
- [Scala & Functional Programming Essentials](https://rockthejvm.com/courses/scala-essentials) (premium)
8+
- [Advanced Scala and Functional Programming](https://rockthejvm.com/courses/advanced-scala) (premium)
9+
- [Scala Macros & Metaprogramming](https://rockthejvm.com/courses/scala-macros-and-metaprogramming) (premium)
10+
11+
Other courses teach how to build full-stack Scala applications, using [Typelevel](https://rockthejvm.com/courses/typelevel-rite-of-passage) or [ZIO](https://rockthejvm.com/courses/zio-rite-of-passage) ecosystems.
12+
13+
Explore more premium [courses](https://rockthejvm.com/courses) or check out [free video tutorials](https://youtube.com/rockthejvm) and [free articles](https://rockthejvm.com/articles).

_layouts/online-courses.html

+5-5
Original file line numberDiff line numberDiff line change
@@ -11,16 +11,16 @@
1111
image="coursera.png"
1212
link="https://www.coursera.org/learn/scala-functional-programming"
1313
%}
14-
{% include online-courses-box.html
15-
path="_markdown/courses-extension-school.md"
16-
image="extension-school.png"
17-
link="https://www.epfl.ch/education/continuing-education/effective-programming-in-scala/"
18-
%}
1914
{% include online-courses-box.html
2015
path="_markdown/courses-rock-the-jvm.md"
2116
image="rock-the-jvm.png"
2217
link="https://rockthejvm.com"
2318
%}
19+
{% include online-courses-box.html
20+
path="_markdown/courses-extension-school.md"
21+
image="extension-school.png"
22+
link="https://www.epfl.ch/education/continuing-education/effective-programming-in-scala/"
23+
%}
2424
<div class="inner-box">
2525
{{content}}
2626
</div>
Loading

0 commit comments

Comments
 (0)