Skip to content

Commit 21dd8eb

Browse files
authored
Merge pull request #487 from MariosPapasofokli/coursera-courses-update
reactive course does not exist anymore and redirects to the scala specialization
2 parents 3aa52bd + e938400 commit 21dd8eb

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

documentation/index.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,12 @@ There are a few interactive resources for trying out Scala, to get a look and fe
6464

6565
* [Functional Programming Principles in Scala](https://www.coursera.org/course/progfun), free on Coursera. This is a course about functional programming given by Martin Odersky himself. You can access the course material and exercises by
6666
signing up for the course.
67-
* [Principles of Reactive Programming](https://www.coursera.org/course/reactive), free on Coursera. This is a course about concurrency and event-based asynchronous programming in Scala. You can access the course material and exercises by signing up for the course.
67+
* [Functional Programming in Scala Specialization](https://www.coursera.org/specializations/scala), free on Coursera. The Specialization provides a hands-on introduction to functional programming using Scala. You can access the courses material and exercises by signing up for the specialization. Includes the following courses:
68+
* Functional Programming Principles in Scala
69+
* Functional Program Design in Scala
70+
* Parallel programming
71+
* Big Data Analysis with Scala and Spark
72+
* Functional Programming in Scala Capstone
6873
* **Try Scala In Your Browser!**: There are a handful of websites where you can interactively run Scala code in your browser! Have a look at [scala-js-fiddle](http://www.scala-js-fiddle.com/), [Scala Kata](http://www.scalakata.com/), and [Scastie](http://scastie.org/) for more.
6974
* [Independent Courseware](http://getscala.com), online self-study or instructor-led Scala and Play courses for a fee.
7075

0 commit comments

Comments
 (0)