Phil-Bastian Berndt

75 Followers
132 Following
30 Posts
Tech Lead at Naymspace.de 👨‍💻 #ElixirLang programmer 💧 self-built Campervan 🚐 Retro Gaming 🎮 Skiing ⛷️
Websitehttps://pbb.io
LocationKiel, Germany
#Elixir is such an elegant programming language! It looks strange at first, but once you get used to it, it's very slick.

I am tired of having to justify “Why Elixir?” so I decided to compile all the reasons in one place.

"#0181: Why Elixir? A Rebuttal to Common Misconceptions
Why Elixir is not just a good platform for modern development, but a great one!"
https://matthewsinclair.com/blog/0181-why-elixir

How the #elixir community can survive — and thrive — in an age of LLMs.

https://www.zachdaniel.dev/p/llms-and-elixir-windfall-or-deathblow #myelixirstatus

LLMs & Elixir: Windfall or Deathblow?

How the Elixir community can survive — and thrive — in an age of LLMs.

Zach Daniel

Next #Elixir Meetup Kiel will take place in 4 weeks. 🚀 We are happy to welcome anyone interested!

All details: https://www.meetup.com/elixir-meetup-kiel/events/307859503/ #myelixirstatus

Elixir Meetup Kiel #3, Wed, Jun 11, 2025, 6:00 PM | Meetup

Wir freuen uns, euch zum dritten Elixir Meetup Kiel einzuladen! Egal, ob ihr bereits Erfahrung mit Elixir habt oder einfach nur neugierig auf die Sprache und das Ökosystem

Meetup
Elixir is not owned by Big Tech

We all have varying degrees of exposure to Big Tech. Some of it seems fine, stable and can be relied on. Some of it feels like shifting sand under your feet. React seems to move a lot on whims, I don't envy tracking that. Go seems like it might be fairly stable? With the current geo-political climate I don't find massive corporations to be a guarantee for stability. People may be getting fired even though they chose IBM. The world is wild right now. Not all languages have the same exposure.

Underjord

Congrats to @supabase for raising $200M! 🙀 I barely scratched the surface as their customer but I can definitely see the potential and can't wait to leverage their tools more. This is also good news for #ElixirLang! 💜

https://fortune.com/2025/04/22/exclusive-supabase-raises-200-million-series-d-at-2-billion-valuation/

Exclusive: Supabase raises $200 million Series D at $2 billion valuation

Supabase raises a $200 million Series D, and the company hits a $2 billion valuation.

Fortune

The 2nd Elixir Meetup Kiel is happening soon! Join us for an evening of functional programming, learning and networking. ✨

📅 09.04.2025 // 18:00 - 19:30
📍KITZ, Kiel
🔗 https://www.meetup.com/de-DE/elixir-meetup-kiel/events/306806939/

Everyone is welcome. See you there! #myelixirstatus #elixir #meetup #kiel

Elixir Meetup Kiel #2, Mi., 9. Apr. 2025, 18:00 | Meetup

Wir freuen uns, euch zum zweiten Elixir Meetup Kiel einzuladen! Dieses Mal sind auch schon zwei Vorträge (ca. 15 Minuten) bekannt: * Optimizing Your Phoenix App: Upgrading

Meetup

Backpex 0.11 has recently been released. We have removed the Alpine.js dependency in favour of native Phoenix LiveView JS hooks. Read more in the release post:

https://elixirforum.com/t/backpex-a-highly-customizable-admin-panel-for-phoenix-liveview-applications/64314/55

#myelixirstatus #PhoenixLiveView

Backpex - a highly customizable admin panel for Phoenix LiveView applications

Backpex v0.11 release - removal of Alpine.js dependency We’ve just released Backpex v0.11. This release focuses on the developer experience by removing Alpine.js as a dependency and making the installation process much easier. So you can finally remove Alpine.js from your application if you only installed it because of Backpex 🎉 Note that you’ll now have to add our custom hooks (see the upgrade guide for more information). Key Highlights: Replace Alpine.js with JS hooks Add external up...

Elixir Programming Language Forum

Just Pulled the Plug on Our WordPress -> Elixir/Phoenix and Holy SH*T!!

https://programmerhumor.io

Discussions: https://discu.eu/q/https://programmerhumor.io

#elixir #programming

ProgrammerHumor.io - Programming Memes and Humor

The best collection of programming memes, jokes, and humor for developers and tech enthusiasts.

Great to see how much thought is put into the #elixir type system:

"Data evolution with set-theoretic types“

https://dashbit.co/blog/data-evolution-with-set-theoretic-types

#myelixirstatus

Data evolution with set-theoretic types - Dashbit Blog

We explore how set-theoretic types could address how many statically typed languages do not allow libraries to evolve their public data definitions in a backwards compatible manner. The proposed solution aims to be automatically verified by the compiler and type safe.