Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in elixir

Selecting value from list of tuples Elixir

elixir

Guards for module plugs?

elixir phoenix-framework

Limit in the number of atoms

erlang elixir

What is the idiomatic way to compare two lists for equality?

list erlang elixir

Sort List of Maps based on a value within the Map

How to use "case-when" in Ecto Queries in elixir?

In Elixir, why not use case statements instead of multiple function overloading?

elixir

ExUnit without assert/refute, relying solely on pattern matching?

testing elixir ex-unit

Starting mix task process dependencies

elixir

Elixir map dig functionality like Ruby Hash#Dig

elixir

Elixir, convert binary to byte array

elixir

Should I ever prefer Enum to Stream in Elixir?

Does spawning new processes use all CPU cores in elixir

elixir

Elixir: Modifying value of module attribute

elixir

Setting up a staging environment in Elixir with Phoenix?

elixir phoenix-framework

How to get the current base domain of a Phoenix app?

elixir phoenix-framework

how does |> pipe operator in elixir work?

elixir

Enforce all keys in a struct

struct elixir

Elixir / Phoenix: How to implement session timeout / expiration

Get Current Year in a View Using the Phoenix Framework

elixir phoenix-framework