Elixir in Action, Second Edition
Saša Jurić
- 出版商: Manning
- 出版日期: 2019-01-12
- 定價: $1,860
- 售價: 5.0 折 $930
- 語言: 英文
- 頁數: 384
- 裝訂: Paperback
- ISBN: 1617295027
- ISBN-13: 9781617295027
-
相關分類:
Functional-programming
-
其他版本:
Elixir in Action, Third Edition
買這商品的人也買了...
-
$500$450 -
$2,500$2,375 -
$940$700 -
$898Debugging Teams: Better Productivity through Collaboration (Paperback)
-
$354$336 -
$790$616 -
$352Groovy 程序設計 (Programming Groovy 2: Dynamic Productivity for the Java Developer)
-
$540$459 -
$1,840$1,748 -
$2,043$1,935 -
$1,925$1,829 -
$1,800$1,710 -
$580$458 -
$550$468 -
$1,648Agile Web Development with Rails 6
-
$768$730 -
$444騰訊游戲開發精粹Ⅱ
-
$509有趣的 Flutter : 從 0到 1構建跨平臺App
-
$620$434 -
$690$538 -
$1,980$1,881 -
$1,428$1,357 -
$720$569 -
$2,080$1,976 -
$2,218Programming Ruby 3.3: The Pragmatic Programmers' Guide (Paperback)
相關主題
商品描述
Revised and updated for Elixir 1.7, Elixir in Action, Second Edition teaches you how to apply Elixir to practical problems associated with scalability, fault tolerance, and high availability. Along the way, you'll develop an appreciation for, and considerable skill in, a functional and concurrent style of programming.
about the technology
When you’re building mission-critical software, fault tolerance matters. The Elixir programming language delivers fast, reliable applications, whether you’re building a large-scale distributed system, a set of backend services, or a simple web app. And Elixir’s elegant syntax and functional programming mindset make your software easy to write, read, and maintain.
about the book
Elixir in Action, Second Edition teaches you how to build production-quality distributed applications using the Elixir programming language. Author Saša Juric introduces this powerful language using examples that highlight the benefits of Elixir’s functional and concurrent programming. You’ll discover how the OTP framework can radically reduce tedious low-level coding tasks. You’ll also explore practical approaches to concurrency as you learn to distribute a production system over multiple machines.
what's inside
- Updated for Elixir 1.7
- Functional and concurrent programming
- Introduction to distributed system design
- Creating deployable releases