Elixir Cookbook

Elixir Cookbook Book in PDF, ePub and Kindle version is available to download in english. Read online anytime anywhere directly from your device. Click on the download button below to get a free pdf file of Elixir Cookbook book. This book definitely worth reading, it is an incredibly well-written.

Elixir Cookbook

Author : Paulo A Pereira
Publisher : Packt Publishing Ltd
Page : 236 pages
File Size : 55,7 Mb
Release : 2015-02-19
Category : Computers
ISBN : 9781784393489

Get Book

Elixir Cookbook by Paulo A Pereira Pdf

This book is intended for users with some knowledge of the Elixir language syntax and basic data types/structures. Although this is a cookbook and no sequential reading is required, the book’s structure will allow less advanced users who follow it to be gradually exposed to some of Elixir’s features and concepts specific to functional programming. To get the most out of this book, you need to be well versed with Erlang.

The Elixir of Life

Author : Lisa Dahl
Publisher : Unknown
Page : 0 pages
File Size : 47,5 Mb
Release : 2023-11
Category : Electronic
ISBN : 0989448827

Get Book

The Elixir of Life by Lisa Dahl Pdf

Cookbook

The Unofficial Legend Of Zelda Cookbook

Author : Aimee Wood
Publisher : Unknown
Page : 330 pages
File Size : 54,7 Mb
Release : 2020-07
Category : Cooking
ISBN : 173447310X

Get Book

The Unofficial Legend Of Zelda Cookbook by Aimee Wood Pdf

Programming Ecto

Author : Darin Wilson,Eric Meadows-Jonsson
Publisher : Pragmatic Bookshelf
Page : 330 pages
File Size : 52,6 Mb
Release : 2019-04-01
Category : Computers
ISBN : 9781680506938

Get Book

Programming Ecto by Darin Wilson,Eric Meadows-Jonsson Pdf

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 topics and advice on best practices with a series of recipes that provide clear, step-by-step instructions on scenarios commonly encountered by app developers. Co-authored by the creator of Ecto, this title provides all the essentials you need to use Ecto effectively. Elixir and Phoenix are taking the application development world by storm, and Ecto, the database library that ships with Phoenix, is going right along with them. There are plenty of examples that show you the basics, but to use Ecto to its full potential, you need to learn the library from the ground up. This definitive guide starts with a tour of the core features of Ecto - repos, queries, schemas, changesets, transactions - gradually building your knowledge with tasks of ever-increasing complexity. Along the way, you'll be learning by doing - a sample application handles all the boilerplate so you can focus on getting Ecto into your fingers. Build on that core knowledge with a series of recipes featuring more advanced topics. Change your pooling strategy to maximize your database's efficiency. Use nested associations to handle complex table relationships. Add streams to handle large result sets with ease. Based on questions from Ecto users, these recipes cover the most common situations developers run into. Whether you're new to Ecto, or already have an app in production, this title will give you a deeper understanding of how Ecto works, and help make your database code cleaner and more efficient. What You Need: To follow along with the book, you should have Erlang/OTP 19+ and Elixir 1.4+ installed. The book will guide you through setting up a sample application that integrates Ecto.

Elixir Life: Modern Nutrition Meets Ancient Herbal Wisdom

Author : Malcolm Saunders
Publisher : Awakened Living
Page : 98 pages
File Size : 49,6 Mb
Release : 2018-01-02
Category : Cooking
ISBN : 1775161102

Get Book

Elixir Life: Modern Nutrition Meets Ancient Herbal Wisdom by Malcolm Saunders Pdf

Learn how to craft your own nourishing herbal beverages. A beautiful and enlightening book featuring over 30 warm, cool, sweet & savory Elixir recipes to elevate your health that you can make at home.

Erlang and Elixir for Imperative Programmers

Author : Wolfgang Loder
Publisher : Apress
Page : 260 pages
File Size : 44,5 Mb
Release : 2016-11-26
Category : Computers
ISBN : 9781484223949

Get Book

Erlang and Elixir for Imperative Programmers by Wolfgang Loder Pdf

Learn and understand Erlang and Elixir and develop a working knowledge of the concepts of functional programming that underpin them. This book takes the author’s experience of taking on a project that required functional programming and real-time systems, breaks it down, and organizes it. You will get the necessary knowledge about differences to the languages you know, where to start, and where to go next. Have you been told by your customer or manager that they heard good things about Erlang, you should use it for the next project? Never had to deal with functional programming or real-time systems? In 2014, the author, Wolfgang Loder, developed a repository for digital assets that had to deliver those assets in binary form quickly and reliably, being able to deal with at least hundreds of requests per second. Since he could decide the architecture and software stack of the solution, he immediately thought of Erlang and its libraries and started to evaluate this option. It was not long after that he discovered Elixir, which sits on top of the Erlang virtual machine and has features more palatable for non-functional programmers, although it is a functional programming language itself. Erlang and Elixir for Imperative Programmers gives you a basis for deciding whether the effort is viable for your next project. This book is partly a tale of the author's own experience and partly a description of the bigger and more subtle differences between Erlang/Elixir and languages such as C++, Java, and C#. What You'll Learn Discover functional programming, Erlang, and Elixir Work on service design and service features Set up your environment: deployment, development, and production Implement the service including public interface, asset processing, and deployment Use the patterns and concepts found in Erlang including type creation concepts and code structuring. Who This Book Is For Experienced and savvy programmers, coders, and developers new to Erlang and Elixir.

