logo
分类于: 设计 编程语言

简介

Hands-on Scala Programming: Learn the Scala Language in a practical, project-based way

Hands-on Scala Programming: Learn the Scala Language in a practical, project-based way 0.0分

资源最后更新于 2020-08-19 16:11:17

作者:Li Haoyi

出版社:Gumroad books

出版日期:2020-01

ISBN:9789811456930

文件格式: pdf

标签: 计算机科学 软件工程 LiHaoyi 2020

简介· · · · · ·

Hands-on Scala Programming teaches you how to use the Scala programming language in a practical, project-based fashion. This book is designed to quickly teach an existing programmer everything they need to build all sorts of production applications, taking you from "hello world" to building interactive websites, parallel web crawlers, and distributed applications in Scala. In t...

想要: 点击会收藏到你的 我的收藏,可以在这里查看

已收: 表示已经收藏

Tips: 注册一个用户 可以通过用户中心得到电子书更新的通知哦

目录

Chapter 1: Hands-on Scala
Chapter 2: Setting Up
Chapter 3: Basic Scala
Chapter 4: Scala Collections
Chapter 5: Notable Scala Features
Chapter 6: Implementing Algorithms in Scala
Chapter 7: Files and Subprocesses
Chapter 8: JSON and Binary Data Serialization
Chapter 9: Self-Contained Scala Scripts
Chapter 10: Static Build Pipelines
Chapter 11: Scraping Websites
Chapter 12: Working with HTTP APIs
Chapter 13: Fork-Join Parallelism with Futures
Chapter 14: Simple Web and API Servers
Chapter 15: Querying SQL Databases
Chapter 16: Message-based Parallelism with Actors
Chapter 17: Multi-Process Applications
Chapter 18: Building a Real-time File Synchronizer
Chapter 19: Parsing Structured Text
Chapter 20: Implementing a Programming Language