Thinking Elixir Podcast

← Thinking Elixir Podcast5 mei · 29 min

302: BEAM in Your Pocket

302: BEAM in Your Pocket5 mei29 min

News includes Mob, an exciting new framework that brings BEAM-on-device mobile development to Elixir with OTP running natively inside iOS and Android apps, Folio a new library for generating print-quality PDFs and SVGs from Elixir data powered by Typst via Rustler NIF, both Oban v2.22 and Oban Pro v1.7.0 were released with a host of improvements including job querying, unique workflows, and a rate limiting overhaul, LiveVue v1.1 arrives with Node-less SSR via QuickBeam and persistent layouts, erlang_quic v1.3.0 brings a production-ready pure-Erlang QUIC and HTTP/3 stack to OTP 27, and more!

Show Notes online - http://podcast.thinkingelixir.com/302

Elixir Community News

https://paraxial.io/ – Paraxial.io is sponsoring today's show! Sign up for a free trial of Paraxial.io today and mention Thinking Elixir when you schedule a demo for a special offer.

https://x.com/dan_note/status/2048273367598252360 – Announcement tweet for Folio, a new Elixir library for generating print-quality PDFs, SVGs, and PNGs from Markdown and Elixir data.

https://github.com/dannote/folio – Folio on GitHub — an open-source library that generates print-quality PDF/SVG/PNG from Elixir data, powered by Typst via Rustler NIF. Documents are Elixir values with no templates or external processes required.

https://genericjam.com/blog/mob-intro – Blog post introducing Mob — "LiveView for native mobile via NIF with BEAM on device with native views and all logic in Elixir." Created by Kevin Edey, a former React Native and native iOS developer.

https://hexdocs.pm/mob/readme.html – Mob HexDocs — a BEAM-on-device mobile framework for Elixir. OTP runs inside iOS and Android apps via a thin NIF, with screens as GenServers and UI rendered by Compose and SwiftUI. Currently in early development.

https://github.com/GenericJam/mob – Mob on GitHub — the source for the BEAM-on-device mobile framework supporting Android emulator and iOS simulator.

https://x.com/sorentwo/status/2049057610721112537 – Announcement tweet for Oban v2.22 open-source release, highlighting new features including Job Querying, Smarter Sonar, and Migration Checks.

https://github.com/oban-bg/oban/releases/tag/v2.22.0 – Oban v2.22.0 release notes covering Job Querying, Smarter Sonar, and Migration Checks improvements.

https://x.com/sorentwo/status/2049844973445468336 – Announcement tweet for Oban Pro v1.7.0, highlighting Signals and awaiting, Unique workflows, Rate limiting overhaul, Chunking overhaul, Global cancel/discard hooks, and Improved indexes.