Subscribe for only $15 to access all of our content
In part one of this series we created a GenServer
process that stores the pricing data for different cryptocurrencies. Now that we have a way to store the pricing data, we need to update our application so that when a user adds a cryptocurrency through the UI, the price will be tracked by our CoinWorker
.
Currently when we add a coin from the UI we get an error. This is because we haven’t implemented an action to handle the post from our form. Let’s do that now…
Join to Subscribe
There are many ready-made ecommerce solutions, but sometimes you need to write your own. In this episode we’ll start building custom shopping cart functionality into an existing application with OTP.
Watch episode
In this episode we’ll get an introduction to Elixir structs. Great for anyone just getting started with Elixir.
Watch episode
By default, Phoenix doesn’t precompile templates in nested directories. In this episode we’ll see how we can update Phoenix to let us use templates in nested directories.
Watch episode