/scala-bootcamp

Scala Bootcamp

Primary LanguageScala

Scala Bootcamp

This repository contains information on the Evolution Gaming Scala Bootcamp.

Schedule

2023 Q1-Q2 bootcamp schedule

Preparation for the bootcamp

Prerequisites

Please install recent versions of the following before the first lecture:

Alternatives that are also expected to work:

Prepare the project

  • Check out the Scala Bootcamp project
  • Run tests from the command line using sbt test
  • Open the project in IntelliJ IDEA and run tests there (right-click on scala-bootcamp project in the left panel and click Run ScalaTests in ‘scala…’)

The tests will fail (for now), this is normal and expected.

If the tests do not compile, this is usually because the JDK used is too old. Make sure you use a recent JDK.

Troubleshooting

In case of issues:

Learning resources

All resources are listed in no particular order. These resources are optional and not required to complete the bootcamp.

Books

Other

Non-Scala

Status