Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in elixir

What's the preferred way to implement Data Driven Testing using Elixir/ExUnit?

How do I skip a plug for an specific page

elixir phoenix-framework

Struct reuse for Modules in Elixir

elixir

Why can't you have a variable as a key in a map literal?

elixir

Dict.merge is deprecated, what's the simplest way to merge a Keyword List with a Map?

elixir

What's the best way to build long strings in Elixir

elixir

Elixir tail-call recursive function

How to get the memory location of a variable in Elixir?

erlang elixir

Pattern match on substring in Elixir

elixir

How to Zlib inflate an list of bytes in Elixir?

zlib elixir

How to concatenate a bit to the end of a bit string?

elixir

Write json to file as text Elixir

json elixir

How do pass custom erl options for a Phoenix app?

elixir phoenix-framework

elixir map with mixed keys

Elixir add timezone data to naive date time

How to check if a named table exists or not in ETS Erlang/Elixir

erlang elixir ets

How to access struct inside module where struct defined [Elixir]

elixir

Logger not working Elixir

erlang:now() deprecated in v18, what's the best transition

elixir

How do I get the request body from a connection?

elixir phoenix-framework