Oreilly - Learn By Example: Scala - 9781788993005
Oreilly - Learn By Example: Scala
by Loonycorn | Released December 2017 | ISBN: 9781788993005


65 examples that will bring Scala to life for youAbout This VideoThe Big Ideas: Before we get to the how, we better understand the why - this course will help clarify why we even need Scala when Java serves us so wellThe Little Details That Matter: Pattern Matching, If Expressions, For Loops & Yield: Java has if-statements, while Scala has if-expressions. Differences like these matter, this course will cover them.First Class Functions are perhaps the most dramatically new feature of Scala - the foundation of functional programming support.Collections - Lists, Options, the Details of fold/reduce/shift in Scala are yet another bit of the language that differs significantly from other traditional object-oriented languages. We will spend a lot of time on these topics too.Classes, Companion Objects, Traits, Self Types and Dependency Injection are Scala's way of providing Object Oriented support. Some of these concepts are similar to Java - those we will skim over. Others are quite different - we will be sure to cover these in detail.In DetailThese 65 examples will make this cool-new-kid-on-the-block your steady, reliable friend. Let's parse that. Scala is cool because it's all the rage for big data applications, and because it manages to be more sophisticated and elegant than Java. That said, Java is a steady, reliable friend - a language you can depend upon, and in which you can express yourself. These 65 examples will help you trust Scala the way you trust Java. Each is self-contained, has its source code attached, and gets across a specific Scala use-case. Each example is simple, but not simplistic. Show and hide more Publisher resources Download Example Code
  1. Chapter 1 : You, This Course and Us
    • You, This Course and Us 00:02:22
  2. Chapter 2 : Introducing Scala
    • Introducing Scala: Java's Cool Cousin 00:10:12
    • Installing Scala 00:09:43
    • Examples 1 and 2 - Hello world 00:05:05
    • Example 3 - Mutable and Immutable ‘variables’ 00:05:16
    • Example 4 - Type Inference 00:06:34
    • Example 5 - String Operations 00:04:30
    • Example 6 - A Unified Type System 00:05:29
    • Example 7 - Emptiness in Scala 00:05:40
    • Example 8 - Type Operations 00:03:54
  3. Chapter 3 : Expressions or Statements?
    • Module Outline - Loops and Conditionals 00:00:30
    • Example 9 - Statements v Expressions 00:05:58
    • Example 10 - Defining Values and Variables via Expressions 00:02:29
    • Example 11 - Nested Scopes in Expression Blocks 00:04:34
    • Example 12 - If/Else expression blocks 00:05:22
    • Example 13 - match expressions 00:05:39
    • Example 14 - match expressions: Pattern guards & OR-ed expressions 00:04:27
    • Example 15 - match expressions: catch-all to match-all 00:06:14
    • Example 16 - match expressions: down casting with Pattern Variables 00:07:00
    • Example 17 - for loops can be expressions OR statements 00:07:48
    • Example 18 - for loops: 2 types of iterators 00:03:17
    • Example 19 - for loops with if conditions: Pattern Guards 00:02:39
    • Example 21 - while/do-while Loops: Pure Statements 00:03:33
  4. Chapter 4 : Fiber Optic Cabling
    • Module Outline – Functions 00:00:28
    • First Class Functions: Module Outline – Functions 00:07:30
    • Functions v Methods 00:06:05
    • Example 22 - Functions are named, reusable expressions 00:06:07
    • Example 23 - Assigning Methods to Values 00:09:00
    • Example 24 - Invoking Functions with Tuples as Parameters 00:05:58
    • Example 25 - Named Function Parameters 00:03:39
    • Example 26 - Parameter Default Values 00:03:59
    • Example 27 - Type Parameters: Parametric Polymorphism 00:07:13
    • Example 28 - Vararg Parameters 00:04:57
    • Example 29 - Procedures are named, reusable statements 00:05:30
    • Example 30 - Functions with No Inputs 00:03:41
    • Example 31 - Nested Functions 00:04:05
    • Example 32 - Higher Order Functions 00:07:38
    • Example 33 - Anonymous Functions (aka Function Literals) 00:02:44
    • Example 34 - Placeholder Syntax 00:07:00
    • Example 35 - Partially Applied Functions 00:07:22
    • Example 36 – Currying 00:07:02
    • Example 37 - By-Name Parameters 00:09:01
    • Example 38 – Closures 00:10:12
  5. Chapter 5 : Collections
    • Module Outline – Collections 00:00:28
    • Example 39 – Tuples 00:10:31
    • Collections: Example 39 – Tuples 00:08:53
    • Example 41 - Simple List Operations 00:07:48
    • Example 42 - Higher Order Functions Introduced 00:12:49
    • Example 43 - Scan, ScanFold,ScanReduce 00:11:51
    • Example 44 - Fold, FoldLeft, FoldRight 00:02:28
    • Example 45 - Reduce, ReduceLeft, ReduceRight 00:05:22
    • Example 46 - Other, Simpler Reduce Operations 00:02:40
    • Example 47 - Sets and Maps 00:11:23
    • Example 48 - Mutable Collections, and Arrays 00:10:04
    • Example 49 - Option Collections 00:05:55
    • Example 50 - Error handling with util.Try 00:04:07
  6. Chapter 6 : Classes and Objects
    • Module Outline – Classes 00:00:34
    • Example 51 – Classes 00:10:03
    • Example 52 - Primary v Auxiliary Constructors 00:04:00
    • Example 53 - Inheritance from Classes 00:06:04
    • Example 54 - Abstract Classes 00:02:49
    • Example 55 - Anonymous Classes 00:02:59
    • Example 56 - Type Parameters 00:03:14
    • Example 57 - Lazy Values 00:04:27
    • Example 58 - Default Methods with apply 00:04:17
    • Example 59 – Operators 00:04:30
    • Example 60 - Access Modifiers 00:05:26
    • Example 61 - Singleton Objects 00:05:34
    • Example 62 - Companion Objects 00:09:10
    • Example 63 – Traits 00:06:11
    • Example 64 - Case Classes 00:03:25
    • Example 65 - Self Types 00:07:19
  7. Show and hide more

    Oreilly - Learn By Example: Scala

    9781788993005.learn.by.example.OR.part1.rar

    9781788993005.learn.by.example.OR.part2.rar


 TO MAC USERS: If RAR password doesn't work, use this archive program: 

