Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in elixir

Creating a fake or dummy pid in elixir

process pid elixir

Convert a binary string to Hexadecimal and vice-versa in Elixir

string binary elixir hexdump

Is there any way to comment out line(s) of code in function in Elixir

elixir

What is the simplest way to do upsert with Ecto (MySQL)

Elixir: pattern matching works differently for tuples and maps

Proper Elixir OTP way to structure a recurring task

elixir erlang-otp

How to start phoenix.server as daemon

elixir phoenix-framework

what's up with this anonymous function syntax?

elixir

What's the benefit of registering name using {:via, module, term} in GenServer.start_link/3?

What is the proper way of handling nested forms / ecto changesets in Phoenix?

How do I undo mix phoenix.gen.html?

elixir phoenix-framework

Ecto - validate presence of associated model

Run code on application startup Phoenix Framework (Elixir)

elixir phoenix-framework

Ecto association with a condition

Check if a URL is valid in elixir

elixir

Phoenix Ecto how to handle NoResultsError

Is there a splat operator in Elixir?

elixir

Rails' before_filter equivalent in Phoenix

Modulo operator in Elixir

elixir modulo

Elixir - What does the 'use' keyword do?