Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in elixir

Erlang and Elixir's colorful REPL shells

erlang elixir erlang-shell

Transform quoted elixir code to a code string

Inverse polymorphic with ecto

TCP Listener on Elixir using Erlang's gen_tcp module

tcp elixir

Passing a string representing date to postgres query in Ecto

elixir ecto

In Elixir, Phoenix, how to get session in other module as a module use Phoenix.Channel?

elixir phoenix-framework

how to convert a string to a function in Elixir

elixir

How to only ensure authenticated on some functions in elixir module

elixir phoenix-framework

Map with indifferent key access

elixir

Where do I store the PID for longrunning child processes?

elixir

Why variables setted inside Enum.each is not saved?

enums elixir

Elixir: What happen to a process after done executing the function

process elixir

Minimum requirements for Ecto NoSQL adapter

Does Elixir have a variable which holds the name of the current file (ala Ruby’s __FILE__)?

elixir

Elixir/Phoenix redirect to the current page

phoenix-framework elixir

Elixir - Argument error

elixir

Broadcast to different channel Phoenix 1.1.6

Where can I get the latest specification of Erlang BEAM VM?

How to start an iex session with cookie and erl options

How to test handle_cast in a GenServer properly?