Latest #learning-elixir Threads 
ExSift: High-performance MongoDB-style query filtering for Elixir
I’m working on ExSift, a high-performance library that uses sift.js-ins...
New
This is the start of my Elixir learning journal/journey. I plan to share my journey in this thread and am open to all feedback, construct...
New
I found Elixir after a friend recommended looking into it for developing a multi-agent orchestration and task management system. Soon aft...
New
Hi all,
I’m a former full-stack Rails dev of about a decade who’s getting back into development after spending the past ~5 years on the ...
New
Hi,
I have the following code, and even though I can see (via the inspect) that the response_body does contain one of the strings I’m lo...
New
:rocket: We’re building BIMIP, an open-source protocol for real-time communication, streaming, and device-aware connectivity.
BIMIP is ...
New
Elixir’s with clause is a powerful but often misunderstood feature. In this talk, Brian and Adilet take a closer look at how with can sim...
New
I’ve got videos on the first 22 exercises published. I use AI to introduce the base concepts and to provide an initial solution to criti...
New
I learned C/C++ in college before learning about Algorithms. And thinking about time complexity in C/C++ came naturally to me because I h...
New
Hi everyone!
We just released the Elixir Language Tour guide – an interactive intro to Elixir.
The guide itself is written in Elixir an...
New
This Week's Trending
This Month's Trending
This Year's Trending
These past few days, I’ve tried switching from Neovim to Helix, and so far the experience has been great. Compared to neovim, which requi...
New
I am try to migrate these days to elixir, and I have existing project, I want to learn graphql api with absinthe. it has mix.exs file lik...
New
Hi folks,
I’m working to build a workflow engine for my company project. We would like to build something dynamic and easy to add new in...
New
Hi everyone!
We just released the Elixir Language Tour guide – an interactive intro to Elixir.
The guide itself is written in Elixir an...
New
Hi folks,
I have been reading books, blog post, and other resources. Due to time constraints and other factors (coming from years of imp...
New
Hi Everyone
I’ve recently picked up and put down Elixir+Phoenix.
Work and Life happens… :pensive:
Reviewing my notes,
I’m currently b...
New
Hey all again, I am back → a few months ago I started dabbling with Elixir and Phoenix.
Long story short, I came away a little confused ...
New
Hello everyone. I want to use schemaless changesets to validate external data. And I wonder how to properly use embeds with them.
Let’s ...
New
I found Elixir after a friend recommended looking into it for developing a multi-agent orchestration and task management system. Soon aft...
New
How does the Elixir community feel about the ethical complexities of AI, OSS, and learning/teaching?
How do you all feel about the use of AI tools for building Elixir/Phoenix projects, with respect to these topics? Longform context below....
New
Whats the difference between the two? They seem to do identical things but one is doced as ‘only use very rarely’
New
I spent more than a day trying to figure out how to connect via ssh using a private key but without a result… all languages some to have ...
New
Observability is a key part of building scalable and maintainable applications. Today, I want to share how to set up one of the most powe...
New
Let’s say I have some code like this
defmodule Foo do
def foo do
state = %{state | a: a(state)}
state = %{state | b: b(state)}...
New
Background
I am reading a book called “Learning Domain Driven Design” (DDD). In this book there are some code samples, usually in C#. Sin...
New
Last Three Year's Trending
What is the way to convert
[ %{id: 7, name: "A", count: 1}, %{id: 8, name: "B", count: 1}, %{id: 9, name: "C", count: 0} ]
to
[ ...
New
Recently we partitioned a table with 28 million rows by its ULID to improve query speeds and reduce query timeouts. To do this I ended up...
New
At https://elixir-phoenix-ash.com I publish training material for Elixir and Phoenix. Text base tutorials which start at zero. Recently I...
New
I have an idea for a mobile game app, I want to use elixir for backend, how is the elixir performance for game backend, any idea?
New
Is there any tooling or recommended way to find dead code? As my application starts to grow things can get a little messy especially with...
New
I mean to be able to go back to previously used commands using the up arrow key.
New
Is there anywhere that “MFA” is described in detail in the official Elixir documentation? I’ve tried to find it before but was unable to....
New
I’m trying to look at the docs but I couldn’t find a function that would return element with its index. Is there such a function for list...
New
What is the advantage of Ecto over Rails ORM?
New
Hi, are there some functions like
Enum.find_first(enumerable, x -> boolen())
# or
Enum.fliter_first(enumerable, func)
Enum.remove_fir...
New
I have a table called languages with 4 fields, label, description, locale, and is_active.
label and locale are two different unique fiel...
New
Hello everyone can someone please explain to me how do protocols and behaviours work in elixir like I was five years old? I read some art...
New
Now available on Gumroad
Hi folks! Peter Ullrich here :slight_smile:
I’m happy to announce my very first video course called Build an MV...
New
New to Elixir, I’m trying to compile the default project in the getting started guide and get this error:
mix compile
Compiling 1 file (...
New
Hello, I just started to learn elixir by following Alchemist Camp’s tutorial. And I had problem with formatting my code in vs code editor...
New
Trending Over Three Years
About me? ( if you have nothing better to do than reading about some random guy in the internet :stuck_out_tongue: )
Hello all, this is ...
New
I’m not a pro in using Regex and can’t figure out why the following behaviour happens, especially if we take into account the difference ...
New
Student & New to elixir. Nice language.
I want to convert a english character, e.g. “a”, which is stored in a variable, to it’s asci...
New
Hello everyone,
I’ve got a problem that I cannot rectify.
I work on WSL - Windows 10, Ubuntu 20.04 LTS and elixir version is at 1.9.1. ...
New
Hello,
We have been using Elixir and Phoneix for creating REST APIs for a few months now.
But I can’t see the benefits of this switch ...
New
I am trying to connect the local DB server from within a docker container and as part of it I am running the command
docker-compose run ...
New
I’m failing to render any page, the application takes giving me the following error
[error] #PID<0.1204.0> running ElixirWeb.Endpo...
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
Hi, I’m having trouble deciding on whether to use Elixir as my main programming language for building web apps which usually won’t involv...
New
Hello
Let me define the problem first.
I have a jsonb database column called results in my Postgres DB. When I save a value (i.e 12\25)...
New
Hello, I am just wondering whether this is possible, or am I doing something wrong.
If so, what would be the best way to pattern match t...
New
Is it possible to write a script file that launches the Elixir console, and then compiling files and finally execute a function from a co...
New
Is there any IDE or Editor that support Elixir/Phoenix/Ecto Debugging with breakpoints and watches and other stuff?
New
Hi, I’m trying to solve a problem where I want to generate all possible combinations from an array, with at most n elements. I was lookin...
New
How can i do this in Elixir?
I need to get previous 30 day the Date
Exp. Today 2019/09/12 and i need to get 2019/08/13
DateTime.utc_no...
New
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:
Popular Tags
- #ecto
- #liveview
- #troubleshooting
- #learning-elixir
- #deployment
- #erlang
- #testing
- #genserver
- #mix
- #absinthe
- #ash-questions
- #remote-other
- #otp
- #plug
- #how-to-question
- #macros
- #postgres
- #channels
- #exunit
- #discussion
- #javascript
- #elixirconf
- #library
- #oban-questions
- #dialyzer
- #docker
- #onsite
- #authentication
- #podcasts
- #full-time-contract
- #umbrella
- #code-sync
- #ecto-query
- #phoenix_html
- #iex
- #graphql
- #genstage
- #elixir-ls
- #nerves-questions
- #podcasts-by-brainlid
- #supervisor
- #websockets
- #distillery
- #advent-of-code
- #blog-post
- #livebook-questions
- #processes
- #forms
- #api
- #metaprogramming