Programming Phoenix

Author : Chris McCord,Bruce Tate,Jose Valim
Publisher : Pragmatic Bookshelf
Page : 398 pages
File Size : 54,5 Mb
Release : 2016-04-20
Category : Computers
ISBN : 9781680504361

Get Book

Programming Phoenix by Chris McCord,Bruce Tate,Jose Valim Pdf

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.

Mastering Elixir

Author : André Albuquerque,Daniel Caixinha
Publisher : Packt Publishing Ltd
Page : 568 pages
File Size : 52,6 Mb
Release : 2018-07-30
Category : Computers
ISBN : 9781788472241

Get Book

Mastering Elixir by André Albuquerque,Daniel Caixinha Pdf

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 Ultimate Final Fantasy XIV Cookbook

Author : Victoria Rosenthal
Publisher : Simon and Schuster
Page : 192 pages
File Size : 47,8 Mb
Release : 2022-01-04
Category : Games & Activities
ISBN : 9781647227951

Get Book

The Ultimate Final Fantasy XIV Cookbook by Victoria Rosenthal Pdf

Travel through the exciting culinary world of FINAL FANTASY XIV. Journey through the rich culinary landscape of FINAL FANTASY XIV. Featuring favorite flavors from across Hydaelyn and Norvrandt and easy-to-follow instructions, this tome provides numerous tips on how to make the most of your ingredients. Start your day with Farmer’s Breakfast, a very famous and simple-yet-delightful dish; savor the Knight’s Bread of Coerthas; dive into La Noscea’s Rolanberry Cheesecake, and many more. · Exclusive Foreword written by game director, Naoki Yoshida. · Perfect for cooks of every skill level. With step-by-step directions and beautiful photos, learn to make iconic in-game foods, bringing the lush culinary landscape of FINAL FANTASY XIV to life. · Over 70 Recipes for every occasion. From quick snacks you can enjoy while exploring Eorzea to decadent desserts and meals fit for royalty, this book contains recipes for both simple and celebratory fare. · Inspiring Photography. Gorgeous photos of finished recipes help ensure success! · A stunning addition to your collection. This exquisitely detailed hardcover book is the perfect acquisition for your kitchen library—a must have for every FINAL FANTASY fan.

The Chicken Soup Manifesto

Author : Jenn Louis
Publisher : Unknown
Page : 0 pages
File Size : 51,5 Mb
Release : 2020-06-16
Category : Cooking (Chicken)
ISBN : 1743795688

Get Book

The Chicken Soup Manifesto by Jenn Louis Pdf

2022 IACP Award Nominee Longlisted for the André Simon Food and Drink Book Awards 2020 Celebrating the universal joy of chicken soup. This is a celebration of one of the most widely interpreted, and beloved dishes the world over. With more than 100 recipes dedicated to this one special, often humble, meal, James Beard-nominee Jenn Louis shows readers how chicken soup is not only a source of heart-warming sustenance, but also a cure-all and the ultimate expression of love. With chapters broken down by region and country, The Chicken Soup Manifesto includes everything from Algerian Chorba Bayda, Colombian and Panamanian Sancocho and Thai Kao Tom Gai to Spanish Sopa de Picadillo. Along with the recipes, Jenn also covers essential chicken know-how, from selecting and storing, to stock 101 and brining. The book is fully photographed with a design that establishes it as a collectible object as much as a hard-working guide to the world's favorite soup.

The Geeky Chef Cookbook

Author : Cassandra Reeder
Publisher : Race Point Pub
Page : 147 pages
File Size : 41,5 Mb
Release : 2015-05-19
Category : Cooking
ISBN : 9781631060496

Get Book

The Geeky Chef Cookbook by Cassandra Reeder Pdf

Contains 50 step-by-step, illustrated recipes for foods seen in sci-fi and fantasy TV, movies, games and books.

Eat for the Planet Cookbook

Author : Nil Zacharias,Gene Stone
Publisher : Abrams
Page : 315 pages
File Size : 47,7 Mb
Release : 2020-01-07
Category : Cooking
ISBN : 9781683356554

Get Book

