April 2024
Beginner to intermediate
224 pages
5h 7m
English
Building the first version of an app is just step one in getting users to use it. You need to deploy it to production, know that it’s working properly, market it, support users, and so much more. This book won’t help you with marketing or supporting an app, but it will help with deployment and observability!
Elixir has had fairly large advances in deployment patterns over the last few years. In 2019,[109] the concept of Mix releases was made available. We’ll walk through the benefits of releases and how you can use them. After that, we’ll cover a few options for observing your app.
You could bundle up your application and run it in production using mix phx.server. But there’s a better option that ...
Read now
Unlock full access