Advanced tips and tricks for LiveView nested forms

https://arrowsmithlabs.com/blog/phoenix-liveview-nested-forms-advanced-tricks

Unique ID Generation Encyclopedia in Elixir - Pro Bônus BenchMarks

It is in Portuguese because it is made by Brazilians. The translation depends on the interest of the international community in this.

https://github.com/web-engenharia/unique_ids_encyclopedia_ex

First videos from ElixirConf EU 2025 are out

The first videos are out: https://www.youtube.com/watch?v=n2RQtPyCJt8&list=PLvL2NEhYV4Zu421KzHuLICUqieJXI2o_Z

5 days left before Code BEAM Lite Stockholm 2025

Some tickets are still left! Join us https://codebeamstockholm.com/#keynotes

A Visual Tour of Phoenix's Updated 'magic link' Authentication Code Generator

✏️ With Phoenix 1.8, the authentication code generator inside phx.gen.auth has been revamped, favoring an emailed ‘magic link’ authentication flow.

In this blog post, I’ll give a visual tour of how this looks to the user, what the core schemas/contexts look like, and I’ll sprinkle in some personal commentary as we go.

https://mikezornek.com/posts/2025/5/phoenix-magic-link-authentication/

Efficient and reliable message publishing with RabbitMQ and Elixir

I recently had to implement a RabbitMQ publisher in Elixir. Here are my learnings around efficient publisher confirms. https://dev.to/palm86/efficient-and-reliable-message-publishing-with-rabbitmq-and-elixir-58e4

MQ Summit 2025 — Call for Talks!

Got experience with Kafka, RabbitMQ, Pulsar, or cloud messaging? Share your real-world stories, innovations, and best practices on event-driven architecture and messaging patterns.

📅 CFP closes June 15, 2025! Submit now! https://mqsummit.com/#cft

Thinking Elixir 254: Lua Scripting and Tidewave on Zed

Episode 254 of Thinking Elixir. News includes Hex 2.2.0 with the new :warn_if_outdated option for keeping dependencies updated, Honeybadger’s APM with built-in Elixir traces for major components, José Valim demonstrating Tidewave with Zed’s AI coding agents, LiveDebugger v0.2.0 with DevTools integration and component highlighting, Dave Lucia’s new Elixir “Lua” library for embedding Lua scripting, Paulo Valente’s “handoff” library for distributed function graph execution, a PhD thesis on Elixir code smells becoming a finalist for a prestigious award, and more!

https://www.youtube.com/watch?v=eBgifpkxkB0

Faulty - a new error tracker

I recently released a new error tracker Faulty, based largely on error_tracker, but instead of hosting your errors locally it sends them to the accompanying FaultyTower website. Errors are tracked from Logger and telemetry events, integrations are available for Phoenix, Plug, Oban and Quantum.
Installation is as simple as mix igniter.install faulty. The FaultyTower website allows you to create users, organizations and projects within those organizations. You can be notified of new errors by e-mail, integration with ntfy.sh or Github issues.

💜📘 The Elixir Book Club is reading Designing Data-Intensive Applications (1st Edition)

💜📘 The Elixir Book Club has chosen our next book! Designing Data-Intensive Applications (1st Edition)

This highly regarded book reviews the options and trade-offs to consider when handling large datasets.

We meet on Discord for an hour every other week. Our first meeting is Sunday, June 1, 2025, and we will discuss chapters 1 and 2.

https://elixirbookclub.github.io/website/

Automated Persisted GraphQL Queries with Absinthe and Elixir

This article describes the library and mechanism used to support APQ in Elixir/Phoenix with Absinthe - https://meraj-gearhead.ca/automated-persistent-graphql-queries-with-absinthe-and-elixir-7053f0eead2b

ElixirConf EU 2025 in one day!

One day to go until ElixirConf EU 2025. Haven’t bought a ticket yet? There are still virtual tickets available: https://www.elixirconf.eu/#cover