Eat for the Planet Cookbook by Nil Zacharias,Gene Stone Pdf

The entrepreneur/podcaster and the bestselling author of Forks Over Knives serve up delicious planet-friendly, vegan recipes from chefs and innovators. From Nil Zacharias, the cofounder of multiple online platforms focused on the plant-based food space, and Forks Over Knives author Gene Stone, Eat for the Planet Cookbook is a delicious, informative guide to eating vegan—featuring 75 recipes from some of the world’s greatest plant-based chefs, businesses, and influencers. These contributors range from vegan chefs and influencers such as Fran Costigan and Derek Sarno, brands like Beyond Meat and Ripple Foods, and innovative plant-based restaurants such as Veggie Grill, Next Level Burger, and The Stanford Inn. With this exceptional collection of go-to recipes and insight from some of the most influential voices in the vegan world, Eat for the Planet Cookbook is an essential guide to eating responsibly and eating well.

Adaptogens

Author : Agatha Noveille
Publisher : Simon and Schuster
Page : 224 pages
File Size : 42,5 Mb
Release : 2016-11-04
Category : Health & Fitness
ISBN : 9781440596391

Get Book

Adaptogens by Agatha Noveille Pdf

"Describes what adaptogens are, how they are made, and how they can help improve various skin, sleep, mood, energy, and focus issues. Includes recipes for making various adaptogens"--

Microservices in Action

Author : Morgan Bruce,Paulo A Pereira
Publisher : Simon and Schuster
Page : 538 pages
File Size : 50,7 Mb
Release : 2018-10-03
Category : Computers
ISBN : 9781638356066

Get Book

Microservices in Action by Morgan Bruce,Paulo A Pereira Pdf

"The one [and only] book on implementing microservices with a real-world, cover-to-cover example you can relate to." - Christian Bach, Swiss Re Microservices in Action is a practical book about building and deploying microservice-based applications. Written for developers and architects with a solid grasp of service-oriented development, it tackles the challenge of putting microservices into production. Purchase of the print book includes a free eBook in PDF, Kindle, and ePub formats from Manning Publications. About the Technology Invest your time in designing great applications, improving infrastructure, and making the most out of your dev teams. Microservices are easier to write, scale, and maintain than traditional enterprise applications because they're built as a system of independent components. Master a few important new patterns and processes, and you'll be ready to develop, deploy, and run production-quality microservices. About the Book Microservices in Action teaches you how to write and maintain microservice-based applications. Created with day-to-day development in mind, this informative guide immerses you in real-world use cases from design to deployment. You'll discover how microservices enable an efficient continuous delivery pipeline, and explore examples using Kubernetes, Docker, and Google Container Engine. What's inside An overview of microservice architecture Building a delivery pipeline Best practices for designing multi-service transactions and queries Deploying with containers Monitoring your microservices About the Reader Written for intermediate developers familiar with enterprise architecture and cloud platforms like AWS and GCP. About the Author Morgan Bruce and Paulo A. Pereira are experienced engineering leaders. They work daily with microservices in a production environment, using the techniques detailed in this book. Table of Contents Designing and running microservices Microservices at SimpleBank Architecture of a microservice application Designing new features Transactions and queries in microservices Designing reliable services Building a reusable microservice framework Deploying microservices Deployment with containers and schedulers Building a delivery pipeline for microservices Building a monitoring system Using logs and traces to understand behavior Building microservice teams PART 1 - The lay of the land PART 2 - Design PART 3 - Deployment PART 4 - Observability and ownership

Herbal Revolution

Author : Kathi Langelier
Publisher : Page Street Publishing
Page : 512 pages
File Size : 48,7 Mb
Release : 2021-01-19
Category : Health & Fitness
ISBN : 9781645670513

Get Book

Herbal Revolution by Kathi Langelier Pdf

A Modern Guide to Holistic Health + Wellness with Plants Discover the healing power of plants with Kathi Langelier, the award-winning herbalist behind Herbal Revolution Farm + Apothecary. In this beautiful and inspiring collection, Kathi shares her most popular and effective formulas to support your daily health and wellness. Renew each system of the body with uniquely crafted teas, tinctures, syrups, foods, body products and everything in between. Featured recipes include Elderberry Syrup with Reishi + Roots to strengthen the immune system, Gut-Soothing Tea to nourish your digestive system and Hang in There Elixir to help with anxiety. There is a magic to infusing plants in such simple solutions as water, oil or alcohol, and Kathi guides readers on their herbal journey with the kind of wisdom and care one can only acquire from many years of devoting their life completely to their art. Knowledge is power. Read these recipes, practice, get to know the plants living around you and listen to your body. By joining Kathi and gaining knowledge in this way, you create your own power to heal what troubles you, restore your vitality for life and maintain wellness throughout your body, mind and spirit.