March 26, 2025
A new Elixir blog post/announcement has been posted! Get the full details here: Cyanview: Coordinating Super Bowl's visual fidelity with Elixir - The Elixir programming language
0
7
0

Hot in Elixir:
Latest Elixir Threads

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

Episode 251 of Thinking Elixir. News includes a critical Unauthenticated Remote Code Execution vulnerability in Erlang/OTP SSH, José Vali...
New

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

This post explores how to test shell scripts — something relevant to many Elixir projects that rely on shell scripts to power development...
New

Episode 250 of Thinking Elixir. News includes EEF board elections with voting beginning May 9th, Gleam v1.10.0 enhancing security with SB...
New
New

Thinking Elixir 249: LiveDebugger: Peering Inside a LiveView
Episode 249 of Thinking Elixir.News includes Phoenix 1.8.0-rc release with ...
New

This post explores different ways to do test automation in Elixir, focusing on how to handle dependency injection — covering patterns, li...
New

This post tackles Elixir onboarding into new projects with a simple, script-first approach, designed to take a fresh machine from zero to...
New

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 THIS WEEK!

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

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

Episode 251 of Thinking Elixir. News includes a critical Unauthenticated Remote Code Execution vulnerability in Erlang/OTP SSH, José Vali...
New
HOT IN Elixir THIS MONTH!

An exploration of various ways to set up a consistent and versioned Elixir development environment, evaluating asdf, mise, Nix, and pkgx,...
New

This post explores different ways to do test automation in Elixir, focusing on how to handle dependency injection — covering patterns, li...
New

This post explores how to test shell scripts — something relevant to many Elixir projects that rely on shell scripts to power development...
New

Episode 250 of Thinking Elixir. News includes EEF board elections with voting beginning May 9th, Gleam v1.10.0 enhancing security with SB...
New

A look at optimizing Elixir development with Trunk-Based Development tooling to reduce integration delays. The post shows how local test ...
New

This post tackles Elixir onboarding into new projects with a simple, script-first approach, designed to take a fresh machine from zero to...
New

Thinking Elixir 249: LiveDebugger: Peering Inside a LiveView
Episode 249 of Thinking Elixir.News includes Phoenix 1.8.0-rc release with ...
New
New

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 THIS YEAR!

This is going to be a long an frequently posted thread.
While talking to a friend of mine who has taken data structure and algorithm cou...
New

Develop, deploy, and debug BEAM applications using BEAMOps: a new paradigm that focuses on scalability, fault tolerance, and owning each ...
New

Leverage Elixir and the Nx ecosystem to build intelligent applications that solve real-world problems in computer vision, natural languag...
New

This guide collects some of the most common functions of the Elixir Programming Language and explain them conceptual and graphically in a...
New

Ask Me Anything with
Zach Daniel and Rebecca Le
@zachdaniel and @sevenseacat
On February 24 and 25, we are giving you a chance to ask...
New

Explore the power of Ash Framework by modeling and building the domain for a real-world web application.
Rebecca Le @sevenseacat and ...
New

Use event sourcing to solve complex software development problems by modeling your application as a stream of immutable events and their ...
New

Ask Me Anything with
Ellie Fairholm and Josep Giralt D’Lacoste
@elliefairholm and @Gilacost
On February 24 and 25, we are giving you ...
New

SRE Fred Hebert provides you with a list of questions to ask about potential AI solutions, including where humans should be involved.
New

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

Peeper is the tiny library to preserve state across GenServer crashes/restarts.
Works as an almost drop-in substitute for GenServer, sui...
New

Hi Elixir and React friends!
I read a post (Stephen Bussey - React in LiveView: How and Why?) on use case for reaching react for complex...
New

Learn network programming with Erlang and Elixir. Build reliable and scalable network systems, and understand why this platform is a perf...
New

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

In this conversation, Lars, Zach, and Rebecca discuss the Ash framework and their upcoming book. They also touch on the Igniter tool. The...
New
HOT IN Elixir THE LAST THREE YEARS!

Author Spotlight:
Bruce Tate
@redrapids
Programming languages always emerge out of need, and if that’s not always true, they’re defin...
New

Author Spotlight:
Peter Ullrich
@PJUllrich
Data is at the core of every business, but it is useless if nobody can access and analyze ...
New

