Back to Home
526 entries Last fetched 1 minute ago Next fetch 15 hours from_now Latest post 7 hours ago atom
Total entries:
526
Last fetched:
14 Jul 2026 at 06:44 PM UTC (1 minute ago)
Next fetch:
15 Jul 2026 at 09:51 AM UTC (15 hours from_now)
Last post:
14 Jul 2026 at 11:04 AM UTC (7 hours ago)
Fetches since last post:
3
Estimated post interval:
14h
Type:
atom

Sign in to subscribe to this feed and get an enhanced interactive experience with expandable entries.

Showing 401-450 of 526 entries

I’m running a performance test using a 1gb 1cpu on linode. It’s the shared $5 server. With k6 I did 500 vus and it worked fine, but when I switched to 2000 vus that’s when majority of it failed. I keep receiving this error

ERRO[0302] WS Error: w

Hi there, I’m happy to announce that Gust now supports running on multiple nodes!

If you never heard about the project, check out this post: https://www.reddit.com/r/elixir/comments/1pjylcu/we_opensourced_gust_a_tas

I'm excited to introduce LiveCapture, a storybook-like library for Phoenix LiveView components.

I like having stories for my components, but I've always felt some friction when creating and maintaining them. With LiveCapture, I tried to

Elixir’s 15th anniversary brings v1.20 RC with full type inference, Chris McCord launches Sprites.dev, LiveVue v1.0 goes stable, Gust workflow engine debuts, and more!

submitted by /u/brainlid
[link] [comments]

I’ve been working as an Elixir developer for 4 years in India. Current CTC: 10 LPA. Most of my experience is in the Elixir ecosystem, including production work with Phoenix LiveView.

I have working knowledge of JavaScript, though my professional

I'm building CodeMySpec, a Claude Code extension for generating Phoenix contexts. After my first simple demo worked, I tried something ambitious: a context with Sobelow, Credo, and Dialyxir analyzers.

It worked... sort of. Four parallel agen

For now, it's just a front page :( Also hologram has a compiler of it's own which converts elixir to javascript, it has wonderful errors.

