Tags
Language
Tags
April 2024
Su Mo Tu We Th Fr Sa
31 1 2 3 4 5 6
7 8 9 10 11 12 13
14 15 16 17 18 19 20
21 22 23 24 25 26 27
28 29 30 1 2 3 4

Modern Web Development with Scala

Posted By: Grev27
Modern Web Development with Scala

Denis Kalinin, "Modern Web Development with Scala: A concise step-by-step guide to the Scala ecosystem"
English | ISBN: n/a | 2016 | PDF | 143 pages | 1,8 MB

In this book, you will learn how to build Web applications with Play Framework, access databases with ScalikeJDBC, perform asynchronous tasks with Scala Futures and Akka Actors, wire dependencies with MacWire, authenticate users with BCrypt.

The book shows how to use Gradle and SBT for building projects, how to integrate modern frontend tools such as Webpack and React into a Scala developer workflow. A chapter discussing application deployment and hosting considerations is also included.

The book doesn't expect any prior Scala experience as the basics are briefly explained in the first chapters. The required functional programming concepts are also explained in the beginning.

Who this book is for

This book is intended for people who are interested in learning and applying Scala to writing Web applications. It assumes a good knowledge of any programming language and familiarity with Web technologies.

Which versions are used

The main examples use Scala 2.11 and Play 2.5. When additional libraries are needed, their latest versions are used.