Thinking Elixir 253: Tidewave Triumphs and App Store Rebellions

Episode 253 of Thinking Elixir. News includes growing excitement around Tidewave for Elixir with users sharing success stories and integration tips, preparation for Elixir 1.19’s deprecation of regex in module attributes, LiveViewNative launching a new “OTP Interop” organization focused on enabling offline functionality, and a major U.S. court ruling against Apple’s App Store policies that opens new payment options for iOS developers, creating opportunities for services like Stripe to offer more competitive alternatives to Apple’s 30% commission, and more!

https://www.youtube.com/watch?v=CN5xCHQMqLM

New ebook - Elixir Adoption Guide

In Curiosum, we’ve been working on this project for the last few months. We prepared a special ebook for Elixir Conf 2025.

💜 Elixir Adoption Guide It is the strategic starting point for understanding what it really takes to bring Elixir into the team or organization. Written by our CTO, Michał and shaped by years of practical experience, this short ebook is for tech leaders, ambitious developers, and decision-makers looking for clarity, not just code.

You’ll find there a thoughtful perspective on why, when, and how to adopt Elixir in 2025’s rapidly evolving tech landscape.

This ebook’s pre-release takes place during the #elixirconfeu in Cracow this week. It’ll be available in online version and in a limited number of physical copies at our stand.

Our Curiosum’s newsletter subscribers will get it on Thursday morning. To sign up: https://curiosum.com/newsletter

An Introduction to Ecto for Elixir Monitoring with AppSignal

Let’s set up Ecto monitoring in your Elixir application using AppSignal: https://blog.appsignal.com/2025/05/13/an-introduction-to-ecto-for-elixir-monitoring-with-appsignal.html

Migration guide for Phoenix 1.8 (RC version)

I’ve tried Phoenix 1.8 and it’s an amazing update. The layout is simpler than in previous versions, and it now supports themes through DaisyUI. New features like the magic login link can really save you time.

This is my guide for anyone interested in trying the new Phoenix version—I hope it helps you get started faster.

Link https://dev.to/manhvanvu/migrate-to-phoenix-18-rc-version-olc

PRE-SALES TICKETS NOW AVAILABLE for ElixirConf US 2025

Secure your spot today for the year’s most exciting Elixir gathering. https://ti.to/elixirconf/2025/discount/PresaleLIVENOW

Honeybadger adds new APM features for Elixir, Phoenix, and Oban

Hey friends! We’ve been obsessing over Elixir’s awesome telemetry library at Honeybadger lately, and instrumented a bunch of new things in Honeybadger for our new automatic dashboards feature:

Honeybadger’s new performance monitoring dashboards capture Elixir telemetry automatically while giving you direct access to transform, query, and alert on the underlying data—no black boxes, just total visibility.

Learn more here:

https://www.honeybadger.io/blog/elixir-performance-monitoring/

Call for Talks is OPEN for Code BEAM Europe 2025!

Working with Erlang, Elixir, or Gleam? Share your story with the BEAM community! Submit your talk: https://codebeameurope.com/#cft Training: https://forms.gle/7hgUdr7YAVE4V3ey9

Thinking Elixir 252: Riding the Tidewave of AI-Enhanced Phoenix

Episode 252 of Thinking Elixir. News includes Tidewave, a new Phoenix MCP server that helps AI-enabled editors access application runtime, Chris McCord teasing his AI-enabled Phoenix app with LiveView hosted IDE features, a new GitHub Action for submitting Elixir dependencies to enhance security, ExMeralda.chat, a community chatbot for querying Hex packages, updates on Software Mansion’s LiveDebugger v0.2.0 coming in May, mix test.interactive for enhanced ExUnit testing workflows, and information about slopsquatting, a new malware technique targeting AI-assisted developers, and more!

https://www.youtube.com/watch?v=AB2KuXm2xvM

Previous page Next page