Hot in Elixir Blogs/Talks:

HOT IN Elixir Blogs/Talks THIS WEEK! Top

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
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
brainlid
Episode 251 of Thinking Elixir. News includes a critical Unauthenticated Remote Code Execution vulnerability in Erlang/OTP SSH, José Vali...
New

HOT IN Elixir Blogs/Talks THIS MONTH! Top

gaggle
An exploration of various ways to set up a consistent and versioned Elixir development environment, evaluating asdf, mise, Nix, and pkgx,...
New
gaggle
This post explores different ways to do test automation in Elixir, focusing on how to handle dependency injection — covering patterns, li...
New
gaggle
This post explores how to test shell scripts — something relevant to many Elixir projects that rely on shell scripts to power development...
New
brainlid
Episode 250 of Thinking Elixir. News includes EEF board elections with voting beginning May 9th, Gleam v1.10.0 enhancing security with SB...
New
gaggle
A look at optimizing Elixir development with Trunk-Based Development tooling to reduce integration delays. The post shows how local test ...
New
gaggle
This post tackles Elixir onboarding into new projects with a simple, script-first approach, designed to take a fresh machine from zero to...
New
brainlid
Thinking Elixir 249: LiveDebugger: Peering Inside a LiveView Episode 249 of Thinking Elixir.News includes Phoenix 1.8.0-rc release with ...
New
brainlid
Episode 248 of Thinking Elixir. News includes a new Elixir case study about Cyanview’s camera shading technology used at major events lik...
New

HOT IN Elixir Blogs/Talks THIS YEAR! Top

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
mudasobwa
Peeper is the tiny library to preserve state across GenServer crashes/restarts. Works as an almost drop-in substitute for GenServer, sui...
New
PragTob
Elixir is a great language, but some behavior can be unintuitive, confusing and in the worst case lead to bugs. So, I took a look at 10 E...
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
zacksiri
In this blog post I share my methodology on learning machine learning in Elixir and some of the challenges I faced. I also compare the co...
New
brainlid
Phoenix LiveView v0.20.4 offers a hidden gem with its handy little JS.toggle_class/1 feature. This addition simplifies toggling classes f...
New
mssantosdev
We’ve built Polo, an open source REST client that runs in your browser. You can check it out at GitHub - readyforproduction/polo: A REST ...
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
quetz
Learn how to write stream_async() functionality for Phoenix LiveView and render the async streams in Heex template.
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
brainlid
In this episode we dive into the exciting release of Elixir 1.17.0-rc.1 and other news from the community. Our main segment features an i...
New
brainlid
Episode 201 of Thinking Elixir. This week’s podcast dives into the latest tech updates, including the release of Lexical 0.6.0 with its i...
New
mudasobwa
While the code is usually indeed enormously awesome, and we all take it as granted, the developers’ effort in helping to test the functio...
New
brainlid
Episode 202 of Thinking Elixir. In this week’s edition, we dive into the exciting release of ElixirLS 0.21.0, enhancing the developer exp...
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

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

StuntProgrammer
In building lofi.limo, media storage and distribution naturally came up. I have songs, announcements, and background image loops which I ...
New
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
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
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
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
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
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
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
Machine learning allows you to solve once unimaginable problem. Elixir’s support for machine learning through Nx and Axon let us do impre...
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 112 of Thinking Elixir. Google Chrome extension that displays a LiveView and integrates with a web page like Gmail? Steve Bussey ...
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
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 132 of Thinking Elixir. LiveView isn’t always the right answer. Chris Nelson created LiveState to enable embedding custom HTML co...
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
First poster: bot
When I need to configure something in a complicated way, I find myself reviewing the embedded language that provided the server to create...
New

Elixir

Classification: Programming Language
Forum Category: Backend
Threads: 713
Posts: 1804
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,172 Watchers: 678 Open Issues: 29 Last push: 2 days ago

Core Team Members

Portal Stewards

Latest Elixir Jobs

General Dev Jobs January 05, 2022

Featured Elixir Book

Concurrent Data Processing in Elixir (PragProg)

Latest Elixir 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
Engineering Elixir Applications (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