Udemy - Scala Applied, Part 3

  • CategoryOther
  • TypeTutorials
  • LanguageEnglish
  • Total size2.2 GB
  • Uploaded Byfreecoursewb
  • Downloads24
  • Last checkedJun. 13th '25
  • Date uploadedJun. 12th '25
  • Seeders 1
  • Leechers20

Infohash : 5C53E5E734ECCF7F3B210F843EBB4D3E1BBA7D9B

Scala Applied, Part 3

https://WebToolTip.com

Last updated 3/2023
Created by Dick Wall
MP4 | Video: h264, 1920x1080 | Audio: AAC, 44.1 KHz, 2 Ch
Level: Intermediate | Genre: eLearning | Language: English + subtitle | Duration: 126 Lectures ( 5h 22m ) | Size: 2.22 GB

Part 3 of Scala Applied, covering Scala's core libraries

What you'll learn
Use case classes to get lots of free, best practice functionality
Contruct pattern matches like a Scala pro
Create and use PartialFunctions
Create, and manipulate Futures to avoid blocking and write reactive code
Obtain an in-depth grounding in the Scala collections and examine the enormous potential and power in the collections API
Know which collections to use in different circumstances to get desired performance
Use Option types instead of nulls to virtually eliminate NullPointerExceptions
Harness Java libraries effectively and safely, and even improve them in Scala
Know how to mix Java and Scala on a project, if you need to
Build your project using sbt
Write custom tasks and settings in sbt

Requirements
Students should follow and complete the Stairway to Scala Setup Instructions, available for free on Udemy, before starting this course
Students should have completed parts 1 and 2 of Stairway to Scala Applied, or have equivalent skills to having completed those two parts before starting this course
Students will need a laptop or desktop computer with sufficient performance and resources to compile and run the coding exercises

Files:

[ WebToolTip.com ] Udemy - Scala Applied, Part 3
  • Get Bonus Downloads Here.url (0.2 KB)
  • ~Get Your Files Here ! 1 - Course Introduction and Exercises
    • 1 - Download the exercises for this course.en.srt (2.3 KB)
    • 1 - Download the exercises for this course.mp4 (40.8 MB)
    • exercises-applied-part3
      • build.sbt (0.8 KB)
      • caesar.shkspr (0.0 KB)
      • hamlet.shkspr (0.0 KB)
      • module12 scripts
        • 01-simple-constant-matches.sc (0.6 KB)
        • 02-variable-loads.sc (0.9 KB)
        • 03-guards.sc (0.9 KB)
        • 04-options-tuples-collections.sc (1.7 KB)
        • 05-case-classes.sc (1.1 KB)
        • 06-typed-pattern-matches.sc (1.0 KB)
        • 07-patterns-in-vals-fors.sc (1.0 KB)
        • 08-sealed-class-hierarchies.sc (0.3 KB)
        • 09-custom-extractors.sc (0.9 KB)
        src test scala koans
        • Module12.scala (9.3 KB)
        • Module12Solutions.scala (10.3 KB)
        • support
          • BlankValues.scala (0.3 KB)
          • KoanSuite.scala (0.6 KB)
          • StopOnFirstFailure.scala (1.3 KB)
          module13 scripts
          • 01-list-basics.sc (0.4 KB)
          • 02-constant-time-functions.sc (0.1 KB)
          • 03-linear-time-functions.sc (0.3 KB)
          • 04-higher-order-functions.sc (0.6 KB)
          • 05-folds.sc (0.5 KB)
          • 06-sorting.sc (0.5 KB)
          • 07-even-more-functions.sc (0.8 KB)
          src test scala koans
          • Module13.scala (6.3 KB)
          • Module13Solutions.scala (7.0 KB)
          • support
            • BlankValues.scala (0.3 KB)
            • KoanSuite.scala (0.6 KB)
            • StopOnFirstFailure.scala (1.3 KB)
            module14 scripts
            • 01-mutable-and-immutable.sc (0.3 KB)
            • 02-consistent-api.sc (0.7 KB)
            • 03-sets.sc (0.7 KB)
            • 04-maps.sc (0.7 KB)
            • 05-iterators-views-streams.sc (0.9 KB)
            src test scala koans
            • Module14.scala (6.7 KB)
            • Module14Solutions.scala (7.1 KB)
            • support
              • BlankValues.scala (0.3 KB)
              • KoanSuite.scala (0.6 KB)
              • StopOnFirstFailure.scala (1.3 KB)
              module15 scripts
              • 01-java-scala-functions.sc (0.4 KB)
              • 02-java-scala-compatibility.sc (0.6 KB)
              src test java koans
              • ObtuseJavaLib.java (1.2 KB)
              • ObtuseJavaLibSolution.java (1.9 KB)
              scala koans
              • Module15.scala (3.2 KB)
              • Module15Solutions.scala (3.6 KB)
              • support
                • BlankValues.scala (0.3 KB)
                • KoanSuite.scala (0.6 KB)
                • StopOnFirstFailure.scala (1.3 KB)
                module16 scripts
                • 01-futures-intro.sc (0.8 KB)
                • 02-future-ops.sc (2.4 KB)
                • 03-promises.sc (1.0 KB)
                • 04-future-patterns-batch.sc (0.9 KB)
                • 05-future-patterns-retrying.sc (2.0 KB)
                src main resources
                • application.conf (0.0 KB)
                scala com escalatesoft
                • RetryBackoff.scala (0.9 KB)
                test resources
                • application.conf (0.0 KB)
                scala koans
                • Module16.scala (1.8 KB)
                • Module16Solution.scala (1.9 KB)
                • XorRandom.scala (0.5 KB)
                project
                • build.properties (0.0 KB)
              • quote.txt (0.0 KB)
              • romeo.shkspr (0.0 KB)
              • sum.txt (0.0 KB)
              • slides-applied-part3
                • 12-PatternMatching.pdf (328.9 KB)
                • 13-Lists.pdf (252.9 KB)
                • 14-Collections.pdf (295.3 KB)
                • 15-ScalaBuildTools.pdf (753.1 KB)
                • 16-Futures.pdf (261.3 KB)
                2 - Module 12 - Pattern Matching
                • 10 - 08 - Case Matters Continued!.en.srt (4.2 KB)
                • 10 - 08 - Case Matters Continued!.mp4 (15.2 MB)
                • 11 - 09 - Guards.en.srt (3.8 KB)
                • 11 - 09 - Guards.mp4 (11.7 MB)
                • 12 - 10 - The Wrong Way to Guard.en.srt (3.4 KB)
                • 12 - 10 - The Wrong Way to Guard.mp4 (12.8 MB)
                • 13 - 11 - Matching Options.en.srt (3.5 KB)
                • 13 - 11 - Matching Options.mp4 (15.1 MB)
                • 14 - 12 - Matching Tuples.en.srt (3.9 KB)
                • 14 - 12 - Matching Tuples.mp4 (28.8 MB)
                • 15 - 13 - Matching Lists.en.srt (4.6 KB)
                • 15 - 13 - Matching Lists.mp4 (19.9 MB)
                • 16 - 14 - Other Collections.en.srt (3.6 KB)
                • 16 - 14 - Other Collections.mp4 (34.2 MB)
                • 17 - 15 - Matc

Code:

  • udp://tracker.torrent.eu.org:451/announce
  • udp://tracker.tiny-vps.com:6969/announce
  • http://tracker.foreverpirates.co:80/announce
  • udp://tracker.cyberia.is:6969/announce
  • udp://exodus.desync.com:6969/announce
  • udp://explodie.org:6969/announce
  • udp://tracker.opentrackr.org:1337/announce
  • udp://9.rarbg.to:2780/announce
  • udp://tracker.internetwarriors.net:1337/announce
  • udp://ipv4.tracker.harry.lu:80/announce
  • udp://open.stealth.si:80/announce
  • udp://9.rarbg.to:2900/announce
  • udp://9.rarbg.me:2720/announce
  • udp://opentor.org:2710/announce