Mastering Elixir


Mastering Elixir
DOWNLOAD eBooks

Download Mastering Elixir PDF/ePub or read online books in Mobi eBooks. Click Download or Read Online button to get Mastering Elixir book now. This website allows unlimited access to, at the time of writing, more than 1.5 million titles, including hundreds of thousands of titles in various foreign languages. If the content not found or just blank you must refresh this page





Mastering Elixir


Mastering Elixir
DOWNLOAD eBooks

Author : André Albuquerque
language : en
Publisher: Packt Publishing Ltd
Release Date : 2018-07-30

Mastering Elixir written by André Albuquerque and has been published by Packt Publishing Ltd this book supported file pdf, txt, epub, kindle and other format this book has been release on 2018-07-30 with Computers categories.


Leverage the power of Elixir programming language to solve practical problems associated with scalability, concurrency, fault tolerance, and high availability. Key Features Enhance your Elixir programming skills using its powerful tools and abstractions Discover how to develop a full-fledged file server Understand how to use Phoenix to create a web interface for your application. Book Description 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 a fully fledged application. In this book, you will learn how to build a rock-solid application, beginning by using Mix to create a new project. Then you will learn how the use of Erlang's OTP, along with the Elixir abstractions that run on top of it (such as GenServer and GenStage), that allow you to build applications that are easy to parallelize and distribute. You will also master supervisors (and supervision trees), and comprehend how they are the basis for building fault-tolerant applications. Then you will use Phoenix to create a web interface for your application. Upon fnishing implementation, you will learn how to take your application to the cloud, using Kubernetes to automatically deploy, scale, and manage it. Last, but not least, you will keep your peace of mind by learning how to thoroughly test and then monitor your application. What you will learn Use Elixir tools, including IEx and Mix Find out how an Elixir project is structured and how to create umbrella applications Discover the power of supervision trees, the basis for fault-tolerance Create a Domain-Specifc Language (DSL) that abstracts complexity Create a blazing-fast web interface for your application with Phoenix Set up an automatic deployment process for the cloud Monitor your application and be warned if anything unexpected happens Who this book is for Mastering Elixir is for you if you have experience in Elixir programming and want to take it to the next level. This Elixir book shows you how to build, deploy, and maintain robust applications, allowing you to go from tinkering with Elixir on side projects to using it in a live environment. However, no prior knowledge of Elixir is required to enjoy the complex topics covered in the book.



The Complete Guide To Elixir


The Complete Guide To Elixir
DOWNLOAD eBooks

Author : Ronald C Sheffield
language : en
Publisher: Independently Published
Release Date : 2023-05-30

The Complete Guide To Elixir written by Ronald C Sheffield and has been published by Independently Published this book supported file pdf, txt, epub, kindle and other format this book has been release on 2023-05-30 with categories.


Discover the power of Elixir, a functional programming language built for scalability and concurrency. In "The Complete Guide to Elixir," unlock the secrets of this dynamic language and learn how to build robust and fault-tolerant applications.Dive into the world of Elixir as you explore its elegant syntax, functional programming principles, and lightweight process model. Master the art of pattern matching, immutability, and pure functions, and unleash the full potential of functional programming. With Elixir, you can effortlessly handle concurrency and parallelism, building applications that scale seamlessly. Harness the power of metaprogramming and macros to extend the language and improve code expressivenes. Create real-time web applications using the Phoenix framework and delve into distributed computing for fault-tolerant systems. "The Complete Guide to Elixir" equips you with the knowledge and skills to become a proficient Elixir developer. Through practical examples, clear explanations, and hands-on exercises, you'll gain a deep understanding of Elixir's core concepts and best practices. Join the vibrant Elixir community and discover the multitude of resources available to support your learning journey. Embark on this transformative adventure and unlock the true potential of Elixir programming. Whether you're a seasoned developer or a newcomer to functional programming, this comprehensive guide will empower you to build scalable, concurrent, and fault-tolerant applications with ease. Are you ready to master Elixir?



Elixir In Action


Elixir In Action
DOWNLOAD eBooks

Author : Sasa Juric
language : en
Publisher: Simon and Schuster
Release Date : 2019-01-03

