Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in elixir

Is there an easy way to see what an Elixir macro expands to?

macros elixir

How to call an Erlang function in Elixir

elixir elixir-iex

Phoenix controllers - singular or plural?

elixir phoenix-framework

How can I sort list of map by map value in Elixir?

elixir

How to get minimum and maximum value of each type in elixir

elixir

Elixir: How to filter a Map by keys

elixir

Elixir Jason encode struct with tuple

elixir

How to pass a function of arity 2 as an argument in Elixir for Enum.map?

Get all Map keys

elixir

How to test values of structs in function guard clauses?

elixir phoenix-framework

How to colorize Elixir iex prompt?

elixir elixir-iex

Elixir: Cannot access struct

struct elixir

Conditional Validation in Ecto for OR - 1 of 2 fields is required

elixir ecto

UndefinedFunctionError phoenix elixir new project

elixir phoenix-framework

Pattern matching during pipe

elixir

Enums in Elixir

elixir

How to create a SQL using 'between' in Elixir Ecto

between elixir ecto

Using Phoenix Framework without Ecto

DateTime.now in Elixir and Ecto

Can I have an alias of function inside the same library in Elixir?

elixir