image
The Ultimate Drawing Course Beginner to Advanced...
$179
$79
image
User Experience Design Essentials - Adobe XD UI UX...
$179
$79
Total:
$659

Description

Updated for Scala 3!
This course is now fully compatible with both Scala 2 and Scala 3.
In this course, we will learn the basics of Scala and functional programming, two highly in-demand topics in software industry today.
Write 3000+ lines of Scala code yourself, with guidance, through 100+ examples and exercises.
Why Scala:
it's currently the
hottest language based on the Java Virtual Machine
- the number of Scala jobs has exploded, but demand is
even higher
Scala offers 
significantly higher pay
(> 20%) than same-level Java positions
it's
incredibly fun
- if you learn Scala, you'll hardly want to get back
it unlocks the doors to
some of the latest technologies
- Spark, Akka and more
I like to get to the point and get things done. This course
deconstructs
Scala - which is otherwise hard to learn - into the critical pieces you need
selects
the most important Scala concepts and separates them into what's simple but critical and what's powerful
sequences
ideas in a way that "clicks" and makes sense throughout the process of learning
applies
everything in live Scala code
The end benefits are still much greater:
significant bump in salary
when you switch to Scala - return on investment for this course >100x in the first year alone!
more enjoyable work
- Scala is fun!
future-proof skills
 - you'll be able to work with some of the cutting edge technologies (Spark, Akka etc)
This course is for established programmers with otherwise no experience with Scala language
or little to no experience with functional programming. I already assume a solid understanding of general programming fundamentals. If you've never coded before, this course is likely not for you.
The course is comprehensive, but you'll always see me get straight to the point. So make sure you have a good level of focus and commitment to become a badass programmer.
I believe both theory
and
practice are important. That's why you'll get lectures with code examples, real life Scala code demos and assignments, plus additional resources, instructions, exercises and solutions.
I've seen that my students are most successful - and my best students work at Google-class companies - when they're guided, but not being told what to do. I have assignments waiting for you, where I offer my (opinionated) guidance but otherwise freedom to experiment and improve upon your Scala code.
Definitely not least, my students are most successful when they have fun along the way!
So join me in this course and let's rock the JVM with Scala!
Who this course is for:
programmers with little or no experience with Scala or functional programming

What you'll learn

understand Scala code in production environments or open-source projects

think code differently with functional programming

write applications in Scala from scratch

contribute to products and open-source projects written in Scala

skills to start developing with powerful tools on top of Scala: Spark, Akka, Play

Requirements

  • You will need a copy of Adobe XD 2019 or above. A free trial can be downloaded from Adobe.
  • No previous design experience is needed.
  • No previous Adobe XD skills are needed.

Course Content

27 sections • 95 lectures
Expand All Sections
1-Welcome
1
1.1-Getting Started!
2-The Absolute Scala Basics
8
2.1-Values, Variables and Types
2.2-Expressions
2.3-Functions
2.4-Type Inference
2.5-Recursion
2.6-Call-by-Name and Call-by-Value
2.7-Default and Named Arguments
2.8-Smart Operations on Strings
3-Object-Oriented Programming in Scala
15
3.1-Object-Oriented Basics
3.2-Object-Oriented Basics (exercises)
3.3-Syntactic Sugar: Method Notations
3.4-Method Notations (Exercises)
3.5-Scala Objects
3.6-Inheritance
3.7-Inheritance, Continued: Abstract Classes and Traits
3.8-Inheritance Exercises: Implementing Our Own Collection
3.9-Generics
3.10-Anonymous Classes
3.11-Object-Oriented Exercises: Expanding Our Collection
3.12-Case Classes
3.13-Scala 3: Enums
3.14-Exceptions
3.15-Packaging and Imports
4-Functional Programming in Scala
11
4.1-What's a Function, Really?
4.2-Anonymous Functions
4.3-Higher-Order-Functions and Curries
4.4-HOFs and Curries (Exercises)
4.5-map, flatMap, filter and for-comprehensions
4.6-A Collections Overview
4.7-Sequences: List, Array, Vector
4.8-Tuples and Maps
4.9-Tuples and Maps (Exercises)
4.10-Options
4.11-Handling Failure
5-Pattern Matching
4
5.1-Pattern Matching
5.2-ALL the Patterns!
5.3-Patterns Everywhere
5.4-Scala 3: Braceless Syntax
6-You rock!
1
6.1-What's next