Learn Scala Programming: A comprehensive guide covering functional and reactive programming with Scala 2.13, Akka, and Lagom

Slava Schmidt

  • 出版商: Packt Publishing
  • 出版日期: 2018-10-31
  • 售價: $1,920
  • 貴賓價: 9.5$1,824
  • 語言: 英文
  • 頁數: 498
  • 裝訂: Paperback
  • ISBN: 1788836308
  • ISBN-13: 9781788836302
  • 相關分類: Java 相關技術JVM 語言
  • 海外代購書籍(需單獨結帳)

商品描述

A step-by-step guide in building high-performance scalable applications with the latest features of Scala.

Key Features

  • Develop a strong foundation in functional programming and Scala's Standard Library (STL)
  • Get a detailed coverage of Lightbend Lagom―the latest microservices framework from Lightbend
  • Understand the Akka framework and learn event-based Programming with Scala

Book Description

Today's Scala is quite different from its earlier versions. The second version of the language is more than twelve years old and has undergone multiple changes related to supported features and library implementation. Scala 2.13, with its main focus on modularizing standard library and simplifying collections, brings around such a change one more time.

This book addresses both technical and architectural changes by providing a comprehensive guide to the redesigned standard library and collections as well as covering in-depth type system and first-level support for functions. It will teach you how to leverage implicits as a primary mechanism for building type classes and looks at different ways to test Scala code. You will learn about abstract building blocks used in functional programming, giving understanding sufficient to pick up and use any existing functional programming library out there.

The book will explore reactive programming by covering the Akka framework and reactive streams. Finally, 2 definitive projects will help you will build microservices and teach you how to implement them with Scala and Lagom framework.

What you will learn

  • Acquaint yourself with the new standard library of Scala 2.13
  • Get to grips with the Grok functional paradigms
  • Get familiar with type system to express domain constraints
  • Understand the actor model and different Akka libraries
  • Grasp the concept of building microservices using Lagom framework
  • Deep dive into property-based testing and its practical applications

Who this book is for

This book is for beginner to intermediate level Scala developers who would like to advance and gain knowledge of the intricacies of the Scala language, expand their functional programming tools, and explore actor-based concurrency models.

Table of Contents

  1. An Introduction to the Scala 2.13 standard library
  2. Understanding Types in Scala
  3. Deep Dive into Functions
  4. Getting to know Implicits and Type Classes
  5. Property based testing in Scala
  6. Exploring Build-in Effects
  7. Understanding Algebraic Structures
  8. Dealing with Effects
  9. Familiarizing Yourself with Basic Monads
  10. A Look at Monad Transformers and Free Monad
  11. An Introduction to Akka and Actor Models
  12. Building Reactive Applications with Akka Typed
  13. Basics of Akka Streams
  14. Building Microservices with Scala
  15. Building Microservices with Lagom
  16. Preparing the environment and running code samples