Elixir In Action written by Sasa Juric and has been published by Simon and Schuster this book supported file pdf, txt, epub, kindle and other format this book has been release on 2019-01-03 with Computers categories.


Summary 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. Purchase of the print book includes a free eBook in PDF, Kindle, and ePub formats from Manning Publications. 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 Jurić 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 About the Reader You'll need intermediate skills with client/server applications and a language like Java, C#, or Ruby. No previous experience with Elixir required. About the Author Saša Jurić is a developer with extensive experience using Elixir and Erlang in complex server-side systems. Table of Contents First steps Building blocks Control flow Data abstractions Concurrency primitives Generic server processes Building a concurrent system Fault-tolerance basics Isolating error effects Beyond GenServer Working with components Building a distributed system Running the system



Programming Phoenix


Programming Phoenix
DOWNLOAD eBooks

Author : Chris McCord
language : en
Publisher: Pragmatic Bookshelf
Release Date : 2016-04-20

Programming Phoenix written by Chris McCord and has been published by Pragmatic Bookshelf this book supported file pdf, txt, epub, kindle and other format this book has been release on 2016-04-20 with Computers categories.


Don't accept the compromise between fast and beautiful: you can have it all. Phoenix creator Chris McCord, Elixir creator Jose Valim, and award-winning author Bruce Tate walk you through building an application that's fast and reliable. At every step, you'll learn from the Phoenix creators not just what to do, but why. Packed with insider insights, this definitive guide will be your constant companion in your journey from Phoenix novice to expert, as you build the next generation of web applications. Phoenix is the long-awaited web framework based on Elixir, the highly concurrent language that combines a beautiful syntax with rich metaprogramming. The authors, who developed the earliest production Phoenix applications, will show you how to create code that's easier to write, test, understand, and maintain. The best way to learn Phoenix is to code, and you'll get to attack some interesting problems. Start working with controllers, views, and templates within the first few pages. Build an in-memory repository, and then back it with an Ecto database layer. Learn to use change sets and constraints that keep readers informed and your database integrity intact. Craft your own interactive application based on the channels API for the real-time, high-performance applications that this ecosystem made famous. Write your own authentication components called plugs, and even learn to use the OTP layer for monitored, reliable services. Organize your code with umbrella projects so you can keep your applications modular and easy to maintain. This is a book by developers and for developers, and we know how to help you ramp up quickly. Any book can tell you what to do. When you've finished this one, you'll also know why to do it. What You Need: To work through this book, you will need a computer capable of running Erlang 17 or better, Elixir 1.1, or better, Phoenix 1.0 or better, and Ecto 1.0 or better. A rudimentary knowledge of Elixir is also highly recommended.



Elixir Phoenix For Modern Applications


Elixir Phoenix For Modern Applications
DOWNLOAD eBooks

Author : Jose Krum
language : en
Publisher: Independently Published
Release Date : 2024-02-10

Elixir Phoenix For Modern Applications written by Jose Krum and has been published by Independently Published this book supported file pdf, txt, epub, kindle and other format this book has been release on 2024-02-10 with Computers categories.


Elixir & Phoenix for Modern Applications Craft robust, scalable, and efficient web applications with this hands-on guide to Elixir and Phoenix. The dynamic duo changing the game. This book, penned by a seasoned Elixir developer, equips you with the practical skills and insights to harness their power. About the Technology: Elixir: Dive into the functional programming paradigm, unlocking concurrency, fault tolerance, and unparalleled scalability. Phoenix: Master this modern web framework, built on Elixir, to create user-friendly and data-driven applications with ease. What's Inside: Solid Foundations: Grasp core Elixir concepts like processes, pattern matching, and functional design principles. Phoenix Powerhouse: Build real-world applications, from CRUD operations to real-time features, with step-by-step guidance. Testing & Security: Ensure code quality and application resilience with effective testing strategies and security best practices. Bonus Chapter: Explore real-world case studies and see how industry giants leverage Elixir and Phoenix for success. Who this book is for: Web developers seeking a powerful and efficient alternative to traditional frameworks. Programmers curious about functional programming and its benefits. Anyone passionate about building high-performance, scalable web applications. The demand for Elixir developers is skyrocketing! Be at the forefront of web development with this future-proof language. Invest a small amount of time and gain valuable skills that will boost your career for years to come. This book isn't just a guide, it's an investment in your professional development. Open doors to exciting opportunities and command higher salaries with in-demand Elixir expertise. Start your mastery today! Grab a copy of Elixir & Phoenix for Modern Applications now and unlock the potential of Elixir & Phoenix for modern web development.



