
Enjoy fast, free delivery, exclusive deals, and award-winning movies & TV shows with Prime
Try Prime
and start saving today with fast, free delivery
Amazon Prime includes:
Fast, FREE Delivery is available to Prime members. To join, select "Try Amazon Prime and start saving today with Fast, FREE Delivery" below the Add to Cart button.
Amazon Prime members enjoy:- Cardmembers earn 5% Back at Amazon.com with a Prime Credit Card.
- Unlimited Free Two-Day Delivery
- Streaming of thousands of movies and TV shows with limited ads on Prime Video.
- A Kindle book to borrow for free each month - with no due dates
- Listen to over 2 million songs and hundreds of playlists
- Unlimited photo storage with anywhere access
Important: Your credit card will NOT be charged when you start your free trial or if you cancel during the trial period. If you're happy with Amazon Prime, do nothing. At the end of the free trial, your membership will automatically upgrade to a monthly membership.

Download the free Kindle app and start reading Kindle books instantly on your smartphone, tablet, or computer - no Kindle device required.
Read instantly on your browser with Kindle for Web.
Using your mobile phone camera - scan the code below and download the Kindle app.
Follow the authors
OK
Engineering Elixir Applications: Navigate Each Stage of Software Delivery with Confidence 1st Edition
Purchase options and add-ons
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 build, test, deploy, and debug BEAM applications. Create effective development and deployment strategies; leverage continuous improvement pipelines; and ensure environment integrity. Combine operational orchestrators such as Docker Swarm with the distribution, fault tolerance, and scalability of the BEAM, to create robust and reliable applications.
BEAMOps starts by building a solid foundation for your project. On the infrastructure side, see how to use Terraform before you even start coding to automate your deployment and operations. On the project management side, we show you how to use issues and milestones to simplify tracking; you'll use this foundation as you go through the book, implementing each of the steps required to deploy a scalable Elixir application.
Now that you have a foundation, you can start building. Create a Phoenix LiveView application and explore mix releases. Make your deployments reliable with Docker. Continuously improve your codebase by implementing an efficient continuous deployment/integration pipeline with GitHub Actions. Scale the Phoenix LiveView application and operate a distributed BEAM system in production using AWS EC2 nodes, AWS load balancers, and a remote Docker swarm. Recognize which application metrics should be collected and monitored, and set alerts when certain thresholds are met to ensure that your application auto-scales. Ship less code more often, and ensure it works!
The pragmatic BEAMOps approach that we teach in this book - an extension of the well-known DevOps paradigm - will help you become a multidisciplinary developer who is empowered to own each stage of the software delivery process. After reading this book, you'll understand how to apply the BEAMOps principles in your daily work, creating reliable, scalable, and easy to understand applications in a cooperative team environment.
What You Need:
- Elixir 1.16.0 (compiled with Erlang/OTP 26)
- Phoenix framework 1.7.0
- Erlang 26.2.1
- Terraform v1.7.1
- Docker v20.10.22
- Packer v1.9.0
- Docker Compose v2.21.0
- SOPS 3.8.1
- Age 1.1.1
- An AWS account
- AWS CLI v2.15.15
- A GitHub account
- GitHub CLI v2.42.1
- jq v1.7
- ISBN-13979-8888650677
- Edition1st
- PublisherPragmatic Bookshelf
- Publication dateJanuary 21, 2025
- LanguageEnglish
- Dimensions7.5 x 0.93 x 9.25 inches
- Print length458 pages
Frequently bought together

Customers who viewed this item also viewed
From the brand

-
Explore more Elixir
-
The Pragmatic Programmers publishes hands-on, practical books on classic and cutting-edge software development and engineering management topics. We help professionals solve real-world problems, hone their skills, and advance their careers.
Editorial Reviews
Review
Alex de Sousa - Founder and Senior Software Engineer, The Broken Link OÜ.
"I highly recommend this book for developers on my team. It's an excellent resource for anyone looking to gain a deeper understanding and control of infrastructure. A great read for any developer!"
Zi Makki - CTO and Founder, Wild Flower Tech SL.
"The structure of the whole book follows a well-organized, clear, and linear pragmatic philosophy...which can make it attractive to engineers who are willing to follow an end-to-end development cycle."
Francisco De Lucas Consuegra - Competence Lead, Klarna.
About the Author
Josep Giralt D'Lacoste (Pep) is the founder of BeamOps Software Consultancy, a company that takes a hands-on approach to simplifying BEAM projects and ensuring lasting sustainability by involving the whole team. He has been working with Elixir for 10 years and helped set up the Elixir Meetup in his home town of Barcelona. He now lives in the UK and is on a mission to empower developers and revolutionize the way technical teams operate.
Product details
- ASIN : B0D9N5J82G
- Publisher : Pragmatic Bookshelf; 1st edition (January 21, 2025)
- Language : English
- Paperback : 458 pages
- ISBN-13 : 979-8888650677
- Item Weight : 1.73 pounds
- Dimensions : 7.5 x 0.93 x 9.25 inches
- Best Sellers Rank: #1,741,810 in Books (See Top 100 in Books)
- #1,477 in Computer Programming Languages
- #1,909 in Microsoft Programming (Books)
- #4,646 in Programming Languages (Books)
- Customer Reviews:
About the authors
Ellie Fairholm is a full stack developer and who is on the path to becoming a solutions architect. She excels at communication and believes that no topic is too difficult to learn. She is deeply passionate about making technology available to all, especially to those often underrepresented in the industry. She currently lives in the UK and is committed to working on projects that will one day change the world.
Discover more of the author’s books, see similar authors, read book recommendations and more.
Customer reviews
- 5 star4 star3 star2 star1 star5 star100%0%0%0%0%100%
- 5 star4 star3 star2 star1 star4 star100%0%0%0%0%0%
- 5 star4 star3 star2 star1 star3 star100%0%0%0%0%0%
- 5 star4 star3 star2 star1 star2 star100%0%0%0%0%0%
- 5 star4 star3 star2 star1 star1 star100%0%0%0%0%0%
Customer Reviews, including Product Star Ratings help customers to learn more about the product and decide whether it is the right product for them.
To calculate the overall star rating and percentage breakdown by star, we don’t use a simple average. Instead, our system considers things like how recent a review is and if the reviewer bought the item on Amazon. It also analyzed reviews to verify trustworthiness.
Learn more how customers reviews work on AmazonTop reviews from the United States
There was a problem filtering reviews. Please reload the page.
- Reviewed in the United States on March 5, 2025I'm coming from a DevOps background and mostly heavy AWS side of things. In fact I wasn't really using Terraform much at all until this book re-opened my eyes to the utility over just AWS CloudFormation.
Fairly new to Elixir, especially as it relates to CI/CD which I was finding confusing through my own exploration.
This book not only cleared key concepts up with numerous "AH HA" moments, it went far and away to ensure the reader has practical workflows and scripts to help build your entire project including creating the repository and milestones to GitHub CI/CD to deploying Docker Swarm in test AND production. I agree with the author, especially with Elixir apps, that simple is best and Docker Swarm delivers there. If you don't need the added complexity and context switching of K8S or ECS, why wouldn't you embrace Swarm? I've converted my ECS setup to leverage the advantage of having the same deployment scheme local and prod. Genius.
This is definitely a book you will want to be actively engaged with and try the exercises they provide to further cement topics.
I can't begin to tell you how helpful this book has been on my current project. I'm going to be 60 this year, I've read a lot of IT books, this is easily in my top 5 most immediately useful books I've read.