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

first time elixir conf

first time elixir conf

Elixir Conf EU 2017 Barcelona

Jaigouk Kim

May 11, 2017
Tweet

More Decks by Jaigouk Kim

Other Decks in Technology

Transcript

  1. 4

  2. 5

  3. Talks I enjoyed (1/4) Elixir Berlin talk by Andrea Amantini,

    Daniel's visualization talk, refactoring talk by Devon Estes. A Practical Guide to Protocols it was easy to understand and yet it is a powerful tool for projects. 6
  4. Talks I enjoyed (2/4) Viusalization talk by @danielvamosi He created

    a tool called paparazzi alternative: http://www.erlang.pl/ 7
  5. Talks I enjoyed (3/4) nerves project related talks! @loicvigneron showed

    us his project in detail and visually as possible. I will playy with SSDP discovery. https://github.com/elicopter high availability @cloud8421. "It doesn't just happen". 8
  6. Talks I enjoyed (4/4) GraphQL talk phoenix gauge(:active_users, every: {5,

    :minutes}), def active_users(_state) do count = Repo.one(from u in User, select: count(u.id), where: u.last_request_at >= ago(5, "minute")) {:ok, count, state} end 9
  7. What I learned 1. Buy tickets 1 day before at

    least 2. Cross eld approach. we can learn from other area. https://github.com/jaigouk/elixirconf-eu-2017 13