I have also tried using hologram with elixir desktop (https://github.com/elixir-desktop/desktop.git

Hi r/elixir,

I recently revived an old side project of mine: bettertyping.org (Elixir/Phoenix).

It started as a “learn Elixir by building something” project, but over time it got stuck on outdated versions and an old fron

Hey everyone!

I recently started learning Elixir, and after discovering Phoenix LiveView I wanted to build something that combines the best of both worlds: React's rich component ecosystem for complex UI with LiveView's real-time capabil

submitted by /u/amalinovic
[link] [comments]

Tickets Are Live for Code BEAM Lite Vancouver! 🇨🇦
The wait is over - secure your spot NOW before they're gone!
Join us for a full day of world-class BEAM expertise:
Plus expert-led trainings on Scalability & Reliability, Secure Co

submitted by /u/amalinovic
[link] [comments]

what process/pipeline are we using these to deploy elixir in production? if you are using PAAS like gigalixr or fly than you have the process taken care of. But say you are in IAAS or public cloud AWS/GCP/DO or any VPS what sort of pipeline/tools are y

Beamlens Demo Video

I've spent a ton of time debugging production applications. We have amazing monitoring tools but they mostly don't tell you why something is wrong, just what is wrong.

Beamlens is an adaptive runtime engine tha

Hey everyone

Some of you may know of me already for those that don’t my name is Hayden, I’ve been working as a recruiter in the BEAM market since 2014

I see a lot of questions here & on Slack about the market in general & I’m alwa

News includes Arcana RAG library for Phoenix, MquickjsEx embedding JavaScript in Elixir, LiveDebugger v0.5.0 with Streams support, Durable workflow engine, José Valim teasing type system improvements, Hologram receiving EEF support, and more!

submi…
submitted by /u/amalinovic
[link] [comments]

Hey y'all, I've been working on MDEx since September 2023 but I never shared it here (my bad!). Now that it's crossing 500k downloads and it finally supports Phoenix Components, is a great time to share a bit about it.

I got a new we

Hey everyone

I recently started learning Elixir, and after reading about Phoenix and LiveView I really wanted to try building something small that actually uses LiveView in a meaningful way.

This is my first Phoenix application, and it’s

Hello guys, I need your advice. I’m a full-stack developer with 5+ years of experience in Ruby on Rails and React. I’m a big fan of Ruby and Rails. I really love Hotwire. I also enjoy JavaScript and React. But honestly, I hate most of the AI stuff right n…

Hi Peeps,

I'm excited to announce Kreuzberg v4.0.0.

What is Kreuzberg:

Kreuzberg is a document intelligence library that extracts structured data from 56+ formats, including PDFs, Office docs, HTML, emails, images and many more. Built

This was a lot of fun to build - it's a demonstrator for my second go at an Algebraic Effects lib for Elixir, https://github.com/mccraigmccraig/skuld, and I was pretty happy with the way the code worked out

submitted by /u/mccraigmccraig

is there any large open source project built with ash that I can look at?

submitted by /u/Hour_Pea2332
[link] [comments]

Hey, I'm looking for a good resource to ideally learn Elixir together with Phoenix. I have little experience with Elixir having read a bit through Elixir in Action but that's been a while so I'm basically new at this point.

submitted by /u/katafrakt
[link] [comments]

Is anyone using Elixir for web dev without Phoenix?

submitted by /u/Sunflower-BEAM
[link] [comments]
submitted by /u/amalinovic
[link] [comments]

Hi everyone,

I’ve recently moved to Dublin to start a Master’s in Computer Science and I’m looking for advice on finding part-time work while studying. Due to visa restrictions I’m limited to part-time hours, bu

submitted by /u/amalinovic
[link] [comments]

Hi r/elixir! I recently picked up Elixir and Phoenix LiveView for a holiday side project, and I'm honestly blown away by how intuitive and powerful they are for handling real-time concurrency. I built Cursor Party, a co-op clicker game where everyo

A few months ago I posted here about agent coordination in Elixir. Now there's something to try.

There are two pieces: a framework for orchestrating AI agents, and a demo app built on it.

The framework uses "lenses" - an MVC

I have 6 years of software engineering experience, im from Brazil, I’ve literally received a feedback in a elixir position that said “Hey, we appreciate your interest in making part of our team, unfortunately due to the level of the job experience (mid-de…

Hi everyone, quick intro 👋

I’m Osman, a software engineer working mainly with Elixir, Phoenix, and LiveView, with 10+ years in software development overall, based in Germany.

I recently started focusing m

Hi there,

I came across this benchmark that compares many (actually a lot) web frameworks including Phoenix. https://www.techempower.com/benchmarks/#section=data-r23

And it feels like (to me) that the results for Phoenix are lower than wh

After 19 months and four release candidates, LiveVue 1.0 is stable. Read a journey of LiveVue here. What is it? A library that lets you use Vue.js components inside Phoenix LiveView. Server state flows down as props, client events flow up through WebSocke…
Phoenix 1.8.1. Multi-step wizard at /my/listings/new. Custom layout — sticky header with step indicator, sticky footer with actions. Not using a shared app layout component for this page. Problem: Flash messages weren't appearing on validation errors. The…
News includes NextJS to Phoenix migration story, massive Credo performance improvements, Torchx on Apple Metal, DNSimple’s Erlang case study, first GleamLang conference announced, and more! Plus a 2025 retrospective. submitted by /u/brainlid
Hi everyone. I'm not a programmer, and mostly learning the language out of curiosity, and I made a small project - it's a file server that allows to upload and download files from a directory over a TCP connection. It uses a rudimentary protocol with simp…
I was a late comer to Claude Code and it’s fantastic with Rails. So I’m curious how your experience has been with Elixir and what you are using. I tried to learn an Elixir a year go and stopped and pretty much didn’t have time but may kick off a new proje…
https://preview.redd.it/dbfq121xsbbg1.png?width=1119&format=png&auto=webp&s=2bf5dbf80f2dffdf85b3f33378690b3deb391ce4 I got this from AI, whats your take? what would you add or remove? Any other project that tries to achieve something similar? I'm new to e…
Hi everyone I’m a junior developer currently learning Elixir, and I’ve been really enjoying its philosophy around concurrency, fault tolerance, and system design. I wanted to ask the community (especially those with more experience): What kinds of applica…
Wanna go to sunny Málaga in April and speak about Hologram? 🌞 ElixirConf specifically lists Hologram as one of the sought-for topics this year, which means there's a bigger chance your talk gets accepted if it's about Hologram. Great opportunity for anyon…
Quick bit of background: I'm building an MMO RTS in the browser, where players run a space-based empire and need to execute actions. Actions could be things like construct a building, build a spacecraft, complete a mission.etc. I'm currently building this…
https://github.com/gofenix/nex A Note Before We Begin This document records my thoughts during the development of Nex. Special thanks to the friends from Reddit (r/elixir) and Elixir Forum. Your feedback, questions, suggestions, and even criticism have he…
The CFT closes on January 6th. Important reminder: We welcome talks from developers at all levels. You don’t need to be an expert to have valuable insights to share. Solved an interesting problem? Built something useful? Learned hard lessons in production…
Hi peeps, We’ve added Elixir bindings for Kreuzberg, an open-source document extraction and structuring engine with a Rust core. Current language support:
submitted by /u/iloveafternoonnaps
We are building an Open Source network management, asset tracking, and observability platform in Elixir and the Ash Framework and are looking for contributors. Our stack is Elixir/Phoenix LiveView built around ERTS technology, powered by Postgres + extens…
Previous Page 9 of 11 Next