RAR Expander 0.8.5 Beta 4  and extract password protected files without error.


 TO WIN USERS: If RAR password doesn't work, use this archive program: 

Latest Winrar  and extract password protected files without error.


 Coktum   |  

Information
Members of Guests cannot leave comments.


SermonBox - Seasonal Collection

SermonBox - The Series Pack Collection

Top Rated News

  • Christmas Material
  • Laser Cut & Print Design Elements Bundle - ETSY
  • Daz3D - All Materials - SKU 37000-37999
  • Cgaxis - All Product - 2019 - All Retail! - UPDATED!!!
  • DigitalXModels Full Collections
  • Rampant Design Tools Full Collections Total: $4400
  • FilmLooks.Com Full Collection
  • All PixelSquid Product
  • The Pixel Lab Collection
  • Envato Elements Full Sources- 3200+ Files
  • Ui8.NET Full Sources
  • The History of The 20th Century
  • The Dover Collections
  • Snake Interiors Collections
  • Inspirational Collections
  • Veer Fancy Collections
  • All Ojo Images
  • All ZZVE Collections
  • All Sozaijiten Collections
  • All Image Broker Collections
  • Shuterstock Bundle Collections
  • Tattoo Collections
  • Blend Images Collections
  • Authors Tuorism Collections
  • Motion Mile - Big Bundle
  • PhotoBacks - All Product - 2018
  • Dekes Techniques - Photoshop & Illustrator Course - 1 to 673
Telegram GFXTRA Group
Udemy - Turkce Gorsel Ogrenme Setleri - Part 2
Videohive Wow Pack Series


rss