Debugging in Elixir with Observer
Let’s learn how to access Erlang’s Observer GUI and debug an Elixir project that leaks memory: https://blog.appsignal.com/2025/11/04/debugging-in-elixir-with-observer.html
Thinking Elixir 277: Searching Across the Hexiverse
Episode 277 of Thinking Elixir. News includes a powerful new HexDocs search engine built in Gleam that lets you search across all your project dependencies with mix hex.search, Software Mansion’s interactive Elixir Language Tour that runs in the browser via WebASM, Paulo Valente’s breakthrough getting Stable Diffusion running on Mac GPUs through EMLX, lessons learned from the AWS outage that left smart beds stuck and overheating, Chrome DevTools’ new MCP server for AI coding assistants, and more!
Deep dive into the Elixir Logger module
Logging more than strings in the console. Learn how to leverage the power of the Elixir Logger module: https://www.honeybadger.io/blog/elixir-logger/
What You May Not Know About `with`
Erlang Solutions’ latest webinar with Brian Underwood and Adilet Abylov: What You May Not Know About with
They discuss one of Elixir’s most misunderstood features and explain how the with clause can simplify control flow, improve error handling, and make your code clearer and more maintainable.
👉 Watch the full session here: https://www.erlang-solutions.com/webinars/what-you-may-not-know-about-with/
Balancing Auditability and Privacy with Crypto-Shredding
Software in regulated industries must comply with: (1) Auditability laws that require tamper-proof, long-term storage of event logs & (2) Privacy laws (GDPR) that require users’ personal data to be erasable on request.
Deleting data conflicts with the need for immutable audit trails — especially across backups and air-gapped storage.
Crypto-shredding is the solution to this dilemma. Instead of deleting data, systems encrypt sensitive information with user-specific, time-scoped keys and later make it unreadable by deleting those keys.
https://remotereason.com/blog/balancing-auditability-and-privacy-with-crypto-shredding
Elixir Survey 2025 is on!
It’s that time of the year again 💜
Your voice helps us understand how Elixir evolves and what challenges or trends define this year. Take a few minutes to share your experience 👉 https://elixir-survey.typeform.com/2025-edition
🗓️ Open until November 14
Don't miss the MQ Summit keynotes next week.
Sam Newman (Microservices Expert & Author of Building Resilient Distributed Systems) presenting “You Keep Using That Word” David Ware (CTO, IBM MQ) on “The Power of Queues” Two industry leaders. Two perspectives on the future of messaging architecture. Few tickets left - secure your spot now: https://mqsummit.com/
Thinking Elixir 276: Elixir v1.19 Types and Speed
Episode 276 of Thinking Elixir. News includes the major release of Elixir v1.19 with enhanced type checking, broader type inference, and up to 4x faster compilation for large projects, plus the first OpenChain certification bringing more transparency to the BEAM ecosystem. We also cover the Mishka Chelekom Phoenix LiveView component library update for Tailwind 4 support, visual improvements coming to ExDocs admonition blocks, Anthropic’s new ClaudeCode Web that lets you code directly in the browser with GitHub integration, a critical Redis security vulnerability with a perfect 10.0 severity score affecting hundreds of thousands of servers, and more!
Monitor the Performance of Your Ecto for Elixir App with AppSignal
In the second part of our two-part series, we’ll use AppSignal for Elixir to monitor the performance of an Ecto application: https://blog.appsignal.com/2025/10/28/monitor-the-performance-of-your-ecto-for-elixir-app-with-appsignal.html
Building Custom Producers with Elixir's Broadway
A practical guide to building custom Broadway producers in Elixir using GenStage. Understand how demand works, how to prevent your pipeline from stalling, and how to use Process.send_after/3 to keep data flowing between your producer and Broadway consumer.
https://samuelmullen.com/articles/building-custom-producers-with-elixirs-broadway
You don't need an ORM – type-safe SQL in Gleam
Tired of ORMs hiding SQL? @giacomo_cava shows how Squirrel generates type-safe code from raw SQL at Code BEAM Europe. No type-wrangling. No schema drift. Just SQL with full type-safety. Get your ticket to CBE https://codebeameurope.com/talks/you-don-t-need-an-orm/
Thinking Elixir 275: From Slop to Success?
Episode 275 of Thinking Elixir. News includes the release of Elixir v1.19.0-rc.2 with impressive deps compile times and optimized set-theoretic type checking, a timeline update on typed structs arriving by next year, the new “mix help app:phoenix” command for building AI Agent context, gRPC library v0.11.0 with client load balancing, ReqCassette for recording test requests, German Velasco’s video walkthrough of Phoenix’s AGENTS.md file, Brian Cardarella’s insights on the influx of AI-generated codebases needing rescue, Elixir Observer’s major updates with categories and semantic search, Chris McCord’s demonstration of isolated AI coding sandboxes on Fly Machines, NPM’s new security changes for token management, and more!
NATS at Industrial Scale
Schaeffler built a NATS mesh across 100+ plants handling billions of messages daily. Jean-Noel Moyne & Max Arndt are showing how at MQ Summit: → No firewalls to open → 50+ apps on one backbone → Production-proven edge architecture https://mqsummit.com/
Ports and external process wiring
External processes can escape the BEAM, read this blog post for notes about how to get processes to play nice with supervision.
How I switched from Ruby to Elixir by building my own product
I’ve been using Ruby on Rails for over decade but never had a chance to try Elixir. In this article I describe how I learned it by building my own product, my findings and path https://medium.com/@alexsinelnikov/how-i-switched-from-ruby-to-elixir-and-to-learn-it-better-built-a-product-154661c9fb4a
70% of MQ Summit tickets are gone
3 weeks until we bring together the messaging community for a day of real-world case studies and technical deep dives. If you’re working with message brokers, queuing systems, or distributed architectures - don’t wait. Secure your spot https://mqsummit.com/#tickets
