Using a Phoenix app as a dependency - a start
The purpose of this post is start the process of modifying an existing Phoenix application (a Child) so it can be used by another Phoenix applications (a Parent) as a dependency. There are two victory »
The purpose of this post is start the process of modifying an existing Phoenix application (a Child) so it can be used by another Phoenix applications (a Parent) as a dependency. There are two victory »
Below is some boiler plate code to create and manage SSH keys inside a Phoenix application. The keys should be in your priv/static directory so that they get copied to your application code. ssh-keygen »
I was unable to find a quick Google answer to this question, so I thought I should post the “dirty” solution I found: Realistically you can only count the subscribers to your local node unless there is »
LIVE DEMO: https://exometer-phoenix-channel-demo.herokuapp.com/ Exometer is an incredibly robust package for Erlang to monitor system performance as well as any other type of events one might be interested »
One really nice feature in the Rails world is the use of middleware to intercept requests and transform the output. This also exists in Elixir / Phoenix with the use of Plug. Anybody familiar with the »
Summary The purpose of this post is to document the creation process of the Coin-toss.org website using the Phoenix Web application framework and the Elixir programming languages. Part 4 steps include »