Profile avatar
elixirconf.bsky.social
🚨 Join the waiting list for exclusive ticket prices: https://www.elixirconf.eu/ 📆 15-16 May 2025 📍 Kraków (Poland) & Online
207 posts 536 followers 184 following
Prolific Poster
Conversation Starter

"Plug.Conn gives you a uniform, spec-driven way to handle connections—unlike raw Cowboy." —Divya Sasidharan, ElixirConf US 2024. More great talks await at ElixirConf US 2025!

Elixir beyond the BEAM with Davide Bettio & Mateusz Front? 🚀 Learn how Software Mansion teamed up with AtomVM to bring Elixir to microcontrollers! A deep dive into making Elixir run in new environments with exciting results. #ElixirConfEU

The ElixirConf EU keynote is now live! 🎤 ‪@josevalim.bsky.social‬ shares updates on recent Elixir developments, upcoming features, research projects & more — plus an extended Q&A at the end! #ElixirConfEU

🚀 New ElixirConf US workshop! Join Shankar Dhanasekaran to master Ash Framework—build backends fast, model data right, and go hands-on with real projects. Save your spot now! elixirconf.com/trainings/bu...

ntroducing Phoenix.Sync — real-time sync for Postgres-backed Phoenix apps! Build fast, collaborative, AI-powered experiences with familiar Phoenix APIs. Watch ‪@thruflo.com talking at ElixirConf EU

3 workshops confirmed 3 MONTHS before #ElixirConfUS! AI-Powered Vision with Justin Schneck Multi-Tenancy with Francisco Castro Scalability with Francesco Cesarini Reserve your spot! elixirconf.com#workshops

✨Thanks to everyone who joined our talk at @elixirconf.bsky.social! We loved sharing everything we’ve been working on — from the Foundation to the community. Big shoutout to all the amazing speakers for the inspiring lightning talks, and to everyone who made this event so special! #Elixirlang

The first keynote talk from ElixirConf EU 2025 is now live on YouTube. Watch Chris McCord talk about code generators. youtu.be/ojL_VHc4gLk

🚨 #ElixirConfUS keynotes confirmed 3 months early! 🚨 Join ‪@josevalim.bsky.social‬ (Elixir creator, Dashbit CAO) and Chris McCord (Phoenix creator, Fly.io) for unmissable insights! Register now! elixirconf.com#tickets

Endless gratitude to the sponsors who powered ElixirConf EU 2025! 🙌 🟣 Diversity & Inclusion Sponsor: Fresha;🏆 Platinum Sponsors: Yolo Group, ‪@erlangsolutions.bsky.social‬ , @curiosum.bsky.social‬ 🥇 Gold Sponsors: ‪@appunite.bsky.social‬ , @swmansion.com , Wyeworks, V7, Whatnot

💜 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! 👋

Really enjoyed introducing hexdocs.pm/phoenix_sync at @elixirconf.bsky.social this week. So many cool projects in the Elixir ecosystem right now, like hologram.page, github.com/software-man..., tidewave.ai, hexdocs.pm/ash_ai and the incredible 🤯 phoenix.new — get on the waitlist as soon as you can.

Growing your team? Recruiting developers costs a lot and takes months. ElixirConf connects you with 400+ Elixir developers in-person and thousands more through pre-event marketing. Contact us for more details. elixirconf.com#contact

🎉 iex> ElixirConfEU.end(2025) {:ok, "Incredible success!"} That's a wrap for ElixirConf EU 2025! Two days full of information, peer sharing and great connections. Thank you to everyone who made this event special - see you next year! #ElixirConfEU #ElixirLang #ThatsAWrap

🔥 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.

🧠 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 systems.

@doc "Invoke LLMs via Elixir metaprogramming" use LangChain LIVE: Conor Sinclair shows how doc comments power LLM calls with Langchain! Metaprogramming meets AI. 🤖✨ #ElixirConfEU #LLM #Langchain

use Boombox Boombox.stream(:video) |> LiveExWebRTC.connect() LIVE: Feliks Pobiedziński streams multimedia magic with Boombox + LiveExWebRTC! Real-time video, AI, and Elixir in perfect sync. 🎥⚡ #ElixirConfEU #Boombox #WebRTC #LiveView

