Elixir In action has a more practical take than Programming Elixir by Dave Thomas, as it focuses more on application of concepts instead of concepts in isolation. Notable elixir ecosystem topics to me included concurrency in BEAM, GenServer, Supervision trees and ETS tables. The examples were easy to follow but the author had a tendency to be loquacious with explaining, while the examples - though practical - weren't particularly interesting.
Overall, it's a good step 2 if you're new to elixir as a whole, the first being Dave Thomas's Programming Elixir. If you've had some experience already, it may be a good read as you approach thinking about your application in a production instance.
My bookmarks are on pages 4, 6, 12, 76, 94, 96, 100, 132, 168, 174, 176 & 247.