Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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/
- Host: GitHub
- URL: https://github.com/asarkar/udemy-advanced-scala
- Owner: asarkar
- Created: 2023-12-06T07:32:02.000Z (12 months ago)
- Default Branch: main
- Last Pushed: 2023-12-18T08:40:41.000Z (11 months ago)
- Last Synced: 2024-05-01T12:21:00.199Z (7 months ago)
- Topics: functional-programming, scala, udemy
- Language: Scala
- Homepage:
- Size: 41 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```