Hot in Elixir Blogs/Talks:

HOT IN Elixir Blogs/Talks THIS WEEK! Top

lawik
I try to share my experiences so far with creating Goatmire Elixir (and NervesConf EU). Hope it is helpful to anyone trying to pull toget...
New
brainlid
Thinking Elixir 260: Cheaper testing with AI? Episode 260 of Thinking Elixir. News includes LiveDebugger v0.3.0 with enhanced debugging ...
New

HOT IN Elixir Blogs/Talks THIS MONTH! Top

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
brainlid
Episode 256 of Thinking Elixir. News includes the Elixir 1.19 RC release featuring up to 4x faster compilation and significant types syst...
#ai
New
brainlid
Episode 259 of Thinking Elixir. News includes the public launch of Phoenix.new - Chris McCord’s revolutionary AI-powered Phoenix developm...
New
brainlid
Episode 258 of Thinking Elixir. News includes the first CVE released under EEF’s new CNA program for an Erlang zip traversal vulnerabilit...
New
brainlid
Episode 257 of Thinking Elixir. News includes Elixir v1.19.0-rc.0 with significant type checking improvements and faster compile times, G...
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
psantos
Just wrote a new blog post about how to deploy a Phoenix app using Kamal 2. Check it out and let me know what do you think:
New
zachdaniel
In this post I explore the silos that exist in the Elixir ecosystem, the pros and cons, and what we can improve.
New
zachdaniel
How the Elixir community can survive — and thrive — in an age of LLMs.
New
brainlid
Episode 252 of Thinking Elixir. News includes Tidewave, a new Phoenix MCP server that helps AI-enabled editors access application runtime...
New
quetz
Learn how to write stream_async() functionality for Phoenix LiveView and render the async streams in Heex template.
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
gaggle
An exploration of various ways to set up a consistent and versioned Elixir development environment, evaluating asdf, mise, Nix, and pkgx,...
New
GoulvenClech
One challenge with industry-specific CRMs is the lack of standardisation. Each has its own API (from modern REST APIs to legacy FTP serv...
New
quatermain
Hi, I wrote longer article about multiple approaches for search in PostgreSQL and Ecto/Elixir. There are example in SQL and also in Ecto...
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
brainlid
Episode 247 of Thinking Elixir. News includes Phoenix now including DaisyUI which has sparked mixed reactions, Erlang/OTP 28.0-rc2 releas...
New

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

ragamuf
Does the world need another How to create a blog article? Maybe not. But then again, creating something out of nothing is what we love....
New
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
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
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
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
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
brainlid
Episode 112 of Thinking Elixir. Google Chrome extension that displays a LiveView and integrates with a web page like Gmail? Steve Bussey ...
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
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 117 of Thinking Elixir. A UI Storybook for Phoenix LiveView components? Christian Blavier joins to share what his team created an...
New
brainlid
Episode 119 of Thinking Elixir. Kat Marchán was the maintainer of NPM CLI for 5 years but now works at Microsoft on the VisualStudio prod...
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
Episode 143 of Thinking Elixir. New minor LiveView release, a new Nerves focused Elixir case study was published, a post about audio tran...
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
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
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
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
AstonJ
Just finished doing a clean install of macOS (which I highly recommend btw!) and have updated my macOS Ruby & Elixir/Erlang dev env s...
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
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
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
New
ErlangSolutions
If you were unable to join us recently for Code Mesh V conference you can catch up with our full suite of talk videos, QandA sessions and...
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: 739
Posts: 1844
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,447 Watchers: 680 Open Issues: 33 Last push: 20 hours ago

Core Team Members

Portal Stewards

Latest Elixir Jobs

General Dev Jobs January 05, 2022

Featured Elixir Book

Machine Learning in Elixir (PragProg)

Latest Elixir Learning Resources

Elixir Patterns (PragProg)
Backend Learning Resources
Northwind Elixir Traders (PragProg)
Backend Learning Resources
ReqEmbed - ElixirCasts
Backend Learning Resources
Shorthand - ElixirCasts
Backend Learning Resources
Ash Framework (PragProg)
Backend Learning Resources
Real-World Event Sourcing (PragProg)
Backend Learning Resources
Backpex Phoenix Admin Panel - ElixirCasts
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