Mastering Elixir

Mastering Elixir

评分

★★★★★

ISBN

9781788472241

出版社

Packt Publishing 2018-07-30出版

分类

编程设计

内容简介
Running concurrent, fault-tolerant applications that scale is a very demanding responsibility. After learning the abstractions that Elixir gives us, developers are able to build such applications with inconceivable low effort. There is a big gap between playing around with Elixir and running it in production, serving live requests. This book will help you fll this gap by going into detail on several aspects of how Elixir works and showing concrete examples of how to apply the concepts learned to
AI简介
这是一本全面而深入地介绍Elixir编程语言的书籍。书中首先介绍了函数式编程范式带来的好处,以及Elixir的数据类型及其使用,强调了函数作为一等公民的重要性。接着,书中深入探讨了如何使用进程维护状态,并介绍了OTP库和原则,如GenServer行为、Agent行为、Task模块、ETS和磁盘存储以及进程注册和Registry。 书中还详细介绍了如何使用GenServer和Agent行为来处理并发和状态问题,并探讨了Task模块在并行搜索中的应用。此外,书中还介绍了如何定义数据库表结构,并详细讲解了Phoenix框架的特点和优势。书中还介绍了如何使用Mox库与函数mock进行测试,并讲述了如何使用Distillery进行发布。 书中还深入探讨了容器化概念与优势,并详细讲解了如何部署ElixirDrip应用。书中还介绍了OTP行为与GenServer,以及GenServer的错误处理和日志。此外,书中还讲述了代码在文本中的表示,以及如何有效地使用代码。
阅读/下载地址