Author Spotlight:
Sophie DeBenedetto
@SophieDeBenedetto
The days of the traditional request-response web application are long gone, b...
New

Build highly interactive applications without ever leaving Elixir, the way the experts do. Let LiveView take care of performance, scalabi...
New

Author Spotlight:
Stephen Bussey
@sb8244
What’s better than a development language built so programmers will love it? Two languages b...
New

Author Spotlight:
Sean Moriarity
@seanmor5
Machine learning sounds both magical and difficult, but with the right tools and the right...
New

Create a cryptocurrency trading bot in Elixir (YouTube videos, ebook pay what you want)
<span class="hashtag-icon-placeholder"></span>eli...
New

Phoenix 1.6.0 got released last week, with built-in authentication and mailer generators, a whole new HEEx (HTML-aware Embedded Elixir) e...
New

Fully updated to Elixir 1.14, this authoritative bestseller reveals how Elixir tackles problems of scalability, fault tolerance, and high...
New

Any recommendations on good resources for learning Elixir, Phoenix, and Ash?
New

Cross posting this from the Elixir Forum - bargain for all the books you get :023:
I already had most of them but bought it to help Pr...
New

Learn how to leverage Phoenix LiveView and make vast amounts of data manageable with common but complex features like pagination, sorting...
New

Background
PS: the following situation describes an hypothetical scenario, where I own a company that sells things to customers.
I have ...
New

Background
I have a phoenix application in Windows 11. Unfortunately for me, I cannot compile the application because of a dependency err...
New

Background
I have a button that may be disabled or not, depending on a set of conditions. I want to disable/enable the button without hav...
New
HOT IN Elixir THIS Over 3 Years!

Think Again 50% Off Sale »
The theme of this sale is new perspectives on familiar topics.
Enter coupon code ThinkAgain2021 at checkout t...
New

Why, if your answer is yes?
New

Inspired by this post from @Carter, which languages, frameworks or other tech or tools do you think is killing it right now? :upside_down...
New

Learn different ways of writing concurrent code in Elixir and increase your application's performance, without sacrificing scalability or...
New

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

Let’s get real. As in really knowing—clearly and practically—what’s up with Phoenix LiveView.
What is it?
How does it work?
What can I ...
New

Background
I am trying to encode a structure into json format using the Jason library. However, this is not working as expected.
Code
L...
New

Hello,
i am facing difficult using webpack when to install within phoenix framework 1.5.7 because the webpack is still version 4.x.x inf...
New

Write Elixir tests that you can be proud of. Dive into Elixir’s test philosophy and gain mastery over the terminology and concepts that u...
New

A Hero’s Journey
with Sophie DeBenedetto
@SophieDeBenedetto
Sophie DeBenedetto, author of Programming Phoenix Liveview, discusse...
New

From finance to artificial intelligence, genetic algorithms are a powerful tool with a wide array of applications. But you don't need an ...
New

This hands-on book will quickly get you building, querying, and comparing graph data models using a robust, concurrent programming langua...
New

About talentbay
Our online networking platform connects students with teams in business and industry. It consists of our mobile app for ...
New

I am following this tutorial . I have followed carefully correcting errors as I go. The app allows you to create a blog post and add comm...
New

Wanted to try out Surface for awhile now and yesterday finally had the time for it, the developer experience is amazing and I decided to ...
New
Elixir
Classification:
Programming Language
Forum Category:
Backend
Threads:
713
Posts:
1804
"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: 1 day ago
Latest Elixir Jobs
General Dev Jobs
January 05, 2022
Featured Elixir Book
Latest Elixir Learning Resources
ReqEmbed - ElixirCasts
Backend Learning ResourcesShorthand - ElixirCasts
Backend Learning ResourcesAsh Framework (PragProg)
Backend Learning ResourcesReal-World Event Sourcing (PragProg)
Backend Learning ResourcesBackpex Phoenix Admin Panel - ElixirCasts
Backend Learning ResourcesNetwork Programming in Elixir and Erlang (PragProg)
Backend Learning ResourcesEngineering Elixir Applications (PragProg)
Backend Learning ResourcesElixir Events (WIP)
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!

Filter by Type:
My Saved Portals
-
None saved yet