Learn Scala Programming - Helion
Tytuł oryginału: Learn Scala Programming
ISBN: 978-17-888-3099-7
Format: ebook
Data wydania: 2018-10-31
Księgarnia: Helion
Cena książki: 149,00 zł
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.
Osoby które kupowały "Learn Scala Programming", wybierały także:
- Wprowadzenie do Javy. Programowanie i struktury danych. Wydanie XII 193,23 zł, (59,90 zł -69%)
- Spring i Spring Boot. Kurs video. Testowanie aplikacji i bezpiecze 129,00 zł, (51,60 zł -60%)
- Metoda dziel i zwyci 89,00 zł, (35,60 zł -60%)
- JavaFX. Kurs video. Wzorce oraz typy generyczne 79,00 zł, (31,60 zł -60%)
- Platforma Xamarin. Kurs video. Poziom drugi. Zaawansowane techniki tworzenia aplikacji cross-platform 99,00 zł, (39,60 zł -60%)
Spis treści
Learn Scala Programming. A comprehensive guide covering functional and reactive programming with Scala 2.13, Akka, and Lagom eBook -- spis treści
- 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