ElixirConf Europe
@ElixirConfEU
📆 15-16 May 2025 📍 Kraków (Poland) & Online
In May I've spoken at @ElixirConfEU about "Why mixing LiveView and a frontend library is a great idea". A few days ago I've got feedback from the conference organizer. Looks like you liked it! 🫣 Nice feeling 😉 Hopefully recording will be available soon🤞 #myelixirstatus
Should we rename Lambda Days to Dragon Fest? 🤔 Check @ErlangSolutions stand to see how you can win one of the brick dragons 🐉 Or make yourself one - origami instructions and paper are waiting for you downstairs.
A few weeks ago our very own @MartonVeres80 took to the stage at #ElixirConfEU to deliver a lightning talk on something close to our hearts: the power of the Elixir Communities. In his talk, Márton highlighted the incredible value of in-person connections, and why every…
News includes OTP 28 release, @ElixirConfEU videos with @chris_mccord's phoenix.new keynote, Phoenix Sync for real-time database sync, @TheErlef board elections and #CVE authority status, LiveView macro components, and more! #ElixirLang youtube.com/watch?v=Dfn5yY…
Elixir beyond the BEAM with Davide Bettio & @uusszz? 🚀 Learn how @swmansion teamed up with AtomVM to bring Elixir to microcontrollers! A deep dive into making Elixir run in new environments with exciting results. #ElixirConfEU youtu.be/ep--rQO1FRI
The ElixirConf EU keynote is now live! 🎤 @josevalim shares updates on recent Elixir developments, upcoming features, research projects & more — plus an extended Q&A at the end! #ElixirConfEU youtu.be/po-ckmSt1gI
Introducing Phoenix.Sync — real-time sync for Postgres-backed Phoenix apps! Build fast, collaborative, AI-powered experiences with familiar Phoenix APIs. Watch @ElectricSQL talking at ElixirConf EU youtu.be/4IWShnVuRCg
The first keynote talk from ElixirConf EU 2025 is now live on YouTube. Watch @chris_mccord talking about "Code Generators are Dead. Long Live Code Generators" youtube.com/watch?v=ojL_VH…
Last Friday, Boombox v 0.2.0 has been released from the @ElixirConfEU stage! 🚀 What a conference it was!
What a week! @ElixirConfEU 2025 is already behind us. We came back with a great experience and a fresh energy! We were proud to be a Platinum Sponsor of this year’s event, and even prouder to meet so many incredible Elixir enthusiasts at our stand. Huge thanks to everyone who…
🕹️ @yologrouplife Game Demo Yes, you can play with the code! Check out the YOLO custom-developed game at the booth — built by devs, for devs. It’s fun, nerdy, and worth geeking out over. #ElixirConfEU

💜 spawn(fn -> :elixirconf_eu_2025 |> wrap_up(:gratitude) end) Thanks to everyone who made #ElixirConfEU 2025 amazing! Talks, chats, code, and community—we loved every bit of it. See you next year! 👋

It was great to see two of our talented Erlang Solutions team members, Hernán and Denys delivering their insightful lightning talks. ⚡ 🕹️ Hernán spoke about all things Ticks, Elixir, and Gaming while Denys shared his insights on OpenTelemetry Testing. 🌐 A big thank you to the…
I had an amazing time at @ElixirConfEU! 🔥 Finally met many of you I only knew online, including some of my personal heroes. 2 days of inspiration and networking 😍 Hope you liked my presentation about LiveVue, see you next time! #myelixirstatus
🔥 defmodule MyApp.LiveView do use Phoenix.LiveView @impl true def render(assigns), do: ~H"New features incoming!" The legendary @chris_mccord reveals what's next for Phoenix! Straight from the creator, get the inside track on the future of Elixir's premier web framework.


🧠 use Wasmex {:ok, instance} = WebAssembly.compile_and_run(wasm_bytes) result = WebAssembly.call_function(instance, "add", [5, 10]) The creator of wasmex reveals how WebAssembly transforms what's possible in Elixir! Philipp Tessenow shows practical integration techniques.
![ElixirConfEU's tweet image. 🧠 use Wasmex {:ok, instance} = WebAssembly.compile_and_run(wasm_bytes) result = WebAssembly.call_function(instance, "add", [5, 10]) The creator of wasmex reveals how WebAssembly transforms what's possible in Elixir! Philipp Tessenow shows practical integration techniques.](https://pbs.twimg.com/media/GrE0WPUXQAA84PA.jpg)
🧠 defmodule LogicReasoner do @rule "if X and Y then Z" def infer(facts), do: apply_rules(facts, @rules) David Fuenmayor shows Elixir's untapped potential for automated reasoning! Discover tools and approaches bridging formal logic and functional programming for hybrid AI…

