vjigg · 15-Май-23 08:06(1 год 8 месяцев назад, ред. 21-Июл-23 07:19)
Scala Language Fundamentals | Path Год выпуска: 2021 Производитель: Pluralsight Сайт производителя://app.pluralsight.com/paths/skills/scala Автор: Коллектив авторов Продолжительность: ~18h Тип раздаваемого материала: Видеоурок Язык: Английский Описание:
Scala (/ˈskɑːlɑː/ SKAH-lah) combines object-oriented and functional programming in one concise, high-level language. Scala's static types help avoid bugs in complex applications, and its JVM and JavaScript runtimes let you build high-performance systems with easy access to huge ecosystems of libraries. Since its public release in 2004, it has increased in popularity. Some of the top companies using Scala today are:
LinkedIn
Twitter
Netflix
Tumblr
Foursquare
AirBnB
By the end of this path, learners will have the foundation needed to begin building applications using the Scala Language as well as the tools needed for best practices. Learn about:
The capabilities of the Scala Language
Preparing the Scala Development Environment
Data types and variables in Scala
Writing and using statements, control structures, methods, functions, objects, and classes in Scala
Using the Scala Build Tool (SBT) to compile Scala applications
Unit testing
Asynchronous programming
and other important methodologies to prepare the learner in using the Scala language to its full capabilities Prerequisites:
Intermediate knowledge of a procedural programming language such as Java, C#, or C Related Topics:
[Pluralsight / Vikash Sharma] Scala Fundamentals: The Type System [2019, ENG] [Pluralsight / Kevin Jones] Kotlin Fundamentals [2021, ENG] [Pluralsight] Java SE 17 | Path [2023, ENG] [Packt] Haskell Programming ► Data Analysis with Haskell | 7 Courses [2017, ENG]
Содержание
Beginner These introductory Scala courses will teach you the basics of how to effectively work with the Scala language. Get started by setting up the development environment and discovering the overall capabilities of the Scala language.
Scala Language: The Big Picture (Harit Himanshu, 2020)
Scala Language: Getting Started (Harit Himanshu, 2021)
Intermediate Continue learning the Scala language in this section that will take the fundamentals of Scala and expand to writing methods, functions, and creating collections using Scala.
Scala Methods and Functions (Janani Ravi, 2020)
Scala Collections (Toby Weston, 2020)
Scala Classes and Objects (Harit Himanshu, 2021)
Scala Build Tool: Getting Started (Harit Himanshu, 2019)
Advanced For the learner that has a grasp on the Scala language and looking to learn the finer points of asynchronous programming, type classes, and unit testing for Scala. By the end of this section, you will be prepared to create robust Scala applications.
Scala Asynchronous Programming (Vikash Sharma, 2020)
Unit Testing in Scala (Harit Himanshu, 2020)
Scala Type Classes and Parameterization (Vikash Sharma, 2021)
Scala Design Patterns (Vikash Sharma, 2021)