Latest #learning-elixir Threads Top

cheekyfinder
ExSift: High-performance MongoDB-style query filtering for Elixir I’m working on ExSift, a high-performance library that uses sift.js-ins...
New
SyntaxSorcerer
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
SyntaxSorcerer
I found Elixir after a friend recommended looking into it for developing a multi-agent orchestration and task management system. Soon aft...
New
SyntaxSorcerer
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
Richardm
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
PaulOlukayode
:rocket: We’re building BIMIP, an open-source protocol for real-time communication, streaming, and device-aware connectivity. BIMIP is ...
New
ErlangSolutions
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
ketupia
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
anshul_yadav
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
mat-hek
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 Top

This Month's Trending Top

This Year's Trending Top

xiaoqiang
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
Skysoft13
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
bluzky
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
mat-hek
Hi everyone! We just released the Elixir Language Tour guide – an interactive intro to Elixir. The guide itself is written in Elixir an...
New
petros
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
carlheinz
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
hfalzon
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
senconscious
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
SyntaxSorcerer
I found Elixir after a friend recommended looking into it for developing a multi-agent orchestration and task management system. Soon aft...
New
evnp
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
pm100
Whats the difference between the two? They seem to do identical things but one is doced as ‘only use very rarely’
New
mody5
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
New
tcoopman
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
Fl4m3Ph03n1x
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 Top

Rashmi_prueba
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
ob1
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
wintermeyer
At https://elixir-phoenix-ash.com I publish training material for Elixir and Phoenix. Text base tutorials which start at zero. Recently I...
New
Skysoft13
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
amacgregor
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
New
axelson
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
wanton7
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
New
Changxin
Hi, are there some functions like Enum.find_first(enumerable, x -> boolen()) # or Enum.fliter_first(enumerable, func) Enum.remove_fir...
New
pankaj-ag
I have a table called languages with 4 fields, label, description, locale, and is_active. label and locale are two different unique fiel...
New
newton-peixoto
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
PJUllrich
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
chris-wickens
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
Haogudu
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 Top

Fl4m3Ph03n1x
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
belgoros
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
Kagamiiiii
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
smlnl
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
xgeek116
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
raashi_me
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
ViperCoderJay
I’m failing to render any page, the application takes giving me the following error [error] #PID<0.1204.0> running ElixirWeb.Endpo...
New
grangerelixx
Hi everyone, this is my first time writing regular expression. I have a regular expression that helps in validating domain names. I think...
New
nodemodule
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
pankaj-ag
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
EddTally
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
gzah
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
Nvim
Is there any IDE or Editor that support Elixir/Phoenix/Ecto Debugging with breakpoints and watches and other stuff?
New
thiagomajesk
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
sen
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
  • Follow
  • Join
  • Shape
the conversation

Latest on Elixir Forum

Elixir Forum

Similar Portals

    None added yet

We're in Beta

About us Mission Statement