Dealing with a monster query in #ElixirConfEU #ElixirLang

🧠 spawn(fn -> :hallway_unconference |> join(:chat) end) Not done learning yet? Join the Hallway Unconference to swap ideas, stories, and insights with fellow Elixirists. Perfect place to dive deeper into what inspired you! #ElixirConfEU #Unconference

🏗️ import ElixirArchitecture Herman Langner, Staff Engineer at Zappi shows how Elixir levels up system design—scalable, simple, and concurrency-ready. #ElixirConfEU #ElixirDesign

🛡️ use Plug.Secure Eli Kroumova from eFaber shares must-know security tips for Elixir apps — patch vulnerabilities and build with confidence! #ElixirConfEU #WebSecurity

🤖 use RagEx Chris Beck brings RAG to Elixir! Chris Beck shows how to power up your codebase with AI smarts. Now live at #ElixirConfEU 🚀 #RAG #AItools #ElixirLang

🔐 use SimpleAuth Michał Buszkiewicz, CTO at @curiosum.bsky.social reveals a flexible, no-headache approach to Elixir authorization. Clean, powerful, and production-ready! #ElixirConfEU #ElixirAuth #Curiosum

🖥️ Elixir.CLI |> enhance_with(:termite) |> render(:wow) Terminal interfaces reimagined! Gary Rennie of the Phoenix core team introduces Termite — a sleek new library for crafting beautiful, expressive terminal UIs in Elixir. #ElixirConfEU #TerminalUI #ElixirLang #Termite

🧠 :beam |> origin_story() |> told_by(:rvirding) From the co-creator himself! @rvirding.bsky.social , Erlang co-inventor, walks us through the history and evolution of the BEAM. Discover the foundations that made Elixir possible! #ElixirConfEU #ErlangHistory #BEAMPioneer

One of the creators of Erlang, Robert Virding, is talking right now at @elixirconf.bsky.social Europe 2025

👕 self() |> wear(:elixirconf_eu_tee) |> post_photo("#ElixirConfEU") Rocking your #ElixirConfEU shirt? Snap a pic and share it with the hashtag — let’s light up the timeline with BEAM style! 💜📸

Chilling at the @elixirconf.bsky.social #elixirconfeu

⚡ FLAME.compute(:massive_data) |> scale(:functionally) Live now: Marc Nickert demonstrates FLAME on high-performance clusters! Elixir + HPC = a new era for research-grade computation. #ElixirConfEU #HighPerformanceElixir #ParallelComputing #FLAME

🚫 :best_practices |> reject_if(&too_common/1) Mackenzie Morgan flips the script on database tuning! Learn why going against the grain might be the key to unlocking real performance in Elixir apps. #ElixirConfEU #DBPerf #ElixirInProd #ConcurrencyCraft

📘 Árvore.use(:elixir, since: 2016) From monolith to momentum - @anderkonzen.com shares Árvore’s 8-year production journey with Elixir! Hiring, scaling, codebase growth, and how they evolved with the language itself. #ElixirConfEU #ElixirInProd #ElixirJourney #BEAM

🛠️ ElixirApp |> Ash.transform(:workflow) Live now: Adebisi Adeyeye demonstrates how Ash Framework reshapes your development process — with fewer boilerplates, better structure, and smoother integrations. #ElixirConfEU #AshFramework #MaintainableElixir #ProductiveBEAM

📈 BBC.system(:elixir) |> handle_load(:millions_per_hour) Live now: Ettore Berardi shares how his team at the BBC scaled Elixir for mission-critical workloads. Think resilience, risk management, and real-world adoption — BEAM-style. #ElixirConfEU #ScalableElixir #ElixirLang #BEAMPower

In 9 minutes at @elixirconf.bsky.social 2025: How Elixir Powers the BBC: From PoC to Production at Scale #ElixirLang

Swing by the @erlangsolutions.bsky.social booth at #ElixirConfEU! Grab some awesome stickers 💥 and enter for a chance to win a LEGO set 🧱 — perfect for your inner builder (or BEAM fan)! #ElixirLang #SwagHunt #ErlangSolutions #ConfLoot