Skip to content

Commit 116e1c9

Browse files
authored
Merge pull request #1255 from vincenzobaz/effective-scala
Add effective scala to courses
2 parents d762c28 + e39a3d5 commit 116e1c9

File tree

1 file changed

+28
-0
lines changed

1 file changed

+28
-0
lines changed
Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
---
2+
layout: inner-page-no-masthead
3+
title: Effective Programming in Scala
4+
coursera-page: https://www.coursera.org/learn/effective-scala
5+
paid: false
6+
showDate: false
7+
---
8+
9+
Scala is an expressive, versatile, and safe programming language.
10+
11+
In this course, you will learn how to get the most out of Scala to solve common programming tasks such as modeling business domains, breaking down complex problems into simpler problems, manipulating data, or running parallel tasks.
12+
13+
Along the journey, you will also learn the best practices for writing high-quality code that scales to large applications, how to handle errors, how to write tests, and how to leverage a productive development environment.
14+
15+
This comprehensive, hands-on, course aims at leveling up your programming skills by embracing both functional programming and object-oriented programming. You will become familiar with the standard library and the common patterns of code used in the real world.
16+
17+
Each week contains about 1h30 of video lectures. Each lecture is a ~10 min video focused on a specific skill or concept. We always start by looking at concrete problems, and then explain how language features or libraries make you more productive to solve these problems in general.
18+
19+
Lectures are generally followed by a quiz to assess your progress. At the end of each week, a graded assignment inspired by real-world applications will give you an opportunity to put things in practice.
20+
21+
The course covers Scala 3, and it mentions the differences with Scala 2.
22+
23+
You will learn to:
24+
25+
- Leverage Scala idioms to model business domains and implement business logic
26+
- Fundamental concepts of the language, allowing you to read and understand Scala codebases
27+
- Best practices and common patterns used in the real world
28+
- Be comfortable working with asynchronous computations, handling failures, and manipulating recursive data structures

0 commit comments

Comments
 (0)