May 29, 2023
Elixir v1.15.0-rc.1 has been released. Link: https://github.com/elixir-lang/elixir/releases/tag/v1.15.0-rc.1
0
0
0

Hot in Elixir:
Latest Elixir Threads

Use your Ruby knowledge to quickly learn Elixir and build scalable applications using the most powerful libraries in the Elixir ecosystem...
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

Elixir v1.15.0-rc.1 has been released.
Link: https://github.com/elixir-lang/elixir/releases/tag/v1.15.0-rc.1
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

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

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

Elixir v1.15.0-rc.0 has been released.
Link: https://github.com/elixir-lang/elixir/releases/tag/v1.15.0-rc.0
New

Hi!
I usually keep changelogs for my projects because I think they are really useful, not only to track the changes and not to be lost b...
New

Background
I have a a fresh umbrella project with a Phoenix app inside. To create the app I used the following commands:
mix new test_a...
New

Cross posting from Elixir Forum.
Build it with Phoenix is a nice course by Geoffrey Lessel @geo. But if you start with Phoenix 1.7.2 or ...
New
HOT IN Elixir THIS WEEK!

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, Sean Moriarity, author of Genetic Algorithms in Elixir and creator of the Axon Library, jo...
New

Elixir v1.15.0-rc.1 has been released.
Link: https://github.com/elixir-lang/elixir/releases/tag/v1.15.0-rc.1
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
HOT IN Elixir THIS MONTH!

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

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

Background
I have a fresh umbrella app and I am trying to create a Phoenix app inside it. However, even though I can create the Phoenix a...
New

Cross posting from Elixir Forum.
Build it with Phoenix is a nice course by Geoffrey Lessel @geo. But if you start with Phoenix 1.7.2 or ...
New

I put together a quick run through of the talks that I attended at Elixir Conf EU 2023, in Lisbon.
New

Hauleth (Łukasz Jan Niemier) takes us deeper into the Elixir and Erlang loggers. He recently closed a 3.5 year old bug on the ElixirLang ...
New

Phoenix LiveView has notable regressions in simple navigation scenarios.
New

News covers Chris McCord’s keynote speech on LiveView 1.0. We cover the EEF’s final election results, latest from the LiveView Native spa...
New

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

New

Add drag-and-drop functionality to your Phoenix LiveView app with SortableJS and LiveView Hooks! This posts shows you how to create an in...
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

Background
I have a a fresh umbrella project with a Phoenix app inside. To create the app I used the following commands:
mix new test_a...
New

At some point, large projects may choose to delete many old migrations and run mix ecto.dump to generate a structure.sql file. But then h...
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

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

Create a cryptocurrency trading bot in Elixir (YouTube videos, ebook pay what you want)
#Elixir #Cryptocurrencies #AlgorithmicTrading
Lo...
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

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

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

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

Teach yourself the core OTP abstractions in a short, practical book—first published with Groxio's Programmer Passport—from the author...
New

New
New

Background
On a recent discussion with my team, someone brought up the fact we should probably not rely too much on Hex.pm because some o...
New

Blogged on how Access is great, and how it has been used to produce LazyMap, the structure which allows lazy evaluation of values, with c...
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
HOT IN Elixir THE LAST THREE 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 scalabilit...
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

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

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

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

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

A Hero’s Journey with Sophie DeBenedetto
@SophieDeBenedetto author of Programming Phoenix Liveview, discusses her journey to becom...
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

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

Currently a hot topic in the BEAM world, let’s start a thread for it (as suggested by @crowdhailer here) :smiley:
What are your current...
New

Do you think it’s worth worrying about?
Do you think it’s going to be an even bigger issue in future?
If so what can the teams of smaller...
New
Elixir
Classification:
Programming Language
Forum Category:
Backend
Threads:
444
"Elixir is a dynamic, functional language designed for building scalable and maintainable applications."
- Follow
- Join
- Shape
the conversation
Elixir on GitHub
Stars: 21,664
Watchers: 678
Open Issues: 16
Last push: 4 hours ago
Latest Elixir Jobs
General Dev Jobs
January 05, 2022
Featured Elixir Book
Latest Elixir Learning Resources
From 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 ResourcesBot Defense with Paraxial.io - 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