Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/asarkar/udemy-advanced-scala

https://www.udemy.com/course/advanced-scala/
https://github.com/asarkar/udemy-advanced-scala

functional-programming scala udemy

Last synced: 3 days ago
JSON representation

https://www.udemy.com/course/advanced-scala/

Awesome Lists containing this project

README

        

[Advanced Scala and Functional Programming | Rock the JVM](https://www.udemy.com/course/advanced-scala)

[![](https://github.com/asarkar/udemy-advanced-scala/workflows/CI/badge.svg)](https://github.com/asarkar/udemy-advanced-scala/actions)

Official GitHub repo: https://github.com/rockthejvm/udemy-scala-advanced/tree/master

## Syllabus

Section 1: Welcome

Section 2: A Taste of Advanced Scala

Section 3: Advanced Functional Programming

Section 4: Functional Concurrent Programming

Section 5: Implicits

Section 6: Mastering the Type System

## Executing a main Method
```
./millw .runMain --mainClass

./millw lectures.runMain --mainClass part4implicits.OrganizingImplicits
```

## Executing Tests
```
./.github/run.sh exercises
```