-
Урок 1.
00:01:46
Download the exercises for this course
-
Урок 2.
00:01:29
01 - Module 12 Introduction
-
Урок 3.
00:02:01
02 - Agenda
-
Урок 4.
00:02:50
03 - Simple Constant Patterns
-
Урок 5.
00:01:53
04 - match is an expression
-
Урок 6.
00:01:39
05 - Variable Loads
-
Урок 7.
00:01:43
06 - Binding vs Loading
-
Урок 8.
00:01:48
07 - Case Matters!
-
Урок 9.
00:02:53
08 - Case Matters Continued!
-
Урок 10.
00:02:50
09 - Guards
-
Урок 11.
00:02:05
10 - The Wrong Way to Guard
-
Урок 12.
00:02:42
11 - Matching Options
-
Урок 13.
00:02:53
12 - Matching Tuples
-
Урок 14.
00:03:12
13 - Matching Lists
-
Урок 15.
00:02:52
14 - Other Collections
-
Урок 16.
00:01:58
15 - Matching Try
-
Урок 17.
00:02:21
16 - Case Classes 1
-
Урок 18.
00:02:00
17 - Case Classes 2
-
Урок 19.
00:02:11
18 - Case Classes 3
-
Урок 20.
00:02:17
19 - Compound Pattern Matches
-
Урок 21.
00:02:59
20 - Typed Pattern Matches
-
Урок 22.
00:06:22
21 - Beware Type Erasure!
-
Урок 23.
00:03:24
22 - val and Pattern Matching
-
Урок 24.
00:02:57
23 - for and Pattern Matching
-
Урок 25.
00:01:47
24 - Partial Functions and Pattern Matches
-
Урок 26.
00:03:18
25 - Sealed Class Hierarchies
-
Урок 27.
00:02:33
26 - Extractors and unapply
-
Урок 28.
00:02:51
27 - Custom Extractors
-
Урок 29.
00:02:00
28 - Custom Seq Extractors
-
Урок 30.
00:02:09
29 - Module 12 Exercises
-
Урок 31.
00:00:54
01 - Module 13 Introduction
-
Урок 32.
00:01:03
02 - Agenda
-
Урок 33.
00:04:35
03 - The Immutable Linked List
-
Урок 34.
00:03:25
04 - List Properties
-
Урок 35.
00:02:10
05 - Initializing Lists
-
Урок 36.
00:01:29
06 - Converting to Lists
-
Урок 37.
00:01:08
07 - List is Covariant
-
Урок 38.
00:01:54
08 - Constant Time Operations
-
Урок 39.
00:02:18
09 - Linear Time Operations
-
Урок 40.
00:03:33
10 - Operations that Depend on Position
-
Урок 41.
00:02:53
11 - Higher Order Functions
-
Урок 42.
00:02:58
12 - Predicate Based Functions
-
Урок 43.
00:07:06
13 - Folds
-
Урок 44.
00:01:54
14 - Fold Alternatives
-
Урок 45.
00:05:40
15 - Sorting
-
Урок 46.
00:03:10
16 - Even More Functions
-
Урок 47.
00:02:42
17 - And More
-
Урок 48.
00:03:30
18 - Permutations and Combinations
-
Урок 49.
00:02:30
19 - Indices, zip, unzip
-
Урок 50.
00:01:54
20 - Module 13 Exercises
-
Урок 51.
00:00:28
01 - Module 14 Introduction
-
Урок 52.
00:01:11
02 - Agenda
-
Урок 53.
00:01:08
03 - Other Collections
-
Урок 54.
00:03:57
04 - Sequences Performance
-
Урок 55.
00:02:03
05 - Sets and Maps Performance
-
Урок 56.
00:02:09
06 - LinearSeq vs IndexedSeq
-
Урок 57.
00:02:46
07 - mutable vs immutable
-
Урок 58.
00:03:22
08 - Consistent API
-
Урок 59.
00:02:18
09 - Easy Conversions
-
Урок 60.
00:02:08
10 - Other Sequences
-
Урок 61.
00:04:00
11 - The Mighty Vector
-
Урок 62.
00:01:14
12 - Vector (continued)
-
Урок 63.
00:03:45
13 - Immutable Sets
-
Урок 64.
00:02:11
14 - Sorted and Mutable Sets
-
Урок 65.
00:03:44
15 - Maps
-
Урок 66.
00:00:51
16 - Sorted and Mutable Maps
-
Урок 67.
00:03:13
17 - Key and Value Operations
-
Урок 68.
00:01:49
18 - Immutable Implementations
-
Урок 69.
00:01:04
19 - Mutable Implementations
-
Урок 70.
00:02:16
20 - Iterators
-
Урок 71.
00:02:22
21 - Views
-
Урок 72.
00:05:58
22 - Streams
-
Урок 73.
00:01:00
23 - Module 14 Exercises
-
Урок 74.
00:00:38
01 - Module 15 Introduction
-
Урок 75.
00:01:53
02 - Agenda
-
Урок 76.
00:01:24
03 - Maven
-
Урок 77.
00:00:34
04 - Gradle
-
Урок 78.
00:00:44
05 - Other Options
-
Урок 79.
00:01:41
06 - SBT
-
Урок 80.
00:09:15
07 - Using SBT
-
Урок 81.
00:02:18
08 - SBT Project Source Layout
-
Урок 82.
00:02:07
09 - build.sbt
-
Урок 83.
00:04:17
10 - Example build.sbt
-
Урок 84.
00:01:32
11 - Example plugins.sbt
-
Урок 85.
00:03:32
12 - Making a Custom Setting
-
Урок 86.
00:01:37
13 - A Custom Task
-
Урок 87.
00:03:49
14 - Multiple Project Support
-
Урок 88.
00:01:58
15 - Mixing Scala and Java
-
Урок 89.
00:01:13
16 - Scala/Java Compile Cycle
-
Урок 90.
00:03:26
17 - Calling Java from Scala
-
Урок 91.
00:01:16
18 - Scala 2.12 and Java 8
-
Урок 92.
00:02:00
19 - Scala/Java Function Compatibility
-
Урок 93.
00:01:32
20 - Handling Nulls
-
Урок 94.
00:00:45
21 - Options to Nulls
-
Урок 95.
00:02:58
22 - Java -> Scala Collections
-
Урок 96.
00:02:10
23 - Boxed Types Trouble
-
Урок 97.
00:01:37
24 - Scala Traits and Java Interfaces
-
Урок 98.
00:01:31
25 - General Advice
-
Урок 99.
00:01:22
26 - Module 15 Exercises
-
Урок 100.
00:00:50
01 - Module 16 Introduction
-
Урок 101.
00:01:15
02 - Agenda
-
Урок 102.
00:02:25
03 - Futures
-
Урок 103.
00:03:18
04 - Creating a Future
-
Урок 104.
00:02:59
05 - Some Initial Rules
-
Урок 105.
00:07:06
06 - Future States
-
Урок 106.
00:02:02
07 - Composing Futures
-
Урок 107.
00:05:49
08 - Futures with for
-
Урок 108.
00:00:34
09 - Async Evaluation
-
Урок 109.
00:04:12
10 - Forcing a Result
-
Урок 110.
00:05:16
11 - Other Future Operations
-
Урок 111.
00:02:33
12 - More Operations
-
Урок 112.
00:02:51
13 - Recovering from Failures
-
Урок 113.
00:04:39
14 - Dealing with Multiple Futures
-
Урок 114.
00:01:31
15 - Other Future Sequence Operations
-
Урок 115.
00:03:15
16 - Promises
-
Урок 116.
00:00:55
17 - A Broken Promise
-
Урок 117.
00:01:17
18 - Working with Java's Futures
-
Урок 118.
00:04:08
19 - Future Patterns - Batching
-
Урок 119.
00:05:00
20 - foldLeft and flatMap
-
Урок 120.
00:01:39
21 - Future Patterns - Retrying
-
Урок 121.
00:01:55
22 - Retrying (naive)
-
Урок 122.
00:04:18
23 - Retrying (loop)
-
Урок 123.
00:04:58
24 - Retrying with Back-off
-
Урок 124.
00:01:27
25 - Retrying with Back-off 2
-
Урок 125.
00:03:02
26 - Future Alternatives