Connect Erlang Observer to Elixir App deployed on nanobox
Having an application based on GenServers that maintain state in memory I wanted to be able to connect Erlang Observer to production app to see process... »
Having an application based on GenServers that maintain state in memory I wanted to be able to connect Erlang Observer to production app to see process... »
We recently moved our Elixir based applications to nanobox from heroku. Heroku is built mostly for Ruby on Rails, but for Elixir we found many drawbacks... »
Postgres introduced recently, in 9.4, jsonb column type, additional to existing json column that already existed before. JSON colums is no more than a blob field... »
Im my previous article I wrote how to decouple your application from Phoenix and Elixir. In this article I will talk more about separating application in... »
I came to Elixir and Phoenix from a Ruby and Rails background. I think Rails applications (most of them that follow standard way) have a lot... »