Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in elixir

How to iterate through the list of maps in Elixir?

elixir

Remove Ecto from existing Phoenix project

Elixir: best practice to extract data from nested structs

elixir

Erlang - Elixir: What is a supervision tree?

erlang elixir erlang-otp

elixir: why two boolean operators for the same operation

elixir

String.replace returning binary representation of string

elixir

Elixir one function to convert both floats and integers to bitstrings?

HTTP status codes as atoms in put_status

Programming Phoenix: undefined function page_path/2

elixir phoenix-framework

How to access current module in Elixir

elixir phoenix-framework

How to render a JSON file with the Phoenix framework?

How to find out if whole string is upper case in Elixir? [closed]

regex string elixir uppercase

How does the '&' operator work?

elixir

Erlang client set ssh key

ssh erlang elixir erlang-otp rsh

Ordering keys when encoding a map to json with Poison

elixir elixir-poison

Elixir: use macro in the body of same module that defined it

Phoenix: Requiring IEx in only :dev and :test for entire project