Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in elixir

How to reuse a router pipeline definiton in another pipeline definition in phoenix framework?

elixir phoenix-framework

How do you import a custom module defined in another file?

elixir

Warning "Redefining module" when file is containing 2 Modules

elixir

Elixir/Erlang: Fast lookup with static table

erlang elixir lookup-tables

Minimal example of HTTP server doing asynchronous database queries?

asynchronous elixir

How to get key for value in map?

elixir

Phoenix framework pattern match request headers

Ecto - how to get records by ids in exact order

Elixir ecto connect to an existing DB

elixir ecto

Phoenix: Ordering a query set

Call an anonymous function 100 times in Elixir

elixir phoenix-framework

Where do you store secrets in Phoenix/Elixir and where is it recommended?

elixir phoenix-framework

Phoenix framework Generate random string using the controller

elixir phoenix-framework

How to wait an Elixir spawned process to end like Ruby's Thread#join

ruby multithreading elixir

Keyword arguments with do-block

why pattern matching performance is not much better than ifelse/cond in elixir?

erlang elixir

Select Field in Phoenix Templates

elixir phoenix-framework

Recommended way to get hostname in Elixir

elixir

How to get client IP in Phoenix rest api

elixir phoenix-framework