Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in elixir

In Elixir when do we use the colon before or after the atom name?

elixir

Error when trying to create database - Ecto - Phoenix

Is there a way to match the first n characters in an elixir string

elixir

Concatenating multiple lists in Elixir

elixir

How to create a Global Variable in elixir Module

elixir

Elixir 1.3.0: String.strip/1 and String.strip/2 API documentation missing.

elixir

Why Enum.concat is much more slower than ++ while concatenating lists?

elixir benchmarking

Sorting list of Dates in Elixir

sorting date calendar elixir

Open modules in Elixir?

elixir

Is it possible to get the compiler to exit early, failing the build, if a compile time warning is raised?

elixir elixir-mix

Date ranges in Elixir?

elixir

Why GenFsm is deprecated?

elixir erlang-otp

Specify arity using only or except when importing function on Elixir

Double underscore functions in Elixir

elixir

Convert boolean to integer in elixir

elixir

Why Enum.map is more efficient than Enum.count in Elixir?

performance count elixir

How do I set the default Elixir mix task

elixir-mix elixir

Raw SQL with Ecto

elixir phoenix-framework

How does binary-size work in Elixir

elixir

Elixir: Reduce list to map counting occurrences (pattern match a map key on another argument)