Hot in Elixir Blogs/Talks:

HOT IN Elixir Blogs/Talks THIS WEEK! Top

brainlid
Episode 274 of Thinking Elixir. News includes the release of Elixir 1.19.0-rc.1 with OTP 28.1+ compatibility and impressive 2.3x faster d...
New
New

HOT IN Elixir Blogs/Talks THIS MONTH! Top

New
sorentwo
A new article showcasing some of Oban, and Oban Pro’s, distinct agentic workflow abilities.
New
maennchen
One package. One update. A worm crawling through the BEAM ecosystem. A dark “what if” — and how we can stop it before it’s real.
New
brainlid
Episode 270 of Thinking Elixir. News includes a Kickstarter campaign to fund Rebar4 development with the goal of making it an official pa...
New
JKWA
Connect functional programming patterns to the libraries Elixir devs already use. It’s a good idea, but I didn’t have space in the book....
New
JKWA
There are many ways to solve equality: duck typing, injection, protocol dispatch. Here’s why Funx uses the one it does: <span class="...
New
JKWA
I learn best by writing, so I wrote up some higher-level notes on Ash from the Ash Framework book. I thought others might find it useful:...
New
brainlid
Thinking Elixir 272: Process Vaults and Quantum Crypto Episode 272 of Thinking Elixir. News includes the release of Vault, a lightweight...
New
brainlid
Episode 271 of Thinking Elixir. News includes an interactive test runner called mix_test_interactive that brings Jest-style testing to Ex...
New
lawik
This is my conference report, as the organizer. Lots of nice pictures by Petter Boström. Lots of good feels from the community.
New
New
brainlid
Episode 273 of Thinking Elixir. News includes Chris McCord releasing a shell-based web browser tool for LLMs extracted from phoenix.new, ...
New

HOT IN Elixir Blogs/Talks THIS YEAR! Top

mudasobwa
Peeper is the tiny library to preserve state across GenServer crashes/restarts. Works as an almost drop-in substitute for GenServer, sui...
New
brainlid
Episode 244 of Thinking Elixir. News includes the release of Elixir 1.18.2 with various enhancements and bug fixes, a new experimental SQ...
New
GroxioLearning
In this conversation, Lars, Zach, and Rebecca discuss the Ash framework and their upcoming book. They also touch on the Igniter tool. The...
New
lawik
We all have varying degrees of exposure to Big Tech. Some of it seems fine, stable and can be relied on. Some of it feels like shifting s...
New
T0ha666
In this article, we discuss how to create a Docker image for a Phoenix application.
New
neurodynamic
I spent a lot of time recently getting a Phoenix/Elm app to the point where there are type guarantees at every boundary between the front...
New
JKWA
I just finished putting together interactive Livebook notebooks for every chapter of Advanced Functional Programming with Elixir. You ca...
New
brainlid
Episode 252 of Thinking Elixir. News includes Tidewave, a new Phoenix MCP server that helps AI-enabled editors access application runtime...
New
brainlid
Episode 246 of Thinking Elixir. News includes the release of Plug v1.17.0 with dark mode support for Plug.Debugger, an exciting Phoenix P...
New
brainlid
Episode 247 of Thinking Elixir. News includes Phoenix now including DaisyUI which has sparked mixed reactions, Erlang/OTP 28.0-rc2 releas...
New
zachdaniel
How the Elixir community can survive — and thrive — in an age of LLMs.
New
brainlid
Episode 245 of Thinking Elixir. News includes a new library called phoenix_sync for real-time sync in Postgres-backed Phoenix application...
New
mbuhot
Hey everyone, here’s a blog post I just published about improving seed data management in Elixir projects. In the post, I cover using Ash...
New
sdball
How I took “Mowing” (a LiveView minesweeper clone) from running a single game per deployed instance into a global game with persistent st...
New
gaggle
An exploration of various ways to set up a consistent and versioned Elixir development environment, evaluating asdf, mise, Nix, and pkgx,...
New

HOT IN Elixir Blogs/Talks THE LAST THREE YEARS! Top

