Showing 15385–15396 of 18767 results
Scala 2 Language: Getting Started
Scala programming may seem daunting at first but a solid foundation is the place to start. This course will teach you the fundamental concepts of conditionals, control structures, pattern matching, and variable types among other important topics.
Scala 2 Methods and Functions
Scala is emerging as a popular choice for working with large datasets and frameworks such as Spark. This course will teach you about Scala's support for first-class and higher-order functions and the differences between methods and functions.
Scala 2: The Big Picture
Scala is one of the most popular functional programming languages that run on the JVM. This course covers the fundamentals of functional programming using Scala, reading and writing Scala code, error handling, classes, and concurrency.
Scala Asynchronous Programming
This course enables developers to write non-blocking and asynchronous code using Scala. You'll learn how to use Scala Futures for writing async code. It covers how actor model can be leveraged to write an asynchronous and message based application.
Scala Collections
Almost every application in the world needs to manipulate data in some sort of collection. This course will teach you how to use Scala's sophisticated collection types and take advantage of the functional programming style Scala is renowned for.
Scala Design Patterns
This course will teach you how to use Scala’s functional design patterns, such as Typeclass, Cake, and Lens in order to write a functional, abstract, and structured Scala application or library.
Scala Language: The Big Picture
This course will teach you about the Scala language. You will learn about the ecosystem, the language details, and see how to get started with the language in few simple steps.
Scala Type Classes and Parameterization
This course enables developers to understand and to introduce abstraction into Scala code using parameterized and abstract types, variance, and type bounds to write abstract code. It will also cover typeclasses to achieve ad hoc polymorphism.
Scalable Data Processing in R
Learn how to write scalable code for working with big data in R using the bigmemory and iotools packages.
Scalable Web Applications on Kubernetes
Learn how to design and deploy scalable web applications on Kubernetes. Discover how to use Kubernetes’ features to ensure high availability, load balancing, and easy management of your applications in the cloud.
Scalable Web Development in Rust
Understand how to develop scalable web applications using Rust, focusing on performance and safety.
Scalable Web Development in Rust
Learn to develop scalable web applications using Rust, focusing on performance, safety, and concurrency.