home.social

#elixirphoenix — Public Fediverse posts

Live and recent posts from across the Fediverse tagged #elixirphoenix, aggregated by home.social.

fetched live
  1. What I don't like about #ElixirPhoenix is that with each new release existing applications feel like full of garbage and obsolete code. Too many changes give a feeling that 90 degrees turn is made and almost full application rewrite is needed.

    I guess that is also a reason why there are no upgrade instructions. Huge amount of essential changes have to be made in order to migrate applications to the new version.

    It needs more stability without such a huge turns.

    #Elixir #ElixirPhoenix

  2. 📢 #BEAMDevs: Everything BEAM Related - All in one place

    BEAM Devs is as a tech network for devs using the BEAM through Elixir, Erlang, Gleam, and any other langs that adopt the BEAM VM. It aims to be the go-to place for everything BEAM related.

    #ElixirLang #ElixirPhoenix #Erlang #GleamLang

    👇

  3. LiveView 1.0 was released! Time to upgrade from RC :) I've been enjoying building UIs *again* thanks to LV/Phoenix 🥰

    #ElixirLang #ElixirPhoenix #Liveview

    You can read the announcement here 👇🏻

    phoenixframework.org/blog/phoe

  4. Just did a short write-up on storing session data in a #LiveView application so that it survives page reloads and navigation events within the same live_session.

    #ElixirLang #ElixirPhoenix

    9elements.com/blog/robust-sess

  5. News includes community-maintained MacOS builds for OTP, #ElixirLang NX advancements, #ElixirPhoenix Live View updates, #GleamLang's new release, @JoseValim and the Elixir type system, and more! https://www.youtube.com/watch?v=LZpkd23tGNU
  6. JustCrosspost is built using #ElixirLang and #ElixirPhoenix and I got some stuff there that I'd love to release as #OpenSource one day.

    Here's a growing list 👇🏻

  7. Wow! What a surprise! Modal dialog was removed from the Elixir Phoenix core components. I wonder why did they do it 🤔

    #ElixirLang #ElixirPhoenix

  8. Could somebody recommend an article or repo where I could clearly see how to implement a modal in LiveView where the previous state of the app is preserved, so that when the modal closes, you just see whatever was displayed before you opened the modal?

    #ElixirLang #ElixirPhoenix

  9. Ärsyttävää toi leiskan teko. Varsinkin kun muokkaa valmista koodia. Ja on dynaamisuutta ja liian monta pohjaa. Ihan persedellä puuhun menoa. #tailwind #daisyui #ElixirPhoenix

  10. In this episode, @benjreinhart discusses his shift from #Nextjs and #Vercel to #Elixir, #ElixirPhoenix, and Fly.io, highlighting how Elixir's simplicity and features streamlined his AI product's operations at AxFlow. And much more! https://podcast.thinkingelixir.com/195
  11. Another Elixir related article from my learnings! This covered integrating Nebulex, a caching toolkit, to easily add catching around query functions that are called many times a minute per user. blog.guzman.codes/avoid-trips- #elixir #elixirphoenix #caching #nebulex

  12. Real-time live cursors when screensharing on Google Meet:

    I'm exploring a Chrome extension for Liveroom.app, to meet users where they are, in the tool they already use.

    (built with #svelte & #elixirphoenix)

    I would love your feedbacks!
    What would be your use case?
  13. @erlang_discussions Pity that such a big improvement is barely mentioned in the #elixirphoenix docs on the DOM patching & temporary assigns page. Without this article probably most of users will miss it.