Trending This:
Latest
LT: Gleaming Github Actions - Austin Ziegler | ElixirConf EU 2026
Comments welcome! View the <span class="hashtag-icon-pl...
New
LT: GraphQL Queries, No Drama: Compile - Time Validation and Formatting - Rock | ElixirConf EU 2026
Comments welcome! Vie...
New
LT: Telegram Bots with Elixir: Shipping Faster, Sleeping Better - Max Gorin | ElixirConf EU 2026
Comments welcome! View t...
New
LT: Integrate Web Components with Forms Seamlessly - Krasen Penchev | ElixirConf EU 2026
Comments welcome! View the <span...
New
Starting a business on Phoenix LiveView & Event Sourcing in 2025 - Aaron Votre | ElixirConf US 2025
Comments welcome!...
New
This Week's Trending
Update from the Elixir Core Team - Andrea Leopardi | Code BEAM Europe 2025
Comments welcome! View the <span class="hashta...
New
Starting a business on Phoenix LiveView & Event Sourcing in 2025 - Aaron Votre | ElixirConf US 2025
Comments welcome!...
New
Telemetry-Driven Development - Noah Betzen | ElixirConf US 2025
Comments welcome! View the <span class="hashtag-icon-plac...
New
LT: Telegram Bots with Elixir: Shipping Faster, Sleeping Better - Max Gorin | ElixirConf EU 2026
Comments welcome! View t...
New
LT: Integrate Web Components with Forms Seamlessly - Krasen Penchev | ElixirConf EU 2026
Comments welcome! View the <span...
New
LT: GraphQL Queries, No Drama: Compile - Time Validation and Formatting - Rock | ElixirConf EU 2026
Comments welcome! Vie...
New
LT: Gleaming Github Actions - Austin Ziegler | ElixirConf EU 2026
Comments welcome! View the <span class="hashtag-icon-pl...
New
This Month's Trending 
Hey everyone :waving_hand:
I already have experience with Phoenix and Ecto and want to start learning Ash Framework.
If you were learni...
New
Hey Ash, Let’s Chat! - Building Conversational AI with Ash AI - Jinkyou Son | ElixirConf US 2025
Comments welcome! View t...
New
Elixir is All You Need - Christian Koch and Jeremy Searls | ElixirConf US 2025
Comments welcome! View the <span class="ha...
New
I’ve been posting videos about LiveView JS Commands in my Youtube channel and so far I have 3 already published and 5 recorded and in edi...
New
IEx’s Hidden Superpowers - Brett Beatty | ElixirConf US 2025
Comments welcome! View the <span class="hashtag-icon-placeho...
New
HI
Its matin and new in Elixir (my pleasure)
im creator of Land of Rust
want to build something like land of rust but for Elixir. ne...
New
How to be an Elixir champion - Dan Janowski | ElixirConf US 2025
Comments welcome! View the <span class="hashtag-icon-pla...
New
From Bulbasaur to Venusaur: Bloom in Unlikely Jobs – Anna Sherman | ElixirConf US 2025
Comments welcome! View the <span c...
New
Embracing the Monolith: Moving 21 Java Microservices – Igor Spiridonov | ElixirConf US 2025
Comments welcome! View the <s...
New
Elixir at the Core of a Virtual Power Plant - Jens Fischer & Johannes Weißl-Muhs | Code BEAM 2025
Comments welcome! V...
New
From Freakout to Fix: Navigating a Security Disaster - Jonatan Männchen | ElixirConf US 2025
Comments welcome! View the <...
New
Building an Exception Tracker for Elixir Applications - Gonzalo Rodriguez | ElixirConf US 2025
Comments welcome! View the...
New
The Alchemy of Security: Crafting Secure Applications in Elixir - Matt Ludwigs | ElixirConf US 2025
Comments welcome! Vi...
New
This Year's Trending 
Hello everyone!
This year is going to be shorter, but the difficulty will grow faster. Today I already feel that this is not standard “D...
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
Joseph Koski
Series editor: Sophie DeBenedetto @SophieDeBenedetto
Developmental editor Adaobi Obi Tulton @aotulton
Combine advanced fu...
New
..or as and when you can think of one :icon_cool:
This thread my also be of interest: What took you way too long to figure out? :003:
New
Hi there :waving_hand:
I’m the co-founder of Tuist a toolchain to help Apple developers be more productive and ship better apps. We star...
New
Well some of us wanted a difficulty spike - and today we got one :sweat_smile:
https://github.com/sevenseacat/advent_of_code/blob/main/l...
New
Hologram Building Rich UIs with Elixir Running in the Browser - Bart Blast | ElixirConf EU 2025
Comments welcome! View th...
New
A single packet to begin. The 1st of Goatcember.
Marc Laines - A Nerves Car
Also on YouTube.
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
Authorization & Access Control: Case Studies and Practical Solutions using Elixir - Michał Buszkiew
Comments welcome!...
New
@hugobarauna and I (Alex Koutmos) have been hard at work on writing a book on Nerves that takes you from simply blinking LEDs to building...
New
Hey everyone :waving_hand:
I’ve just recently discovered Elixir, and honestly—it’s been mind-blowing so far (coming from a React backgro...
New
2025 Dec 03
Lobby
defmodule Joltage do
def parse_line(s) do
String.trim(s)
|> to_charlist()
|> Enum.map(fn ch -&g...
New
“When in doubt, use brute force.” – Ken Thompson
defmodule Day02 do
def part1(input) do
solve(input, &invalid_part1?/1)
end
...
New
We were all waiting for a (more) complex problem, and here it is, finally! As of now, it’s the only problem that has 3x more people who o...
New
Trending Last Three Years
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
Nobody’s doing Advent of Code this year? :smile:
I might do the first week or so.
For Day 1, first I solved it using regular expression...
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
Here is my solution for day 2 of Advent of Code:
New
Setting this down for the night, as after a quick naive solve for quick part 1 I realize that part 2 is by design computationally expensi...
New
I recently got inertia-phoenix (an Inertia.js adapter for Phoenix) working with Svelte. Setting up the server-side rendering (SSR) with S...
New
Sean Moriarity @seanmor5
edited by Tammy Coron @Paradox927
Stable Diffusion, ChatGPT, Whisper—these are just a few examples of incredibl...
New
Here is my solution for day 1 of Advent of Code:
defmodule Day01 do
def part1(input) do
all = parse(input)
{first, second} = E...
New
Today is a brute-force day: advent-of-code-2024/lib/advent_of_code2024/day6.ex at main · ibarakaiev/advent-of-code-2024 · GitHub
Takes a...
New
The second part of today’s puzzle is very misleading.
FYI, each of the ghosts has only one possible position that ends with a "Z" on its...
New
I tried to use combinatorial to solve today’s puzzles but failed (my brain burned out :exploding_head:). In the end I just used brute for...
New
ElixirConf: ElixirConf 2023 - German Velasco - Using DDD concepts to create better Phoenix Contexts
Comments welcome! View the <span cla...
New
Hello all,
I am still learning Elixir, then go into Phoenix, i am try search in google but find the programming phoenix 1.4, another for...
New
I spent 3 hours struggling in part 2, until I noticed a very basic mistake :joy:
Here’s my code:
By the way, the starting position in...
New
Here’s my day 3 code
This was quite easy. I was afraid Part 2 would be “un-regex-able” and was preparing for hand crafting automata bu...
New
Trending Over 3 Years
Hi, this is for people who, like me, have had some friction using .html.heex templates in VSCode.
The solution seems to be, in a hyphena...
New
Manning 2016 Halloween weekend sale via Deal of the Day
Friday, October 28 - Half off all MEAPs - code WM102816LT
Saturday, October 29 ...
New
I would like to know that is there any online source for learning Phoenix Framework for building E-Commerce Store? Any advantage on build...
New
Hey :wave:t3: Elixir community,
I’ve been learning Elixir, and working on some side projects. My editor of choice is VSCode, and althoug...
New
You’re a programmer, so you don’t need spoon feeding with the conventional drivel about “this is an integer.” No. You need to know what’s...
New
by Lance Halvorsen
Elixir and Phoenix are generating tremendous excitement as an unbeatable platform for building modern web application...
New
I couldn’t find any guides that worked well with Phoenix 1.6.0 and esbuild. I hope this helps people test the waters and eases you into t...
New
by Saša Jurić
Elixir in Action teaches you to apply the new Elixir programming language to practical problems associated with scalabilit...
New
pipe into case? I use that fairly frequently…unless I’m misunderstanding what you’re wanting…could be… its still very early…
str = "Hell...
New
In case this is handy for other people, here is how you can run Elixir on Android:
Install https://termux.com/
apt update; apt upgrad...
New
So, I've just finished Introducing Elixir. I did skip the last chapter on Using macros to extend Elixir as I will get to that when I get ...
New
Hello all!
For those wanting to try your hands at Elixir / Phoenix, I wrote a comprehensive tutorial on doing a simple JSON API with sai...
New
Please note: This course contains the use of inaccurate terminologies and may lead to confusion - see comments in the thread below for d...
New
Hey,
I am currently reading Programming Elixir and I am doing one of the exercises where you should write a solution to the “I’m thinkin...
New
Don’t forget you can get 35% off the ebook using the code ‘devtalk.com’ :023:
Current: Search
Original: Search
For those looking for ...
New
Confs & Meetups
16 days remaining
DC Elixir
Build Night: Hands-on with Zig and Zigler - Washington DC/USA July 15, 2026Featured Book
Latest Learning Resources
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!
Our Community
We Support Global Peace
Filter by:
Sub Categories:
Saved Forums
-
None saved yet
Forums
Popular Tags
- #ecto
- #liveview
- #troubleshooting
- #learning-elixir
- #deployment
- #library
- #erlang
- #testing
- #genserver
- #mix
- #absinthe
- #remote-other
- #otp
- #plug
- #how-to-question
- #macros
- #postgres
- #channels
- #exunit
- #elixirconf
- #discussion
- #javascript
- #podcasts
- #code-sync
- #onsite
- #dialyzer
- #docker
- #authentication
- #umbrella
- #full-time-contract
- #podcasts-by-brainlid
- #ecto-query
- #elixir-ls
- #phoenix_html
- #iex
- #blog-post
- #graphql
- #ai
- #websockets
- #advent-of-code
- #distillery
- #api
- #processes
- #forms
- #metaprogramming
- #security
- #performance
- #hex
- #json
- #databases








