Hot in Elixir Blogs/Talks:
HOT IN Elixir Blogs/Talks THIS WEEK!

Learn to test responsive web design on your phone with Phoenix, from setting up your local host to viewing your application on mobile dev...
New

Verified Routes are an exciting feature introduced in Phoenix in v1.7. For those of us with a mature project, we may have already upgrade...
New

So I was trying to solve a problem where I needed to distribute workload in my cluster of phoenix apps. They’re clustered up using :libcl...
New

It’s the Season 10 finale of the Elixir Wizards podcast! José Valim, Guillaume Duboc, and Giuseppe Castagna join Wizards Owen Bickford an...
New

AI topics are all the rage right now, so we team up with Sean Moriarity to unpack what’s going on and what it means for Elixir. Sean talk...
New
HOT IN Elixir Blogs/Talks THIS MONTH!

In this episode of the Elixir Wizards Podcast, the wizards are joined by José Valim, creator of Elixir, to discuss upcoming features, the...
New

OTP 26 was released and the Elixir 1.14.4 builds have been updated! Erlang OTP 26 changed how map keys are sorted, or not sorted actually...
New

Have you run mix ecto.dump and now rely on a structure.sql file to bootstrap a new DB? When you deploy a release to a production-like env...
New

Whatever your Nerves project does, there’s a good chance that it can be enhanced by securely connecting to a Phoenix Server in the cloud;...
New

Rust is a popular lower level language and the community has created a number of libraries to solve different problems. We talk with Jaso...
New

In this episode of the Elixir Wizards podcast, hosts Sundi Myint and Owen Bickford are joined by Hugo Baraúna, founder at Elixir Radar, a...
New

Monaco is state-of-the-art browser-based code editor that powers VS Code. Let’s see how to integrate it with Phoenix LiveView using esbuild.
New

In this episode of the Elixir Wizards Podcast, Phoenix core team members Chris McCord and Jason Stiebs join Elixir Wizards Sundi Myint an...
New

Recently Livebook had its first launch week. We met with Jonatan Kłosko, the developer behind most of the exciting new features, to learn...
New

Episode 153 of Thinking Elixir. Language servers are an important part of modern developer tooling. Mitch Hanberg has made this his new f...
New

In this episode of the Elixir Wizards Podcast, Sean Moriarity, author of Genetic Algorithms in Elixir and creator of the Axon Library, jo...
New
HOT IN Elixir Blogs/Talks THIS YEAR!

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

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

In episode 107 of Thinking Elixir, we caught up with Alex Koutmos, a co-host on an Elixir podcast, book author, and OpenSource library cr...
New

In episode 106 of Thinking Elixir, we learn how the SonicPi project has been letting people live code musical performances for years. Sam...
New

In episode 103 of Thinking Elixir, James Arthur shares his project Vaxine.io, an Elixir layer built on top of a CRDT based distributed Er...
New

This post announces the Livebook desktop app, a way to install Livebook on your machine without the requirement to have Elixir installed ...
New

Episode 117 of Thinking Elixir. A UI Storybook for Phoenix LiveView components? Christian Blavier joins to share what his team created an...
New

Hello all!
I wrote a blog post called Elixir Observability: OpenTelemetry, Lightstep, Honeycomb. The post post covers how to integrate ...
New

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

In episode 105 of Thinking Elixir, we learn about Plausible Analytics, a privacy respecting alternative to Google Analytics that is cloud...
New

Episode 112 of Thinking Elixir. Google Chrome extension that displays a LiveView and integrates with a web page like Gmail? Steve Bussey ...
New

We were surprised to see how well Elixir and Phoenix performed in the Stack Overflow survey results for 2022! Elixir came in as the #2 mo...
New

In episode 102 of Thinking Elixir, Sean Moriarity, the author of Genetic Algorithms in Elixir, lays out Machine Learning in the Elixir sp...
New

This post asks if we can remove Alpine from the PETAL stack. Can we do everything we need with just LiveView? Also, let’s explore an area...
New

I wrote a blog post about 3 different ways to build a list with conditional elements in Elixir (and what that has to do with application ...
New
HOT IN Elixir Blogs/Talks THE LAST THREE YEARS!

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

Billed as the ultimate rating of modern programming languages yet Python and Rust only gets two stars :rofl: but good news for erlang-eli...
New

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

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

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

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

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

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

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

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

New

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

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

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

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:
452
"Elixir is a dynamic, functional language designed for building scalable and maintainable applications."
- Follow
- Join
- Shape
the conversation
Elixir on GitHub
Stars: 21,699
Watchers: 676
Open Issues: 18
Last push: 5 hours ago
Latest Elixir Jobs
General Dev Jobs
January 05, 2022
Featured Elixir Book
Latest Elixir Learning Resources
Sanitizing HTML with HtmlSanitizeEx - ElixirCasts
Backend Learning ResourcesFrom Ruby to Elixir (PragProg)
Backend Learning ResourcesPublishing a Package to Hex - ElixirCasts
Backend Learning ResourcesPhoenix LiveView Streams - ElixirCasts
Backend Learning ResourcesElixir in Action, Third Edition (Manning)
Backend Learning ResourcesTrix Editor - ElixirCasts
Backend Learning ResourcesLiveSelect - ElixirCasts
Backend Learning ResourcesElixir Events (WIP)
Get money off!

The Pragmatic Bookshelf
35% off any eBook

Manning Publications
35% 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!

Filter by Type:
My Saved Portals
-
None saved yet