Programmer passport : OTP
Author
Published
[Raleigh, North Carolina] : Pragmatic Bookshelf, [2022].
Status
Available Online
Description
Loading Description...
More Details
Format
Edition
[First edition].
Language
English
ISBN
9781680509700, 1680509705
Notes
Bibliography
Includes bibliographical references.
Description
OTP is the heart of the rapidly growing Elixir, the functional language at the heart of Phoenix and LiveView. OTP enables exciting concurrent applications with among the best reliability properties in the world. With this book, you'll learn to code systems that can detect failure and recover from it automatically using the same techniques behind the world's telecommunication systems. By plugging into OTP, your own libraries will handle concurrent requests robustly, and seamlessly integrate with other supervised Elixir and Erlang applications. If you're looking to take your next step as an Elixir developer, look no further than OTP. OTP is a library for building fault tolerant systems with self-healing properties; its services power many of the world's reliable telecom infrastructure. It also powers many of Elixir's most powerful capabilities. In this fast-paced book - first published with Groxio's Programmer Passport - you'll learn about the most important abstractions that power OTP. This approachable guide will give you a high-level understanding before diving into individual details. This understanding will tell you how the core APIs work so you'll know why Elixir programmers write code the way they do. To start, this guide will walk you through building your own basic service that works in the same way as OTP's foundational GenServer. This quick exercise will gently ease you into the way GenServers work. You'll build your own GenServer, and then quickly move on to adding the supervision services to enable the reliability and self-healing properties that make Elixir famous. Once you've done so, you'll add features like a dynamic supervisor, and use a process registry to make your program more flexible and dynamic.
Local note
O'Reilly,O'Reilly Online Learning: Academic/Public Library Edition
Also in this Series
Checking series information...
Reviews from GoodReads
Loading GoodReads Reviews.
Citations
APA Citation, 7th Edition (style guide)
Tate, B., & Carter, J. (2022). Programmer passport: OTP ([First edition].). Pragmatic Bookshelf.
Chicago / Turabian - Author Date Citation, 17th Edition (style guide)Tate, Bruce, 1965- and Jacquelyn, Carter. 2022. Programmer Passport: OTP. [Raleigh, North Carolina]: Pragmatic Bookshelf.
Chicago / Turabian - Humanities (Notes and Bibliography) Citation, 17th Edition (style guide)Tate, Bruce, 1965- and Jacquelyn, Carter. Programmer Passport: OTP [Raleigh, North Carolina]: Pragmatic Bookshelf, 2022.
Harvard Citation (style guide)Tate, B. and Carter, J. (2022). Programmer passport: oTP. [First edn]. [Raleigh, North Carolina]: Pragmatic Bookshelf.
MLA Citation, 9th Edition (style guide)Tate, Bruce, and Jacquelyn Carter. Programmer Passport: OTP [First edition]., Pragmatic Bookshelf, 2022.
Note! Citations contain only title, author, edition, publisher, and year published. Citations should be used as a guideline and should be double checked for accuracy. Citation formats are based on standards as of August 2021.
Staff View
Grouped Work ID
cf44f647-f178-5116-b82a-72cacaa15f09-eng
Grouping Information
Grouped Work ID | cf44f647-f178-5116-b82a-72cacaa15f09-eng |
---|---|
Full title | programmer passport otp |
Author | tate bruce |
Grouping Category | book |
Last Update | 2024-12-17 08:40:50AM |
Last Indexed | 2024-12-17 08:42:01AM |
Book Cover Information
Image Source | default |
---|---|
First Loaded | Jan 4, 2024 |
Last Used | Oct 3, 2024 |
Marc Record
First Detected | Mar 20, 2023 10:19:20 AM |
---|---|
Last File Modification Time | Dec 17, 2024 08:21:31 AM |
Suppressed | Record had no items |
MARC Record
LEADER | 03453cam a22004457i 4500 | ||
---|---|---|---|
001 | on1333437688 | ||
003 | OCoLC | ||
005 | 20241217081912.0 | ||
006 | m o d | ||
007 | cr cnu|||unuuu | ||
008 | 220628s2022 ncua ob 000 0 eng d | ||
020 | |a 9781680509700|q (electronic bk.) | ||
020 | |a 1680509705|q (electronic bk.) | ||
035 | |a (OCoLC)1333437688 | ||
037 | |a 9781680509700|b O'Reilly Media | ||
040 | |a ORMDA|b eng|e rda|e pn|c ORMDA|d OCLCF|d OCLCQ|d OCLCO|d OCLCL | ||
049 | |a MAIN | ||
050 | 4 | |a QA76.62 | |
082 | 0 | 4 | |a 005.13/3|2 23/eng/20220628 |
100 | 1 | |a Tate, Bruce,|d 1965-|e author.|1 https://id.oclc.org/worldcat/entity/E39PBJbM7RyXqwRMBbKHrQpwYP|9 194445 | |
245 | 1 | 0 | |a Programmer passport :|b OTP /|c by Bruce Tate ; edited by Jacquelyn Carter. |
246 | 3 | 0 | |a OTP |
250 | |a [First edition]. | ||
264 | 1 | |a [Raleigh, North Carolina] :|b Pragmatic Bookshelf,|c [2022] | |
300 | |a 1 online resource (74 pages) :|b illustrations | ||
336 | |a text|b txt|2 rdacontent | ||
337 | |a computer|b c|2 rdamedia | ||
338 | |a online resource|b cr|2 rdacarrier | ||
490 | 1 | |a The Pragmatic programmers | |
504 | |a Includes bibliographical references. | ||
520 | |a OTP is the heart of the rapidly growing Elixir, the functional language at the heart of Phoenix and LiveView. OTP enables exciting concurrent applications with among the best reliability properties in the world. With this book, you'll learn to code systems that can detect failure and recover from it automatically using the same techniques behind the world's telecommunication systems. By plugging into OTP, your own libraries will handle concurrent requests robustly, and seamlessly integrate with other supervised Elixir and Erlang applications. If you're looking to take your next step as an Elixir developer, look no further than OTP. OTP is a library for building fault tolerant systems with self-healing properties; its services power many of the world's reliable telecom infrastructure. It also powers many of Elixir's most powerful capabilities. In this fast-paced book - first published with Groxio's Programmer Passport - you'll learn about the most important abstractions that power OTP. This approachable guide will give you a high-level understanding before diving into individual details. This understanding will tell you how the core APIs work so you'll know why Elixir programmers write code the way they do. To start, this guide will walk you through building your own basic service that works in the same way as OTP's foundational GenServer. This quick exercise will gently ease you into the way GenServers work. You'll build your own GenServer, and then quickly move on to adding the supervision services to enable the reliability and self-healing properties that make Elixir famous. Once you've done so, you'll add features like a dynamic supervisor, and use a process registry to make your program more flexible and dynamic. | ||
590 | |a O'Reilly|b O'Reilly Online Learning: Academic/Public Library Edition | ||
650 | 0 | |a Elixir (Computer program language) | |
650 | 0 | |a Functional programming (Computer science)|9 63437 | |
650 | 0 | |a Software architecture.|9 75529 | |
700 | 1 | |a Carter, Jacquelyn,|e editor. | |
830 | 0 | |a Pragmatic programmers.|9 291662 | |
856 | 4 | 0 | |u https://library.access.arlingtonva.us/login?url=https://learning.oreilly.com/library/view/~/9781680509700/?ar|x O'Reilly|z eBook |
994 | |a 92|b VIA | ||
999 | |c 283965|d 283965 |