Learn the basics of Scala in the time it takes to watch a movie. A free course by Rock the JVM

What you will learn

Scala fundamentals

Object-oriented principles in Scala

Functional programming principles in Scala

Managing threads

Foundations of implicits

Description

This free course by Rock the JVM gives you a fast-track overview of what the Scala language is capable of. Learn the foundations of Scala in the time it takes to watch a movie.

“I’ve been living under a rock, what’s Scala again?”

Scala is an object oriented and functional language that compiles to JVM bytecode, which is the same format that Java uses. That means you can

  1. access all Java libraries and existing Java code
  2. run Scala on billions of devices which support a JVM

Scala is used by the top companies in the world, including Apple, Adobe, Twitter, Microsoft, Uber, and many, many more. They all use Scala for high-performance critical infrastructure, data analytics and microservices, among other things.


Get Instant Notification of New Courses on our Telegram channel.


Learning Scala gives you

  • a new mental model about code
  • higher-paid jobs – Scala positions are some of the best paid in the industry
  • more productivity
  • a LOT more fun than “traditional” languages

In this course, we will learn the fundamentals of the Scala language – we will make some analogies to existing programming languages to understand how to write essential code, how to think and approach problems, how to deal with threads and how to use some “magical” structures in the language which you cannot find (almost) anywhere else.

Get started now, it’s free!

English
language

Content

Scala at Light Speed

Welcome!
Scala absolute basics
Object-Oriented Programming in Scala
Functional Programming in Scala
Pattern Matching
Advanced Scala Features