Upgrade to Pro — share decks privately, control downloads, hide ads and more …

Elixir + Rails

Elixir + Rails

Combine Elixir with Rails, writing background jobs in elixir

Haris Dizdarevic

March 24, 2017
Tweet

Other Decks in Programming

Transcript

  1. RAILS + ELIXIR INTRODUCTION ▸ Rails pros ▸ Rails cons

    ▸ Elixir pros ▸ Elixir cons ▸ Combining Elixir with Rails ▸ Code Examples
  2. RAILS PROS ▸ Tooling - app structure, common patterns ▸

    Libraries - gems ▸ Large Community ▸ Productivity
  3. ELIXIR PROS ▸ Erlang!! ▸ Ruby like syntax ▸ Fault

    tolerant, do or do not there is no try - yoda ▸ Better utilises multiple processors ▸ Functional, immutable state
  4. COMBINING RAILS AND ELIXIR ▸ Background jobs in elixir/phoenix ▸

    Elixir is more performant than ruby ▸ Handling concurrency is a breeze with Elixir