In this book, we will implement a typical question-and-answer application using event sourcing. Along the way, we will encounter many challenges and learn how to use modern technologies to overcome them. If you are thinking of using event sourcing for building Web applications, you may find this book very useful
Let's build a REST API for a simple bookstore. We'll get to store and search books, create users and authenticate them, use test-driven development and more!
This book goes beyond simple Scala usage and covers some advanced topics. It explores techniques that are usually considered non-trivial and shows their use in real projects. We cover type classes, iteratees, category theory and look at some purely functional libraries. If you already know Scala but want to go deeper, this is the book for you.
Advance your career and make better products with this tutorial cookbook of Apache Spark with Scala.
In diesem Buch liefern wir einen praxisorientierten Einstieg in die Entwicklung größerer Webanwendungen auf Basis moderner Technologien wie Scala, Akka, dem Play Framework und Scala.js.Im Verlauf des Buches wird eine nicht-triviale Anwendung entwickelt wobei fortgeschrittene Techniken zum Einsatz kommen.
The books is in the draft mode and I keep on updating it when I get time. This book does not 'teach' you Scala. This is a compilation of things / features / tips / tricks I learned along the way. Most of the book is full of code snippets with little or no explanation but if you know a liile bit of Scala or Spark the code snippets in this book will be handy.
This book takes a very practical approach to teaching Scala. It begins by showing you just enough basics to get started and then guides you through the process of building a technology-packed real-world Web application using popular backend and frontend technologies. Overall, the book provides a great introduction to the Scala ecosystem.
Are you curious about functional programming, and why Scala is such a great fit for this paradigm? Is your team considering a switch to Scala? This book allows you to explore Scala from scratch. You'll get an overview of what it has to offer and a feeling for what it's like to code in Scala. You'll finish by developing a small command-line game.