Leanpub Header

Skip to main content

Filters

Category: "Scala"

Books

  1. Practical Event Sourcing with Scala
    A comprehensive example based on Scala, Play and Akka Streams
    Denis Kalinin

    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

  2. Akka HTTP RESTful APIs
    Building Reactive RESTful APIs with Scala and Akka
    Codemunity

    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!

  3. Mastering Advanced Scala
    Exploring the deep end of functional programming
    Denis Kalinin

    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.

  4. Spark Tutorials with Scala
    The Beginner's Guide
    Todd McGrath

    Advance your career and make better products with this tutorial cookbook of Apache Spark with Scala.

  5. Come out and Play
    Webanwendungen schreiben mit Scala, Scala.js, Akka und dem Play Framework.
    Jens Grassel and Andre Schütz

    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.

  6. Scala for Apache Spark
    Prashant Mhatre

    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.

  7. Modern Web Development with Scala
    A concise step-by-step guide to the Scala ecosystem
    Denis Kalinin

    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.

  8. 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.