Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in elixir

How to use raw sql with ecto Repo

elixir ecto

Elixir convert struct to map

Turn postgres date representation into ISO 8601 string

How to connect two Elixir nodes via local network?

elixir

Lists vs. Tuples - What to use and when?

elixir

How can I make Mix run only specific tests from my suite of tests?

elixir

How do you define constants in Elixir modules?

elixir

Simulate ternary operator in Elixir

elixir ternary-operator

How to read config variable in Phoenix / Elixir?

elixir phoenix-framework

How to use IO.inspect on a long list without trimming it?

elixir

Add new element to list

elixir

How do you pass a function as a parameter in Elixir?

elixir

Elixir lists interpreted as char lists

list elixir

How to use the "with" keyword in Elixir and what is it for?

elixir

Catch-all/wildcard route in Elixir's Phoenix?

elixir phoenix-framework

Pry while testing

testing elixir elixir-iex

Pattern match function against empty map

pattern-matching elixir

In Elixir, how can a range be converted to a list?

elixir

Is there a way to test private functions in modules in ExUnit of Elixir?

elixir

How do I recompile an Elixir project and reload it from within iex?

elixir elixir-mix