Зарегистрироваться
Восстановить пароль
FAQ по входу

Elixir

  • Без фильтрации типов файлов
F
Pragmatic Bookshelf, 2025. — 450 р. — ISBN-13: 979-8-88865-067-7. The days of separate dev and ops teams are over - knowledge silos and the "throw it over the fence" culture they create are the enemy of progress. As an engineer or developer, you need to confidently own each stage of the software delivery process. This book introduces a new paradigm, BEAMOps, that helps you...
  • №1
  • 2,97 МБ
  • добавлен
  • описание отредактировано
G
Pragmatic Bookshelf, 2020. — 236 p. — ISBN13: 978-1-68050-661-7. You know how to code in Elixir; now learn to think in it. Learn to design libraries with intelligent layers that shape the right data structures, flow from one function into the next, and present the right APIs. Embrace the same OTP that’s kept our telephone systems reliable and fast for over 30 years. Move beyond...
  • №2
  • 1,15 МБ
  • добавлен
  • описание отредактировано
H
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 concurrency,...
  • №3
  • 2,30 МБ
  • добавлен
  • описание отредактировано
The Pragmatic Programmers, 2022. — 149 p. — (Version: P1.0). Создайте бинарные часы с помощью Elixir и Nerves: используйте слои для создания лучших встраиваемых систем 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...
  • №4
  • 1,74 МБ
  • добавлен
  • описание отредактировано
J
Manning Publications, 2019. — 384 p. — ISBN: 978-1-617295027. The Elixir language blends the battle-tested power and stability of the Erlang virtual machine with an approachable and expressive syntax. Elixir in Action, Second Edition teaches you how to use the Elixir programming language to solve the practical problems of scalability, fault tolerance, and high availability....
  • №5
  • 1,87 МБ
  • добавлен
  • описание отредактировано
Manning, 2015. — 378 p. — ISBN: 978-1617292019. Elixir in Action teaches you to apply the new Elixir programming language to practical problems associated with scalability, concurrency, fault tolerance, and high availability. Purchase of the print book includes a free eBook in PDF, Kindle, and EPUB formats from Manning Publications. About the Technology Elixir is a modern...
  • №6
  • 4,40 МБ
  • добавлен
  • описание отредактировано
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...
  • №7
  • 1,64 МБ
  • добавлен
  • описание отредактировано
K
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 exact benefits can be realized in embedded applications. This book will teach you how to structure, build,...
  • №8
  • 1,97 МБ
  • добавлен
  • описание отредактировано
L
O’Reilly Media, 2014. — 245 p. — ISBN: 978-1-44936999-6. Elixir is an excellent language if you want to learn about functional programming, and with this hands-on introduction, you’ll discover just how powerful and fun Elixir can be. This language combines the robust functional programming of Erlang with a syntax similar to Ruby, and includes powerful features for...
  • №9
  • 959,66 КБ
  • добавлен
  • описание отредактировано
2 ed. — O’Reilly, 2017. — 236 p. — ISBN: 1491956771. Smooth, powerful, and small, the Elixir programming language is an excellent place for newcomers to learn about functional programming. This book shows readers how Elixir combines the robust functional programming of Erlang with an approach that looks more like Ruby. Readers will learn how Elixir simplifies some of Erlang's...
  • №10
  • 1,33 МБ
  • добавлен
  • описание отредактировано
M
Pragmatic Bookshelf, 2018. — 244 p. — ISBN13: 978-1-68050-252-7. Adoption is more than programming. Elixir is an exciting new language, but to successfully get your application from start to finish, you're going to need to know more than just the language. The case studies and strategies in this book will get you there. Learn the best practices for the whole life of your...
  • №11
  • 1,02 МБ
  • добавлен
  • описание отредактировано
The Pragmatic Programmers, 2024. — 385 р. — ISBN-13: 979-8-88865-034-9. Version: P1.0 (September 2024) Stable Diffusion, ChatGPT, Whisper – these 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...
  • №12
  • 2,79 МБ
  • добавлен
  • описание отредактировано
T
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"...
  • №13
  • 524,97 КБ
  • добавлен
  • описание отредактировано
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...
  • №14
  • 519,55 КБ
  • добавлен
  • описание отредактировано
Pragmatic Programmer, 2014. — 340 p. — ISBN: 978-1-93778-558-1. As a developer, you’ve probably heard that functional programming techniques help manage the complexities of today’s real-world, concurrent systems. You’re also investigating designs that help you maximize uptime and manage security. This book is your guide to Elixir, a modern, functional, and concurrent...
  • №15
  • 611,59 КБ
  • добавлен
  • описание отредактировано
W
Pragmatic Bookshelf, 2019. — 231 p. — ISBN13: 978-1-68050-282-4. Languages may come and go, but the relational database endures. Learn how to use Ecto, the premier database library for Elixir, to connect your Elixir and Phoenix apps to databases. Get a firm handle on Ecto fundamentals with a module-by-module tour of the critical parts of Ecto. Then move on to more advanced...
  • №16
  • 744,28 КБ
  • добавлен
  • описание отредактировано
В этом разделе нет файлов.

Комментарии

в разделе Elixir #
Нет ли здесь где programming phoenix 1.3 и выше очень ищу эту вещь)
в разделе Elixir #
Тоже самое. Не нашел пока.
В этом разделе нет комментариев.