Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in elixir

How to know which is my current environment at Phoenix framework

elixir phoenix-framework

Convert Module name to String and back to module

elixir

Enumerable/Stream with look ahead

elixir

Pushing operations to a message queue for processing when able to

elixir phoenix-framework

Get only specific fields when fetching data using Ecto in Phoenix

How to return first async task to complete

elixir

Elixir phoenix where should one put global controller helpers

elixir phoenix-framework

Best practice to pass data from Phoenix to Javascript

elixir phoenix-framework

Phoenix/Elixir/Ejabberd - Response already sent error

Make Phoenix Controller to output pretty JSON

elixir phoenix-framework

How do I split a list by keyword in Elixir

elixir

Can you set different log levels for different routes in Phoenix?

How to define virtual attribute in Ecto model

Elixir: Split list into odd and even elements as two items in tuple

erlang elixir

Set & load environment variables in a phoenix app

elixir phoenix-framework

Difference between 2 DateTime in hours in Elixir

datetime elixir

How to set `DateTime` in Ecto schemas and `timestamp with time zone` (`timestamptz`) PostgreSQL type in migrations?

postgresql elixir ecto

Elixir warning: default arguments are never used

elixir

How to assign default value to variable if first condition failed?

elixir

Killing GenServer from inside

elixir