Summary

In this chapter, we applied different OTP constructs to our ElixirDrip application and we are now able to tackle a broader array of problems armed with this new set of tools. These tools are not fully-fledged solutions or frameworks, but rather tools that help you build your applications, not getting in the way. Elixir also sports the mantra of providing tools, not solutions, an expression coined by Robert Virding, one of the creators of Erlang.

This chapter highlighted some of the great tools Elixir puts at your disposal. A lot has been said, and many different concepts were introduced:

  • We started by implementing a GenServer-based cache worker to keep the most recent media in memory for faster access. To keep the memory usage in ...

Get Mastering Elixir now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.