MinHeap implementation
Video27 Mar 2025by matheuscamarquesIn this video, we explore how to implement a MinHeap data structure in Elixir, taking advantage of the language’s flexibility to create a generic interface and allowing dynamic switching of implementations during runtime. The main goal is to demonstrate how the combination of facades and benchmarks can be used to measure the performance of different approaches, adapting to the performance needs of the system in real time.
Elixir's Advantage in the Era of AI
Blog post26 Mar 2025by shamshirzAaron reflects on his experience using Coding Assistants in Elixir repos. And then he tries to predict the future.
Shorthand Package
Video26 Mar 2025by alkx / elixircastsioIn this episode we’ll explore Shorthand - a handy package that saves time by providing convenience macros to create or match against maps and keyword lists.
Test Your Elixir Package Against Different Versions of Its Dependencies
Blog post25 Mar 2025by marpo60We published blend, an elixir package to make testing against multiple versions of dependencies fast and simple.
Thinking Elixir 246: Dark Mode Debugger and Its RAG Time
Podcast25 Mar 2025by brainlid / brainlidEpisode 246 ofThinking Elixir. News includes the release of Plug v1.17.0 with dark mode support for Plug.Debugger, an exciting Phoenix PR for co-located hooks that would place hook logic directly next to component code, a new RAG (Retrieval Augmented Generation) library from Bitcrowd for enhancing LLM interactions with document management, a syntax highlighter called Autumn powered by Tree-sitter, an Elixir-built YouTube downloader project called Pinchflat, and more!
Keynote: Designing LLM Native systems - Sean Moriarity | Code BEAM America 2025
Video21 Mar 2025by ancatruscThe first Code BEAM America keynote is live! Stay tuned for more.Sean M. explores what it means to design truly LLM-native systems—not just forcing AI into old architectures. Don’t miss it!https://youtu.be/R9JRhIKQmqk?si=EN10fa5aPREI94Ax
Hologram: Building Rich UIs with Elixir Running in the Browser
Misc21 Mar 2025by ancatruscJoin Bart Blast, creator of Hologram, for a hands-on deep dive into frontend development with pure Elixir at ElixirConfEU!
With over 20 years of experience building web applications, Bart’s passion is making web development intuitive and efficient — and Hologram is his proof that rich, interactive UIs don’t need to leave Elixir behind.
📅 Date: 2025-05-14
In this full-day training, you’ll:✅ Master Hologram’s core concepts & architecture✅ Build interactive UIs using only Elixir✅ Learn client-side state management patterns✅ Get hands-on with real-world exercises
No matter your experience level, this is your chance to expand your Elixir toolkit and rethink what’s possible in frontend development — all while staying in the language you love.
Don’t miss it!https://www.elixirconf.eu/trainings/hologram/
Thinking Elixir 245: Supply Chain Security and SBoMs
Podcast18 Mar 2025by brainlid / brainlidEpisode 245 ofThinking Elixir. News includes a new library called phoenix_sync for real-time sync in Postgres-backed Phoenix applications, Peter Solnica released a Text Parser for extracting structured data from text, a useful tip on finding Hex package versions locally withmix hex.info
, Wasmex updated to v0.10 with WebAssembly component support, and Chrome introduces a new browser feature similar to LiveView.JS. We also talked with Alistair Woodman and Jonatan Männchen from the EEF about Jonatan’s role as CISO, the Security Working Group, and their work on OpenChain compliance for supply-chain security, Software Bill of Materials (SBoMs), and what these initiatives mean for the Elixir community, and more!
Getting Started with Dialyzer in Elixir
Blog post18 Mar 2025by AnaMalinovicIn part one of this series, we’ll explore the basics of Dialyzer:https://blog.appsignal.com/2025/03/18/getting-started-with-dialyzer-in-elixir.html
"Make your codebase work for you, not your competition!"
Misc18 Mar 2025by ancatruscJoin Chris Beck from bitcrowd GmbH to build a pure Elixir RAG system for code intelligence—better docs, style enforcement & insights without sharing your data.https://www.elixirconf.eu/trainings/code-intelligence-with-rag-and-llms/
Overengineered #001: Hello World
Misc17 Mar 2025by vinceuragI’m launching a new series called “Overengineered” where I take simple problems and build ridiculously complex and unnecessary solutions – all for fun and learning. In this article, we’ll build a multi-node Hello World with automatic node discovery.
[Live Webinar] Elixir and Phoenix Security Checklist: 11 Best Practices
Misc14 Mar 2025by realcorvus / paraxialioWednesday, March 26, 20253:00 PM EDT (New York)
What are the highest impact ways you can safeguard your Elixir and Phoenix project from cyberattacks? This live webinar with the founder of Paraxial.io will cover the most effective security practices you can start using today.
LiveTable - A powerful Phoenix Liveview table component
Project update14 Mar 2025by ChivukulaVirinchiLiveTable - A powerful Phoenix Liveview reusable table component.
✨ Features:• Advanced filtering & sorting. Range, Boolean and Select filters. Multi column sort. • CSV & PDF exports with Oban• Associated field support• Computed columns
Check it out!https://hex.pm/packages/live_table
Elixir Makes You Make Good Decisions
Misc14 Mar 2025by kevbohHow choosing Elixir for our SaaS app subtly pushed us to make good long-term design decisions.
https://kevinbarrett.org/elixir-makes-you-make-good-decisions/
Code BEAM America 2025
Misc12 Mar 2025by mhanberg / mitchhanbergReflections on this year’s edition of Code BEAM America
Thinking Elixir 244: Running Python in Elixir?
Podcast11 Mar 2025by brainlid / brainlidEpisode 244 ofThinking Elixir. News includes the release of Elixir 1.18.2 with various enhancements and bug fixes, a new experimental SQL sigil for Ecto that brings automatic parameterized queries, a recent GOTO 2025 talk featuring Saša Jurić on code reviews. We talked with Jonatan Kłosko about his work on PythonX, a new library for executing Python code inside Elixir, the Fine library for working with C++ NIFs, and much more!
Hands-on training on Code Intelligence with RAG & LLMs with Chris Beck at Elixir Conf EU
Misc 7 Mar 2025by ancatruscKey Takeaways: 1️⃣ Set up a pure Elixir RAG application to analyze and document your codebase2️⃣ Learn methods to optimize RAG system performance and evaluate key metrics3️⃣ Gain insights into security implications and best practices for implementation
Make your code smarter and more efficient!https://www.elixirconf.eu/trainings/code-intelligence-with-rag-and-llms/
Women in Elixir - webinar for International Women's Day
Misc 7 Mar 2025by kamila-codesyncWomen in Elixir by Lorena Mireles:https://www.erlang-solutions.com/webinars/women-in-elixir
What you’ll learn:
- Insights from the Women in BEAM survey
- The growth and impact of women in the community
- Ways to encourage and support more women through events, mentorship, and technical contributions
LazyDoc, Your documentation tool has arrived.
Blog post 7 Mar 2025by pxp9Meet my trip building LazyDoc from scratch, exploring Elixir ASTs and combine it with a simple AI prompt you can generate fairly accurate documentation.
Elixir for Multimedia: A Practical Guide for Developers
Blog post 6 Mar 2025by kuligkarElixir is great for building scalable and reliable multimedia apps, but it can be hard to get your head around it when you’re just starting out.
To make things a bit easier for you, together with Michał Śledź we’ve created a practical guide with all Elixir multimedia tools and libs:https://medium.com/p/169adb0eb523