The EEF participates in many events related to the BEAM Community.
Speakers
Call for Speakers About Us
Ohio Elixir is a free and open to the public user group that concentrates on the Elixir programming language and the Phoenix web framework. All levels of experience are welcome!
• What we’ll do: Each month we host talks on the Elixir language and the Phoenix framework. Food and soft drinks are provided. Usually, we hang out afterward to continue networking.All are welcome!
• What to bring: Your sense of curiosity and maybe your laptop
• Important to know: Our event is 100% online and the meeting details get sent to all that RSVP. You should receive an email 2 hours before the event and another about 10 minutes before the event. Both of these emails will have the details.
Learn More →
About the Workshop This full-day workshop introduces the Ash Framework, a tool for building maintainable and scalable Elixir applications. Ash Framework is a refreshingly different way to craft efficient and maintainable Elixir applications. In this hands-on, interactive course, we’ll dive deep into Ash’s capabilities, exploring how it can streamline your development process and enhance your application’s architecture.
Throughout this class, we’ll build a real-world application from the ground up, leveraging Ash’s unique features.
What You Will Learn Using Igniter to rapidly scaffold your Ash applications Structuring your Elixir projects with Ash for maximum maintainability Designing flexible and powerful resources that model your domain effectively Implementing actions that encapsulate complex business logic cleanly Rapidly generating APIs and UIs driven from your Ash resources Extending Ash to fit your specific project needs Adopting Ash incrementally in existing applications Target Audience This tutorial is ideal for Elixir developers looking to take their skills to the next level. While we’ll cover Ash from the ground up, a working knowledge of Elixir will help you get the most out of this intensive, hands-on experience.
What to Bring Laptop with Elixir and OTP installed Code editor of your choice Git PostgreSQL
Learn More →
NervesConf and GigCityElixir are back to back in Chattanooga in 2025! Beginner, hobbyist, or if you use Elixir in your day job, you will find talks here that change the way you look at code.
See you in Chattanooga!
Learn More →
NervesConf 2025 is a one day conference, featuring speakers from around the Nerves community.
The conference is being held at The Edney, the same venue as GigCityElixir, from 9:00am to 5:00pm on the day before GCE.
GigCityElixir is known for great Elixir content. We are working with the organizers of GCE to ensure there is no overlap in speakers. NervesConf is aiming to give Nerves talks at all levels.
Learn More →
Europe’s largest Elixir Conference:
15-16 May 2025 | Kraków & Virtual
Every year, hundreds of developers with a passion for Elixir come together to learn about, share and inspire the progression of the Elixir ecosystem.
Our events frequently include members of the core teams of Elixir’s biggest frameworks and are a hub for the announcement of new features and developments. Whether you’re new to Elixir or a seasoned Elixir developer there is something for everyone at ElixirConf EU.
Learn More →
Waterpark: Transforming Healthcare with Distributed Actors What happens when you design a system to process real-time healthcare data for millions of patients across 185 hospitals—without ever going offline? Enter Project Waterpark, an enterprise integration platform built at HCA Healthcare using the BEAM (Erlang Virtual Machine) and Elixir. Waterpark ensures continuous availability, handles massive concurrency, and powers life-saving interventions by delivering actionable insights in real time.
Learn More →
É com prazer que anunciamos a 16º edição do Meetup @elug_ce – uma edição especial de “esquenta” da #ElixirDays. ✌️😁
~> 16º Meetup Elug CE – Esquenta ElixirDays
📍 Online (webconferência) 🗓 21 de maio, 7 pm
Se liga! 🧵👇 Estamos organizando uma Mesa Redonda com os palestrantes e organizadores da #ElixirDays para falarmos sobre o evento, conteúdo e comunidade. 😃
💡 A ElixirDays acontece nos dias 25-26 de maio em São Paulo, SP. Ingressos no site! :) elixirdays.com Ah, e o C4P do meetup está aberto, hein! Quer apresentar algo no nosso evento? 😃 Estamos aceitando:
ElixirDays is a two-day event for the São Paulo tech community to discuss the how and why they are using Elixir.
Learn More →
The Conference for Erlang and Elixir Developers in Sweden Meet people and companies using and developing high performance, fault-tolerant and resilient applications that scale to billions of users in production in areas like Fintech, eCommerce, IoT, Gaming, Blockchain, Security, Machine Learning and more. Code BEAM Stockholm is in the home of Erlang and has a strong community of developers from the Nordics. Come and join us to learn from each other, share knowledge and be inspired all while growing your network of contacts.
More advanced developers will appreciate that our programme is packed with cutting-edge thought provoking talks. At Code BEAM Lite Stockholm we will uncover how BEAM languages are transforming areas like IoT, Fintech, Machine Learning, Blockchain, Security and more!
Developers of every level can expect to learn from each other, share knowledge all while growing our community reach in the Nordics.
Learn More →
General Information Welcome to the website of the Erlang 2025 workshop!
Series Erlang 2025 is the 24rd ACM SIGPLAN Erlang Workshop and is a satellite event of the 30th ACM SIGPLAN International Conference on Functional Programming (ICFP 2025).
Scope The workshop aims to bring together the open source, academic, and industrial communities of Erlang, other BEAM-related languages, actor model programming, distribution, and concurrency to discuss techniques, technologies, languages, and other relevant topics. The Erlang model of concurrent programming has been widely emulated, for example, by Akka in Scala. Moreover, several newer programming languages, such as Elixir, have been designed atop Erlang’s VM. The workshop welcomes contributions related to any and all systems like those mentioned above.
Proceedings As with previous years, the accepted workshop papers will be published by the ACM and will appear in the ACM Digital Library.
Goals The workshop aims to enable participants to learn about recent developments in techniques and tools, novel applications, draw lessons from users’ experiences, and identify research problems and common areas relevant to the practice of Erlang and other Erlang-like languages, functional programming, actor model programming, distribution, concurrency, etc.
We are looking forward to your participation!
Learn More →
Details Welcome to the third Func Prog Sweden MeetUp 2025 – Online
This MeetUp will be streamed live online on the Func Prog Sweden YouTube channel: https://www.youtube.com/c/FuncProgSweden
The program starts at 18:00 / 6 PM:
Intro by Magnus Sedlacek Boost your command-line applications with potions! by Eric Torreborre Dependent types are everywhere! by Elisabeth Stenholm Post-show chat Boost your command-line applications with potions! How hard can it be to parse command-line arguments for an application? My initial, and foolish, answer was “not too hard”. Thanks to this misplaced over-confidence this talk presents potions, a command-line arguments parsing library written in Unison (https://unison-lang.org).
We will start with a tour of the library features: various type of options, support for environment variables, styled help, and more. We will then dive into the implementation of the library, where the main workhorse is (drum roll) Unison’s effect system called “abilities”.
We’ll see what can be checked at compile-time, what can’t, how abilities are layered to provide different DSLs (domain-specific languages), how they can be used to enclose state for mutually recursive functions, etc…
Finally, I will talk about some of the issues that slowed me down during the development, and why I feel that a full-fledge Unison IDE will be indispensable for any medium to large scale project.
Eric Torreborre I am a Rust/Elixir developer working at Ockam where we enable private systems to communicate without exposing their network to the Internet (ask me more if you’re interested!). I am also a functional programmer at heart, having professional experience with both Scala and Haskell which I enjoyed very much!
Blog: https://etorreborre.blog X.com: https://x.com/etorreborre Bluesky: https://bsky.app/profile/etorreborre.blog
Dependent types are everywhere! Have you ever heard of dependent types? Even if you have not, chances are you have most likely encountered some data structure that is actually dependently typed, without knowing it. In this talk I will explain what dependent types are and why they are everywhere, we just don’t notice them as we are so used to living without them. With dependent types we can express our structures more correctly, giving us more guarantees compile time. As a concrete example I will share my recent experience with writing a small questionnaire with a web frontend, all the parts of this construction that are actually dependently typed, and the differences between writing it with and without dependent types.
Elisabeth Stenholm Elisabeth is 32 years old, born in Uppsala and raised in Stockholm. She has a PhD in dependent type theory from the University of Bergen, and is currently working as a fullstack developer at Frende Forsikring — a Norwegian insurance company based in Bergen. In her workday, Elisabeth writes primarily in the functional languages F# and Elm. She is passionate about type theory and functional programming, and enjoys sharing her knowledge on these topics with others.
LinkedIn: https://www.linkedin.com/in/elisabethstenholm/
Post-show chat Once the live stream is over we will do a post show chat on the FPS Discord Server, where you can join and ask questions and meet more community members (this will no be recorded).
Invite for the FPS Discord Server: https://discord.gg/rMT6xRPwgZ
Video sponsor – Ada Beat https://adabeat.com
Merch If you want to spread functional programming and support the channel, buy something from the shop: https://funcprogsweden.myspreadshop.net/
#funcprogsweden
Learn More →If you know about a related event that is not yet listed here or that you run on your own, contact us at events@erlef.org