GoulvenClech
Hi everyone :wave: I’m excited to share an article detailing how we have reorganized our Elixir/Phoenix project’s directory structure. W...
New
brainlid
In a 2 day spike, I created my own Elixir-based AI Personal Fitness Trainer! The surprising part for me was how useful and helpful I foun...
New
brainlid
Jason Stiebs shows a couple ways for a LiveView to make it easy for users to click and copy an important value to their clipboard. He sho...
New
MarcinKasprowicz
Elixir language viewed from the perspective of a JavaScript developer. I compared selected aspects of the two languages and touched on to...
New
victorbjorklund
I’m showing you how you can customise the phx.new generator to give you a new Phoenix project the way YOU want it. In this post I show yo...
New
brainlid
Episode 132 of Thinking Elixir. LiveView isn’t always the right answer. Chris Nelson created LiveState to enable embedding custom HTML co...
New
brainlid
Episode 123 of Thinking Elixir. Creator of the Ash Framework, Zach Daniel, shares how he feels Ecto is such a good tool, that people have...
New
mssantosdev
This post is a guide on how Norba and I are building LiveMatch, a real-time app for soccer to follow multiple games in one place.
New
brainlid
It’s important to learn safe coding practices. As developers, we want people to love our products and happily pay to use them. We also wa...
New
brainlid
Securing our apps is our responsibility as developers. We are the custodians and the guardians of our user’s data. We met up again with M...
New
brainlid
Episode 143 of Thinking Elixir. New minor LiveView release, a new Nerves focused Elixir case study was published, a post about audio tran...
New
karolina.curiosum
Bumblebee &amp; Stable Diffusion &amp; Phoenix Live View meets in one place! Learn how to create a live prompt generating Stable Diffusio...
New
brainlid
Episode 162 of Thinking Elixir. WebAssembly is an interesting technology that feels completely separate from Elixir. Patrick Smith create...
New
brainlid
There are several ways to add a “tagging” feature to an app. Sometimes it requires multiple tables and joins to solve the problem. Someti...
New
mssantosdev
Our take on how to build a frontend style guide with Phoenix Components, Atomic Design and plain CSS, with focus on reusability and code ...
New

HOT IN Elixir Blogs/Talks THIS Over 3 Years! Top

wmnnd
Here’s the story how one of the world’s first production deployments of LiveView came to be - and how trying to improve it almost caused ...
New
New
First poster: dimitarvp
The future of web-based software architectures is already taking form, and this time it’s server-rendered (again). Papa’s got a brand new...
New
elbrujohalcon
Erlang is famous for its introspecting powers. You can get a lot of information about the processes running in your nodes without any ext...
New
paulanthonywilson
Following up on the previous post on using UDP multicasting to broadcast and detect peers on a network, I create a registry of those peer...
New
wolf4earth
Charles Max Wood takes the lead this week. He and Adi Iyengar discuss what Top End Devs are and what people should be doing to become Top...
New
paulanthonywilson
I had a bit of a mini-adventure following Sobelow’s advice on adding a CSP to a Phoenix App. If you want to follow along, or want to add ...
New
pablocostass
Todos coñecemos os focos de Erlang/Elixir máis renomeados do mundo, como a Suecia, o Brasil, a California ou Londres. Mais a comunidade, ...
New
First poster: AstonJ
Ten years without Elixir. I never got into Elixir, largely because it looked like Ruby. I was a Rubyist for a good while, spent time and...
New
paulanthonywilson
So you’re enjoying using WebSockets with Elixir’s Phoenix Framework, and you want to send some binary messages. Maybe it’s an audio clip,...
New
AstonJ
Just finished doing a clean install of macOS (which I highly recommend btw!) and have updated my macOS Ruby &amp; Elixir/Erlang dev env s...
New
RudManusachi
Hi there! Recently I was playing around with extracting and updating data in the DB and for fun challenged myself to try to implement a ...
New
Scorpil
I dabbled in Phoenix for a while now, but never really got my hands dirty with it right up until now. Apart from the whole framework bein...
New
New
wolf4earth
Tej Pochiraju joins the mix to discuss Progressive Web Apps and how you can support them using Elixir and Phoenix to control IoT devices....
New

Elixir

Classification: Programming Language
Forum Category: Backend
Threads: 797
Posts: 1960
Forum Tags: #elixir

"Elixir is a dynamic, functional language designed for building scalable and maintainable applications."

  • Follow
  • Join
  • Shape
the conversation
Elixir on GitHub
Stars: 25,948 Watchers: 680 Open Issues: 27 Last push: 4 hours ago

Core Team Members

Portal Stewards

Latest Elixir Jobs

General Dev Jobs January 05, 2022

Featured Elixir Book

Genetic Algorithms in Elixir (PragProg)

Latest Elixir Learning Resources

.iex.exs File - ElixirCasts
Backend Learning Resources
Intro to Tidewave - ElixirCasts
Backend Learning Resources
LiveView Colocated Hooks - ElixirCasts
Backend Learning Resources
Elixir Patterns (PragProg)
Backend Learning Resources

Elixir Events (WIP)

64 days remaining
Expo Vegas
Las Vegas June 13, 2020
183 days remaining
Developer Conference 2020
Rio de Janeiro October 15, 2020
289 days remaining
BigMeet 2021
Chicago Feb 25, 2021

My Saved Portals

    None saved yet

Top Sub Portals

Get money off!

The Pragmatic Bookshelf

35% off any eBook

Manning Publications

45% off any item

The Pragmatic Studio

20% off any course

Simply use coupon code "devtalk.com" at checkout. Where applicable this coupon can be used for an many items and as many times as you like!

My Saved Portals

    None saved yet

Top Sub Portals