Menu

Close
  • Home
  • About
  • Presentations
Subscribe
Menu

Silviu Rosu

Let's make programming easier

Scroll Down
Page 1 of 3 Older Posts »

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... »

Author image Silviu Rosu on Elixir,, Otp,, Genserver 05 Sep 2018

Benefits of using structs in Elixir

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... »

Author image Silviu Rosu on Elixir 26 Jul 2018

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... »

Author image Silviu Rosu on Devops, Elixir, Observer 30 Mar 2018

Deploy Elixir Application on Nanobox

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... »

Author image Silviu Rosu on Devops, Elixir 30 Mar 2018

Using PostgreSQL Jsonb columns in Ecto

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... »

Author image Silviu Rosu on Ecto, Postgresql, Elixir, Jsonb 01 Nov 2017
Page 1 of 3 Older Posts »
Silviu Rosu © 2018
Proudly published with Jekyll using Jasper