ElixirConf EU 2026 is coming to Málaga, Spain in May! ☀️
📝 CFP is open - submit your talk https://sessionize.com/elixirconf-eu-2026/ 🎟️ Join the waiting list for early bird deals https://www.elixirconf.eu/#newsletter 🎥 Watch 2025 talks on YouTube https://www.youtube.com/watch?v=4IWShnVuRCg&list=PLvL2NEhYV4Zu421KzHuLICUqieJXI2o_Z&pp=gAQB
Thinking Elixir 278: WAL-ing Through Database Changes
Episode 278 of Thinking Elixir. News includes the Curiosum Elixir survey closing soon, ReqLLM reaching 1.0 with standardized LLM API support across multiple providers, Isaac Yonemoto’s Codicil library bringing semantic code understanding to AI assistants through MCP, José Valim teasing Tidewave Web expansion to support Django, Rails, Next.js and other popular frameworks, phoenix_test_playwright adding browser pooling for improved performance, Peter Ullrich’s deep dive into using Postgres WAL for database change notifications at scale, and more!
First keynote from Code BEAM Europ 2025 is live
A Survival Guide for the AI Age - Josh Price https://youtu.be/C7BWgWdhZwE
Crawling the Web with Elixir's Broadway and Wallaby
Discover how to combine Broadway’s powerful pipelines with Wallaby’s browser automation to create a scalable, concurrent Elixir web crawler.
https://samuelmullen.com/articles/crawling-the-web-with-elixirs-broadway-and-wallaby
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
