Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/conorfennell/scala-zen
Scala Zen
https://github.com/conorfennell/scala-zen
akka interview-questions jobs scala
Last synced: 10 days ago
JSON representation
Scala Zen
- Host: GitHub
- URL: https://github.com/conorfennell/scala-zen
- Owner: conorfennell
- License: gpl-3.0
- Created: 2017-10-18T14:11:32.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2020-11-22T11:21:48.000Z (almost 4 years ago)
- Last Synced: 2023-03-19T17:45:31.129Z (over 1 year ago)
- Topics: akka, interview-questions, jobs, scala
- Language: Scala
- Homepage: https://conorfennell.github.io/scala-zen/
- Size: 290 KB
- Stars: 29
- Watchers: 5
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Scala Zen
=========### What Scala level are you at?
- @ref[Short beginner to expert Scala article](./articles/scala-level.md)
### Functional jargon in Scala
- @ref[Functional Jargon](./articles/functional-jargon.md)
### Type jargon in Scala
- @ref[Type Jargon](./articles/type-jargon.md)
### Design patterns in Scala
- @ref[Design Patterns](./articles/design-patterns.md)
### SBT examples
- @ref[SBT examples](./articles/sbt.md)
### Online Courses 🖱
- @ref[Scala](./courses/scala.md)
- @ref[Apache Spark](./courses/apache-spark.md)### Companies using Scala in
- @ref[Ireland](./companies/ireland.md)
### Books
- @ref[Scala](./books/scala.md)
- @ref[Akka](./books/akka.md)### Interview questions
- @ref[Scala](./questions/scala.md)
- @ref[JVM](./questions/jvm.md)### Keep up with the latest Scala
- [Scala Times news letter](http://scalatimes.com/)
- [Scala Twitter list](https://twitter.com/ConorFennell/lists/scala)### Interesting Scala 🤔
- [Scala Improvement Proposals](http://docs.scala-lang.org/sips/all.html) Incoming features
- [Scastie:](https://scastie.scala-lang.org/) Scala in the browser
- [Scaladex:](https://index.scala-lang.org/) Searchable index of Scala libraries
- [Scala Fiddle:](https://scalafiddle.io/) Also Scala in the browser
- [Scala.js:](https://www.scala-js.org/) Scala compile to Javascript
- [Dotty:](http://dotty.epfl.ch/) Next generation Scala Compiler
- [Scala Native:](http://www.scala-native.org/en/latest/) No JVM
- [Chisel3:](https://chisel.eecs.berkeley.edu/) Hardware construction language
- [Ammonite](http://ammonite.io/#Ammonite-REPL) Improved Scala shell