Latest #code Threads 
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
Update from the Elixir Core Team - Andrea Leopardi | Code BEAM Europe 2025
Comments welcome! View the <span class="hashta...
New
Elixir at the Core of a Virtual Power Plant - Jens Fischer & Johannes Weißl-Muhs | Code BEAM 2025
Comments welcome! V...
New
Structured Generation and Logits Processing with Elixir - Chris Beck | Code BEAM Europe 2025
Comments welcome! View the <...
New
The Architecture of Oban Web - Shannon Selbert & Parker Selbert | ElixirConf EU 2025
Comments welcome! View the <spa...
New
Whisperer - An Elixir based Multi Agent Workflow Framework - Sola Aremu 'Pelumi & Ridwan Otun
Comments welcome! View...
New
Softly, Surely: Bringing Elixir to Work - Ellyse Cedeno | Code BEAM Europe 2025
Comments welcome! View the <span class="h...
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
LT: Telegram Bots with Elixir: Shipping Faster, Sleeping Better - Max Gorin | ElixirConf EU 2026
Comments welcome! View t...
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
LT: Integrate Web Components with Forms Seamlessly - Krasen Penchev | ElixirConf EU 2026
Comments welcome! View the <span...
New
This Month's Trending
Elixir at the Core of a Virtual Power Plant - Jens Fischer & Johannes Weißl-Muhs | Code BEAM 2025
Comments welcome! V...
New
This Year's Trending
Introducing Phoenix Sync - James Arthur | ElixirConf EU 2025 | ElixirConf EU 2025
Comments welcome! View the <span class...
New
Hologram Building Rich UIs with Elixir Running in the Browser - Bart Blast | ElixirConf EU 2025
Comments welcome! View th...
New
Authorization & Access Control: Case Studies and Practical Solutions using Elixir - Michał Buszkiew
Comments welcome!...
New
Phoenix LiveView: Mastering Reconnects for a Seamless User Experience -Giovanni Francischelli
Comments welcome! View the ...
New
If you’re not familiar with this fun bit of math lore,
Paul Erdős, the famously eccentric, peripatetic and prolific 20th-century mathem...
New
Introducing Trellis: Open Source Hardware for Nerves - Gus Workman | ElixirConf EU 2025
Comments welcome! View the <span ...
New
LiveView and Web Components
Comments welcome! View the <span class="hashtag-icon-placeholder"></span>code-sync tag for mor...
New
Zenohex: scalable and fast communication library for Elixir - S. Hosoai, H. Takase, M. Osaki
Comments welcome! View the <...
New
Phoenix sync with ElectricSQL
Comments welcome! View the <span class="hashtag-icon-placeholder"></span>code-sync tag for m...
New
SeqEx: Building a MIDI Sequencer with Elixir - Dino Costa | Code BEAM Europe 2024
Comments welcome! View the <span class=...
New
Growing New Chemists and Alchemists: Building Elixir Teams - Bruce Tate & Paulo Valim | Code BEAM
Comments welcome! V...
New
Nerves heart flutter
Comments welcome! View the <span class="hashtag-icon-placeholder"></span>code-sync tag for more Code ...
New
Building Terminal Applications With Elixir - Gary Rennie | ElixirConf EU 2025 | ElixirConf EU 2025
Comments welcome! View...
New
My BEAM History - Björn Gustavsson | ElixirConf EU 2025
Comments welcome! View the <span class="hashtag-icon-placeholder...
New
Elixir LSP
Comments welcome! View the code-sync tag for more Code Sync talks!
New
Last Three Year's Trending
I’m wondering if any of you are working in a non-English Elixir codebase and how you deal with it especially if you are not proficient in...
New
I would like to add a function to my project that is available throughout all modules without aliasing/importing it. How should I go abou...
New
I’m building a library that’s constantly re generating certain modules, building them from string templates. The generated modules includ...
New
Just a cool repo I found sometime ago and figured worth resharing again.
New
Ok, I really feel dumb for having to ask this but I’m very curious.
In Jose’s keynote he showed this example of why the new type impleme...
New
The One Billion Row Challenge in Elixir: From 12 Minutes to 25 Seconds - Raj Rajhans | Code BEAM
Comments welcome! View t...
New
So I have the following use case.
I have some code / modules that I want to run different versions of.
Let’s say I have a user, when th...
New
Lambda - An Open Source Backend for Videogames built in Elixir - Manuel Camejo & Tomás Arjovsky
Comments welcome! Vie...
New
Most likely my use-case is not common, but still.
If Code.compile_quoted/2 is called during compile time, it leaves errors in the parall...
New
Keynote: Code Generators are Dead. Long Live Code Generators - Chris McCord | ElixirConf EU 2025
Comments welcome! View ...
New
LT: ContextKit - Aleksandr Lossenko | ElixirConf EU 2025
Comments welcome! View the <span class="hashtag-icon-placeholder...
New
Keynoyte: Type System and Elixir Updates + Extended Q&A - José Valim | ElixirConf EU 2025
Comments welcome! View the...
New
Node to Elixir: A newcomers' perspective after 2 years in production- Barnabas Jovanovics |Code BEAM
Node to Elixir: A newcomers’ perspective after 2 years in production- Barnabas Jovanovics |Code BEAM
Comments welcome! Vi...
New
ElixirConf EU Highlights 2025
Comments welcome! View the <span class="hashtag-icon-placeholder"></span>code-...
New
Live voices with LiveView - Lars Wikman
Comments welcome! View the <span class="hashtag-icon-placeholder"></span>code-syn...
New
Trending Over Three Years
So what’s the idiomatically correct way to do nested modules? I know when applications you tend to do it the first way and follow the dir...
New
Hi, I want to modify elixir files based on the AST.
For the result I want to the elixir formatter.
For a prototype I tried the followin...
New
In Elixir, if executes a do…end block unless the given condition is false or nil as you know.
iex(1)> if true, do: IO.puts("ok")
ok
:...
New
I’m currently building a small Website using Elixir and Phoenix and I found this line of code in the form.html for my users resource. Can...
New
After a few (successful?) attempts at creating DSLs to get structured data from users, I realized that Elixir structs’ syntax fits perfec...
New
I am back to learn Elixir, and I am building a pet project to help me with my developer notes and collection of links, and as part of it ...
New
I work on a library that has a helper module. In that module there are a few macros that are needed at compile time, but are completely u...
New
Distributed Elixir Made Simple - Johanna Larsson | ElixirConf EU 2025
Comments welcome! View the <span class="hashtag-ico...
New
Keynote: The AtomVM and New Horizons for Elixir - Davide Bettio & Mateusz Front | ElixirConf EU 2025
Keynote: The AtomVM and New Horizons for Elixir - Davide Bettio & Mateusz Front | ElixirConf EU 2025
Comments welcome...
New
The Elixir Security Roadmap by Michael Lubas | ElixirConf EU 2024
Comments welcome! View the <span class="hashtag-icon-pl...
New
Building a Multiplayer Browser Game with LiveView - Gonçalo Tomás | ElixirConf EU 2024
Comments welcome! View the <span...
New
Code Intelligence and RAG in Elixir with rag.ex - Chris Beck | ElixirConf EU 2025
Comments welcome! View th...
New
End to end Computer Vision in Elixir: Making it work in Production - Walid Salah| ElixirConf EU 2024
End to end Computer Vision in Elixir: Making it work in Production - Walid Salah| ElixirConf EU 2024
Comments welcome! Vi...
New
What’s New in Elixir Types Guillaume Duboc | ElixirConf EU 2025
Comments welcome! View the <span class="hashtag-icon-pl...
New
Don’t let it crash: How we applied our security checks on Elixir code - M. Tóth, D. Horpácsi
Comments welcome! View the ...
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
- #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
- #genstage
- #ai
- #websockets
- #supervisor
- #advent-of-code
- #distillery
- #api
- #processes
- #forms
- #metaprogramming
- #security
- #performance
- #hex







