Hot in Elixir Blogs/Talks:

HOT IN Elixir Blogs/Talks THIS WEEK! Top

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

HOT IN Elixir Blogs/Talks THIS MONTH! 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
brainlid
Episode 243 of Thinking Elixir. News includes the announcement of PythonX for Python interoperability in Elixir, groundbreaking academic ...
New
GroxioLearning
Nx provides a powerful framework for machine learning in Elixir and Lars, Andrew and Paulo Valente take a deep dive into it!
New
brainlid
Episode 242 of Thinking Elixir. News includes exciting updates to Phoenix gen_auth with magic links and sudo mode security features, a co...
New

HOT IN Elixir Blogs/Talks THIS YEAR! 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
marcin
Hi! :wave: I wanted to refresh my knowledge on how to mix phx.gen.auth with local password users db, as well as OAuth providers such as ...
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
brainlid
Episode 184 of Thinking Elixir. In the news, we dive into a mix of intriguing Elixir updates and innovative developments. We explore 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
brainlid
Episode 195 of Thinking Elixir. In this compelling episode, we sit down with Ben Reinhart who shares his journey of transitioning from th...
New
brainlid
Episode 196 of Thinking Elixir. This week’s news includes the release of OTP 27.0-rc2 featuring the new json module, Phoenix Live reload’...
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
brainlid
A big barrier to getting started with local AI development is access to hardware. And by “local”, I mean having direct access to a GPU an...
New
brainlid
Episode 200 of Thinking Elixir. In this landmark 200th episode of the Thinking Elixir podcast, we dive into the revolutionary world of Li...
New
brainlid
Episode 197 of Thinking Elixir. In this episode, we’re diving into the fascinating world of at-home AI with a ready-to-deploy project har...
New
quetz
Learn how to write stream_async() functionality for Phoenix LiveView and render the async streams in Heex template.
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
In episode 92 of Thinking Elixir, we talk with Mitchell Hanberg and learn about why he created the alternate Phoenix templating language ...
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
brainlid
In episode 93 of Thinking Elixir, we talk with Michael Lubas about protecting our Phoenix applications from common automated bot attacks....
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
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
Ever wanted to store a blob of custom data on a database record? When the data is stored using Ecto there are several ways we can do it. ...
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
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

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: bot
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: bot
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: 698
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,017 Watchers: 679 Open Issues: 28 Last push: 2 hours ago

Core Team Members

Portal Stewards

Latest Elixir Jobs

General Dev Jobs January 05, 2022

Featured Elixir Book

Real-Time Phoenix (PragProg)

Latest Elixir 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 Styler - ElixirCasts
Backend Learning Resources
Credo - 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

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