Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in 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?

how to reload an ecto record?

elixir ecto

Formatting a date-time using Timex

datetime elixir

Create a Map with an Integer Key

dictionary elixir

Elixir: How to persist OTP queue if server restarts?

Why we cant use other functions in Elixir guard clauses or macros?

elixir

Using conn on view to render url

elixir phoenix-framework

List comprehension vs Enum.filter

elixir