Metaprogramming Elixir


Metaprogramming Elixir
DOWNLOAD eBooks

Author : Chris McCord
language : en
Publisher:
Release Date : 2015

Metaprogramming Elixir written by Chris McCord and has been published by this book supported file pdf, txt, epub, kindle and other format this book has been release on 2015 with Computer programming categories.


Write code that writes code with Elixir macros. Macros make metaprogramming possible and define the language itself. In this book, you'll learn how to use macros to extend the language with fast, maintainable code and share functionality in ways you never thought possible. You'll discover how to extend Elixir with your own first-class features, optimize performance, and create domain-specific languages. Metaprogramming is one of Elixir's greatest features. Maybe you've played with the basics or written a few macros. Now you want to take it to the next level. This book is a guided series of metaprogramming tutorials that take you step by step to metaprogramming mastery. You'll extend Elixir with powerful features and write faster, more maintainable programs in ways unmatched by other languages. You'll start with the basics of Elixir's metaprogramming system and find out how macros interact with Elixir's abstract format. Then you'll extend Elixir with your own first-class features, write a testing framework, and discover how Elixir treats source code as building blocks, rather than rote lines of instructions. You'll continue your journey by using advanced code generation to create essential libraries in strikingly few lines of code. Finally, you'll create domain-specific languages and learn when and where to apply your skills effectively. When you're done, you will have mastered metaprogramming, gained insights into Elixir's internals, and have the confidence to leverage macros to their full potential in your own projects.



Functional Web Development With Elixir Otp And Phoenix


Functional Web Development With Elixir Otp And Phoenix
DOWNLOAD eBooks

Author : Lance Halvorsen
language : en
Publisher: Pragmatic Bookshelf
Release Date : 2018-01-25

Functional Web Development With Elixir Otp And Phoenix written by Lance Halvorsen and has been published by Pragmatic Bookshelf this book supported file pdf, txt, epub, kindle and other format this book has been release on 2018-01-25 with Computers categories.


Elixir and Phoenix are generating tremendous excitement as an unbeatable platform for building modern web applications. For decades OTP has helped developers create incredibly robust, scalable applications with unparalleled uptime. Make the most of them as you build a stateful web app with Elixir, OTP, and Phoenix. Model domain entities without an ORM or a database. Manage server state and keep your code clean with OTP Behaviours. Layer on a Phoenix web interface without coupling it to the business logic. Open doors to powerful new techniques that will get you thinking about web development in fundamentally new ways. Elixir and OTP provide exceptional tools to build rock-solid back-end applications that scale. In this book, you'll build a web application in a radically different way, with a back end that holds application state. You'll use persistent Phoenix Channel connections instead of HTTP's request-response, and create the full application in distinct, decoupled layers. In Part 1, start by building the business logic as a separate application, without Phoenix. Model the application domain with Elixir functions and simple data structures. By keeping state in memory instead of a database, you can reduce latency and simplify your code. In Part 2, add in the GenServer Behaviour to make managing in-memory state a breeze. Create a supervision tree to boost fault tolerance while separating error handling from business logic. Phoenix is a modern web framework you can layer on top of business logic while keeping the two completely decoupled. In Part 3, you'll do exactly that as you build a web interface with Phoenix. Bring in the application from Part 2 as a dependency to a new Phoenix project. Then use ultra-scalable Phoenix Channels to establish persistent connections between the stateful server and a stateful front-end client. You're going to love this way of building web apps! What You Need: You'll need a computer that can run Elixir version 1.5 or higher and Phoenix 1.3 or higher. Some familiarity with Elixir and Phoenix is recommended.



The Little Elixir Otp Guidebook


The Little Elixir Otp Guidebook
DOWNLOAD eBooks

Author : Benjamin Tan Wei Hao
language : en
Publisher: Simon and Schuster
Release Date : 2016-09-25

The Little Elixir Otp Guidebook written by Benjamin Tan Wei Hao and has been published by Simon and Schuster this book supported file pdf, txt, epub, kindle and other format this book has been release on 2016-09-25 with Computers categories.


