Scala Design Patterns - Helion
Tytuł oryginału: Scala Design Patterns
ISBN: 978-17-884-7209-8
Format: ebook
Data wydania: 2018-04-09
Księgarnia: Helion
Cena książki: 149,00 zł
Learn how to write efficient, clean, and reusable code with Scala
Key Features
- Unleash the power of Scala and apply it in the real world to build scalable and robust applications.
- Learn about using and implementing Creational, Structural, Behavioral, and Functional design patterns in Scala
- Learn how to build scalable and extendable applications efficiently
Book Description
Design patterns make developers' lives easier by helping them write great software that is easy to maintain, runs efficiently, and is valuable to the company or people concerned. You'll learn about the various features of Scala and will be able to apply well-known, industry-proven design patterns in your work.
The book starts off by focusing on some of the most interesting and latest features of Scala while using practical real-world examples. We will be learning about IDE's and Aspect Oriented Programming. We will be looking into different components in Scala. We will also cover the popular "Gang of Four" design patterns and show you how to incorporate functional patterns effectively. The book ends with a practical example that demonstrates how the presented material can be combined in real-life applications. You'll learn the necessary concepts to build enterprise-grade applications.
By the end of this book, you'll have enough knowledge and understanding to quickly assess problems and come up with elegant solutions.
What you will learn
- Immerse yourself in industry-standard design patterns—structural, creational, and behavioral—to create extraordinary applications
- See the power of traits and their application in Scala
- Implement abstract and self types and build clean design patterns
- Build complex entity relationships using structural design patterns
- Create applications faster by applying functional design patterns
Who this book is for
If you want to increase your understanding of Scala and apply design patterns to real-life application development, then this book is for you.Prior knowledge of Scala language is assumed/ expected.
Osoby które kupowały "Scala Design Patterns", 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
Scala Design Patterns. Design modular, clean, and scalable applications by applying proven design patterns in Scala - Second Edition eBook -- spis treści
- 1. The Design Patterns Out There and Setting Up Your Environment
- 2. Traits and Mixin Compositions
- 3. Unification
- 4. Abstract and Self Types
- 5. Aspect-Oriented Programming and Components
- 6. Creational Design Patterns
- 7. Structural Design Patterns
- 8. Behavioral Design Patterns – Part one
- 9. Behavioral Design Patterns – Part two
- 10. Functional Design Patterns – the Deep Theory
- 11. Applying What We HaveLearned
- 12. Real-Life Applications