Elixir Saved

Elixir Saved PDF

Author: Katie L. Carroll

Publisher: Shimmer Publications

Published: 2020-07-14

Total Pages: 460

ISBN-13: 0998925454

DOWNLOAD EBOOK →

Three lives saved by the Elixir; three lives bound by it. The Elixir entwines the lives of those it touches. Once upon a time, Kylene, Zelenka, and Devon tasted it and escaped death. None were left without scars. Now, a shocking message from the Ice Queen—one of Mother Nature’s higher beings—sends each survivor on a quest. Kylene travels to the frozen depths of Blanchardwood, Zelenka heads back to the wilds of Faway Forest, and Devon journeys to a reclusive mountain temple. The three paths converge in a war against an ancient and tricky foe. And even the Elixir cannot save everyone. The fate of the world balances on the edge of a sword, and the outcome depends on whether the survivors will sacrifice their second chances. Escape back into the world of the Great Peninsula in this much-anticipated sequel to the award-winning ELIXIR BOUND. Perfect for fans of the Thrones of Glass series by Sarah J. Maas.

Elixir in Action

Elixir in Action PDF

Author: Sasa Juric

Publisher: Simon and Schuster

Published: 2019-01-03

Total Pages: 652

ISBN-13: 1638351651

DOWNLOAD EBOOK →

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

Adopting Elixir

Adopting Elixir PDF

Author: Ben Marx

Publisher: Pragmatic Bookshelf

Published: 2018-03-14

Total Pages: 334

ISBN-13: 168050584X

DOWNLOAD EBOOK →

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 application, from design and team-building, to managing stakeholders, to deployment and monitoring. Go beyond the syntax and the tools to learn the techniques you need to develop your Elixir application from concept to production. Learn real-life strategies from the people who built Elixir and use it successfully at scale. See how Ben Marx and Bleacher Report maintain one of the highest-traffic Elixir applications by selling the concept to management and delivering on that promise. Find out how Bruce Tate and icanmakeitbetter hire and train Elixir engineers, and the techniques they've employed to design and ensure code consistency since Elixir's early days. Explore customer challenges in deploying and monitoring distributed applications with Elixir creator Jose Valim and Plataformatec. Make a business case and build a team before you finish your first prototype. Once you're in development, form strategies for organizing your code and learning the constraints of the runtime and ecosystem. Convince stakeholders, both business and technical, about the value they can expect. Prepare to make the critical early decisions that will shape your application for years to come. Manage your deployment with all of the knobs and gauges that good DevOps teams demand. Decide between the many options available for deployment, and how to best prepare yourself for the challenges of running a production application. This book picks up where most Elixir books leave off. It won't teach you to program Elixir, or any of its tools. Instead, it guides you through the broader landscape and shows you a holistic approach to adopting the language. What You Need: This book works with any version of Elixir.

Elixir Bound

Elixir Bound PDF

Author: Katie L. Carroll

Publisher: Shimmer Publications

Published: 2018-06-23

Total Pages: 206

ISBN-13: 0998925438

DOWNLOAD EBOOK →

Take an epic journey in this award-winning young adult fantasy, winner of Best YA Book for the 2019 Connecticut Author Project! A young woman's quest to become the next guardian of a secret healing Elixir is perfect for fans of Shadow and Bone and The Lord of the Rings. Katora Kase isn't the firstborn son nor does she possess the type of magic that conjures spells or bewitches others. In the land of the Great Peninsula--an epic fantasy world ruled by the Great Mother Nature and her offspring--those things aren't a measure of one's worth. And what Katora does possess is the subtle magic that marks her as the next guardian of a secret healing Elixir that is her family's legacy. It is such a highly guarded secret that Katora doesn't know of its existence until a rare snowstorm blows through with a message for her father, the current guardian. Katora sets off on a quest into the wilds of Faway Forest to find the flowers that give the Elixir its potency. Even though she is accompanied by her sister, her brother, an old family friend, and a handsome mapmaker, she feels alone. For it is her decision alone whether or not to bind herself to the Elixir's magic to serve and protect it until a new guardian is chosen. The forest hosts many dangers, including wicked beings that will stop at nothing to gain power, but the biggest danger Katora faces is whether to give up a piece of her independence for the Elixir.

Elixir

Elixir PDF

Author: Frederick W. Jr. Parkins

Publisher: iUniverse

Published: 2000-01-11

Total Pages: 118

ISBN-13: 1583489118

DOWNLOAD EBOOK →

ELIXIR The Medieval Quest centers around Sebastian, an English Alchemist who embarks on an exciting and perilous journey across Medieval Europe in search of the fabled Elixir of Life. He is pursued by his evil uncle, who is in league with an ambitious nobleman, and by his lover, who wants to warn him of the imminent danger. In addition, the French Army and the Holy Roman Empire engage in a desperate race for the Elixir. All parties are headed toward an inevitable collision in the Swiss Alps, and only a chosen few will survive.

Mastering Elixir

Mastering Elixir PDF

Author: André Albuquerque

Publisher: Packt Publishing Ltd

Published: 2018-07-30

Total Pages: 568

ISBN-13: 1788472241

DOWNLOAD EBOOK →

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.

Save Your Life with the Elixir of Water

Save Your Life with the Elixir of Water PDF

Author: Blythe Ayne

Publisher:

Published: 2018-03-17

Total Pages: 164

ISBN-13: 9781947151567

DOWNLOAD EBOOK →

We can survive days without food, but four days without water can be fatal. You are 70 percent water - "Save Your Life with the Elixir of Water" is packed with information about, well, YOU! "The water cycle and the life cycle are one." Jacques Cousteau

Programming Phoenix

Programming Phoenix PDF

Author: Chris McCord

Publisher: Pragmatic Bookshelf

Published: 2016-04-20

Total Pages: 398

ISBN-13: 1680504363

DOWNLOAD EBOOK →

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.

Doctor Strange and Philosophy

Doctor Strange and Philosophy PDF

Author: Mark D. White

Publisher: John Wiley & Sons

Published: 2018-05-29

Total Pages: 295

ISBN-13: 1119437946

DOWNLOAD EBOOK →

Explore the mind and world of the brilliant neurosurgeon-turned-Sorcerer Supreme Doctor Stephen Strange Marvel Comics legends Stan Lee and Steve Ditko first introduced Doctor Stephen Strange to the world in 1963—and his spellbinding adventures have wowed comic book fans ever since. Over fifty years later, the brilliant neurosurgeon-turned-Sorcerer Supreme has finally travelled from the pages of comics to the big screen, introducing a new generation of fans to his mind-bending mysticism and self-sacrificing heroics. In Doctor Strange and Philosophy, Mark D. White takes readers on a tour through some of the most interesting and unusual philosophical questions which surround Stephen Strange and his place in the Marvel Universe. Essays from two-dozen Philosophers Supreme illuminate how essential philosophical concepts, including existentialism, epistemology, metaphysics, and ethics, relate to the world of Doctor Strange. Fans will find answers to all their Strange questions: How does Doctor Strange reconcile his beliefs in science and magic? What does his astral self say about the relationship between mind and body? Why is he always so alone? And what does he mean when he says we’re just “tiny momentary specks within an indifferent universe”—and why was he wrong? You won’t need the Eye of Agamotto to comprehend all that is wise within. Doctor Strange and Philosophy offers comic book fans and philosophers alike the chance to dive deeper into the world of one of Marvel’s most mystical superheroes.