The Pragmatic Programmers, 2024. — 385 p. — ISBN-13: 979-8-88865-034-9. Version: P1.0 (September 2024) Stable Diffusion, ChatGPT, and Whisper – are just a few examples of incredible applications powered by developments in machine learning. Despite the ubiquity of machine learning applications running in production, there are only a few viable language choices for data science...
The Pragmatic Programmers, 2024. — 385 p. — SBN-13: 979-8888650349. Version: P1.0 (September 2024) Stable Diffusion, ChatGPT, and Whisper – are just a few examples of incredible applications powered by developments in machine learning. Despite the ubiquity of machine learning applications running in production, there are only a few viable language choices for data science and...
Independently published, 2024. — 264 p. — ASIN B0D8H4Z7GF. Discover the art of writing clear and maintainable code with Elixir. This comprehensive guide provides 100 practical techniques to enhance the readability of your Elixir code. From pattern matching and pipe operators to guard clauses and comprehensions, each technique is explained with examples. Learn how to implement...
3rd Edition. — Manning Publications, 2024. — 615 p. — ISBN: 978-1633438514. Fully updated to Elixir 1.15, this authoritative bestseller reveals how Elixir tackles problems of scalability, fault tolerance, and high availability. Thousands of developers have learned to build applications in Elixir by using Saša Juric’s Elixir in Action. You’ll skip the programming basics or 101...
3rd Edition. — Manning Publications, 2024. — 615 p. — ISBN: 978-1633438514. Fully updated to Elixir 1.15, this authoritative bestseller reveals how Elixir tackles problems of scalability, fault tolerance, and high availability. Thousands of developers have learned to build applications in Elixir by using Saša Juric’s Elixir in Action. You’ll skip the programming basics or 101...
3rd Edition.: Manning Publications, 2024. – 682 p. – (Final). – ISBN: 9781633438514. Elixir is the perfect choice for mission-critical software. Its fault-tolerance and concurrency capabilities let it seamlessly handle huge numbers of users and data, and its functional programming mindset means Elixir applications are predictable, readable, and easy to maintain. Start coding in...
Pragmatic Bookshelf, 2021. — 235 p. — ISBN: 978-1680507942. From finance to artificial intelligence, genetic algorithms are a powerful tool with a wide array of applications. But you don't need an exotic new language or framework to get started; you can learn about genetic algorithms in a language you're already familiar with. Join us for an in-depth look at the algorithms,...
The Pragmatic Programmers, 2022. — 130 p. Elixir is a functional language that crosses many boundaries. With a syntax borrowing heavily from Ruby, a runtime that is on the Erlang BEAM, a macro system like that in Lisp, and a streaming library like you might find in Haskell, Elixir takes the best features from many environments. Elixir borrows from Erlang's "Let It Crash"...
The Pragmatic Programmers, 2022. — 74 p. 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...
Version: P1.0. — The Pragmatic Programmers, 2022. — 108 p. — ISBN-13: 978-1-68050-923-6. Want to get better at coding Elixir? Write a hardware project with Nerves. As you build this binary clock, you’ll build in resiliency using OTP, the same libraries powering many commercial phone switches. You’ll attack complexity the way the experts do, using a layered approach. You’ll...
The Pragmatic Programmers, Pragmatic Bookshelf, 2022. — 178 p. — ISBN-13: 978-1-68050-902-1. — (Version: P1.0). The Elixir programming language has become a go-to tool for creating reliable, fault-tolerant, and robust server-side applications. Thanks to Nerves, those same benefits can be realized in embedded applications. This book will teach you how to structure, build, and...
The Pragmatic Bookshelf, LLC., 2023. — 107 p. — ISBN-13: 978-1-68050-973-1. As a web developer, you have to build tables. Lots and lots of tables. With table UIs making up such a significant part of your daily work, you need to know how to build the right table for the task, with all the needed features. Building a simple table is easy, but tables only become really useful with...
The Pragmatic Bookshelf, LLC., 2023. — 370 p. — ISBN-13: 978-1-68050-821-5. Version: B9.0 (March 21, 2023). The days of the traditional request-response web application are long gone, but you don't have to wade through oceans of JavaScript to build the interactive applications today's users crave. The innovative Phoenix LiveView library empowers you to build applications that...
The Pragmatic Bookshelf, LLC., 2023. — 370 p. — ISBN-13: 978-1680508215. Version: B9.0 (March 21, 2023) The days of the traditional request-response web application are long gone, but you don't have to wade through oceans of JavaScript to build the interactive applications today's users crave. The innovative Phoenix LiveView library empowers you to build applications that are...
The Pragmatic Programmers, Pragmatic Bookshelf, 2022. — 178 p. — ISBN: 9781680509021. — (Version: P1.0). The Elixir programming language has become a go-to tool for creating reliable, fault-tolerant, and robust server-side applications. Thanks to Nerves, those same benefits can be realized in embedded applications. This book will teach you how to structure, build, and deploy...
The Pragmatic Programmers, LLC; Pragmatic Bookshelf, 2022. – — 294 p. – — (Version: P1.0). Data is everywhere - it's just not very well connected, which makes it super hard to relate dataset to dataset. Using graphs as the underlying glue, you can readily join data together and create navigation paths across diverse sets of data. Add Elixir, with its awesome power of...
Version: P1.0. — The Pragmatic Programmers, 2022. — 149 p. Want to get better at coding Elixir? Write a hardware project with Nerves. As you build this binary clock, you'll build in resiliency using OTP, the same libraries powering many commercial phone switches. You'll attack complexity the way the experts do, using a layered approach. You'll sharpen your debugging skills by...
The Pragmatic Programmers, 2021. — 176 p. — ISBN: 1680508199. Version: P1.0 (August 2021) Learn different ways of writing concurrent code in Elixir and increase your application's performance, without sacrificing scalability or fault-tolerance. Most projects benefit from running background tasks and processing data concurrently, but the world of OTP and various libraries can be...
Pragmatic Bookshelf, 2021. — 256 p. — ISBN: 978-1-68050-782-9. Book version: P1.0 — July 2021 Elixir offers new paradigms, and challenges you to test in unconventional ways. Start with ExUnit: almost everything you need to write tests covering all levels of detail, from unit to integration, but only if you know how to use it to the fullest - we'll show you how. Explore testing...