Strategies to restore GenServer state in Elixir
OTP is one of the nicest features of Elixir/ Erlang that convinced me to migrate from Ruby to Elixir for web applications. Finally we have an... »
OTP is one of the nicest features of Elixir/ Erlang that convinced me to migrate from Ruby to Elixir for web applications. Finally we have an... »
Elixir structs is one of the things that I tend to use a lot in my code to have a clear set of data to pass... »
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... »