Episode Details
Back to Episodes
264: Hot Reload In Dev and QA Bottlenecks
Description
News includes Phoenix v1.8 shipping with an AGENTS markdown file for new apps to enhance coding agent experiences, Popcorn bringing Elixir to the browser through WebAssembly with no installation required, LiveVue v0.6.0 with 90% payload size reduction through JSON Patch operations, an awesome LiveView development tip for hot-reloading code changes while preserving LiveView state, MDEx v0.8 adding decorators support for enhanced code block styling, Hologram v0.5.0 delivering major performance improvements with milliseconds to microseconds execution times, ElixirConf US 2025 tickets available with our discount code, and a discussion about how AI-generated code is creating new bottlenecks in QA and code review processes, and more!
Show Notes online - http://podcast.thinkingelixir.com/264
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/josevalim/status/1948826989357367698 – José Valim announces Phoenix v1.8 will ship with an AGENTS markdown file for new apps, ensuring teams using coding agents have an outstanding experience out of the box
- https://github.com/phoenixframework/phoenix/commit/50ffaa5aa1c60503f01cd2107edd43f22435f9e7 – Phoenix commit adding the AGENTS.md file by Chris McCord
- https://github.com/phoenixframework/phoenix/blob/main/installer/templates/phx_single/AGENTS.md – The actual AGENTS.md template file in Phoenix
- https://hex.pm/packages/usage_rules – Related package for usage rules
- https://bsky.app/profile/membrane-swmansion.bsky.social/post/3luptf3p76s24 – Announcement post about Popcorn - Elixir in your browser via WebAssembly
- https://popcorn.swmansion.com/ – Popcorn - run Elixir locally in your browser with no install required
- https://popcorn.swmansion.com/demos/eval – Interactive IEx shell demo running in the browser
- https://github.com/software-mansion/popcorn/ – GitHub project for Popcorn
- https://blog.swmansion.com/popcorn-bringing-elixir-to-the-browser-8993a58a00be – Blog post explaining how Popcorn works and its limitations
- https://github.com/atomvm/AtomVM – AtomVM - Tiny Erlang VM that powers Popcorn
- https://atomvm.org/