Summary The Little Elixir & OTP Guidebook gets you started programming applications with Elixir and OTP. You begin with a quick overview of the Elixir language syntax, along with just enough functional programming to use it effectively. Then, you'll dive straight into OTP and learn how it helps you build scalable, fault-tolerant and distributed applications through several fun examples. Purchase of the print book includes a free eBook in PDF, Kindle, and ePub formats from Manning Publications. About the Technology Elixir is an elegant programming language that combines the expressiveness of Ruby with the concurrency and fault-tolerance of Erlang. It makes full use of Erlang's BEAM VM and OTP library, so you get two decades' worth of maturity and reliability right out of the gate. Elixir's support for functional programming makes it perfect for modern event-driven applications. About the Book The Little Elixir & OTP Guidebook gets you started writing applications with Elixir and OTP. You'll begin with the immediately comfortable Elixir language syntax, along with just enough functional programming to use it effectively. Then, you'll dive straight into several lighthearted examples that teach you to take advantage of the incredible functionality built into the OTP library. What's Inside Covers Elixir 1.2 and 1.3 Introduction to functional concurrency with actors Experience the awesome power of Erlang and OTP About the Reader Written for readers comfortable with a standard programming language like Ruby, Java, or Python. FP experience is helpful but not required. About the Author Benjamin Tan Wei Hao is a software engineer at Pivotal Labs, Singapore. He is also an author, a speaker, and an early adopter of Elixir. Table of Contents GETTING STARTED WITH ELIXIR AND OTP Introduction A whirlwind tour Processes 101 Writing server applications with GenServer FAULT TOLERANCE, SUPERVISION, AND DISTRIBUTION Concurrent error-handling and fault tolerance with links, monitors, and processes Fault tolerance with Supervisors Completing the worker-pool application Distribution and load balancing Distribution and fault tolerance Dialyzer and type specifications Property-based and concurrency testing



Learn To Program


Learn To Program
DOWNLOAD eBooks

Author : Chris Pine
language : en
Publisher: Pragmatic Bookshelf
Release Date : 2021-06-17

Learn To Program written by Chris Pine and has been published by Pragmatic Bookshelf this book supported file pdf, txt, epub, kindle and other format this book has been release on 2021-06-17 with Computers categories.


It's easier to learn how to program a computer than it has ever been before. Now everyone can learn to write programs for themselves - no previous experience is necessary. Chris Pine takes a thorough, but lighthearted approach that teaches you the fundamentals of computer programming, with a minimum of fuss or bother. Whether you are interested in a new hobby or a new career, this book is your doorway into the world of programming. Computers are everywhere, and being able to program them is more important than it has ever been. But since most books on programming are written for other programmers, it can be hard to break in. At least it used to be. Chris Pine will teach you how to program. You'll learn to use your computer better, to get it to do what you want it to do. Starting with small, simple one-line programs to calculate your age in seconds, you'll see how to write interactive programs, to use APIs to fetch live data from the internet, to rename your photos from your digital camera, and more. You'll learn the same technology used to drive modern dynamic websites and large, professional applications. Whether you are looking for a fun new hobby or are interested in entering the tech world as a professional, this book gives you a solid foundation in programming. Chris teaches the basics, but also shows you how to think like a programmer. You'll learn through tons of examples, and through programming challenges throughout the book. When you finish, you'll know how and where to learn more - you'll be on your way. What You Need: All you need to learn how to program is a computer (Windows, macOS, or Linux) and an internet connection. Chris Pine will lead you through setting set up with the software you will need to start writing programs of your own.



Phoenix Web Development


Phoenix Web Development
DOWNLOAD eBooks

Author : Mike Voloz
language : en
Publisher: Packt Publishing Ltd
Release Date : 2018-04-30

Phoenix Web Development written by Mike Voloz and has been published by Packt Publishing Ltd this book supported file pdf, txt, epub, kindle and other format this book has been release on 2018-04-30 with Computers categories.


The Phoenix web development framework is an object-oriented application development tool written in Elixir. With Elixir and Phoenix, you build your application the right way, ready to scale and ready for the increasing demands of real-time web applications. If you have some knowledge of Elixir, have experience with web frameworks in other ...