This Week's Trending
This Month's Trending
This Year's Trending
Last Three Year's Trending
I have a table called languages with 4 fields, label, description, locale, and is_active.
label and locale are two different unique fiel...
New
I have a question regarding server termination vs server exit.
I would appreciate that this question be considered in light of the below...
New
I’ve been working through Programming Elixir, the second half of Chapter 20 pertains to releases and hotcode reloading.
One of the first...
New
In the context of iex…
…yields no error
IO.inspect :a do
5
end
#==> :a
..yields an error
:a do
5
end
error: syntax error before d...
New
I’ve been working my way through the programming elixir book, and I wanted to ascertain whether or not the way I answer a particular ques...
New
Regarding the following question on Nodes…
Exercise: Nodes-4
The ticker process in this chapter is a central server that sends events ...
New
I’ve been working my way through the Protocols chapter of Programming Elixir, and I came across this exercise in the last section of the ...
New
Trending Over Three Years
I have a list say
x = ["23gh", "56kh", "97mh"]
I would like to pass each element to Val in each iteration.
Say, in iteration 1 -------...
New
Hi everyone, this is my first time writing regular expression. I have a regular expression that helps in validating domain names. I think...
New
This is my migration. And it is one of the tables in my database. I no longer need this table. Can I know what is the command I use to re...
New
I read the “Programming Elixir” book, here is quote from the book:
At some point, the old object-orientation neurons still active in th...
New
Hi,
I’ve started learning Elixir by reading the book Programming Elixir and I’ve got one question (at this moment :smile: ). What is the...
New
While starting a genserver process, I want to give it a name. As you can see in the following example pid is right now acting as a name f...
New
I am trying to send messages to all local nodes periodically about a leader selection. I am using 4 nodes currently
[:"n1@127.0.0.1", :...
New
I have a list of maps.
post_a =
%{
post_body_size: 4,
date: ~D[2021-06-05]
}
post_b =
%{
post_body_size: 4,
date: ~D[2021-06-04]
}
pos...
New
Hi,
I am having three functions and the data inputs to only one of them. Lets say i have a function A having two parameters a and b. The...
New
I have a file called favicon.ico. I would like to know what code goes into this file or any sample code would be appreciated. And how to ...
New
Hi,
I’m trying to hash a random number but can’t make it work…
num = Enum.random(1..9999)
hashed_num = :crypto.hash(:sha256, num)
I’m ...
New
The following is my solution to one of the exercises of “Programming Elixir 1.2” and I wondered if it is considered an anitpattern to hav...
New
I get the following intermittent test failure errors for some queries.
** (DBConnection.ConnectionError) connection not available and r...
New
I understand pattern matching in a very basic sense.
So for example I understand perfectly well what this code does
%{william: age} = ...
New
Hi
I am trying sorted index in elixir.
My migration has the following index
create index(:posts, ["date DESC"])
When doing sorted ind...
New
- Follow
- Join
- Shape
the conversation
Latest on Elixir Forum
Get money off!
The Pragmatic Bookshelf
35% off any eBook
Manning Publications
45% off any item
ElixirCasts
10% off for life
The Pragmatic Studio
20% off any course
AppSignal
10% off for 12 months
Honeybadger
10% off for 12 months
Simply use coupon code "devtalk.com" or "elixirforum" at checkout!
Filter by Type:
Sub Categories:
Popular Tags
- #ecto
- #liveview
- #troubleshooting
- #learning-elixir
- #deployment
- #library
- #erlang
- #testing
- #genserver
- #mix
- #absinthe
- #remote-other
- #otp
- #plug
- #how-to-question
- #macros
- #postgres
- #channels
- #elixirconf
- #exunit
- #discussion
- #code-sync
- #javascript
- #podcasts
- #onsite
- #dialyzer
- #docker
- #authentication
- #umbrella
- #full-time-contract
- #podcasts-by-brainlid
- #ecto-query
- #elixir-ls
- #phoenix_html
- #iex
- #blog-post
- #graphql
- #genstage
- #ai
- #websockets
- #supervisor
- #advent-of-code
- #elixirconf-us
- #distillery
- #processes
- #forms
- #api
- #metaprogramming
- #security
- #performance









