40 min

199: Websockets' Late Hero and Elixir's Fresh Updates Thinking Elixir Podcast

    • How To

In this episode, we talk about the eagerly awaited Elixir 1.17.0-dev changelog, the exciting ExDoc v0.32 release, and the slightly amusing declaration of Cloudflare playing the websocket hero – about 9 years after Phoenix neatly demoed 2 million concurrent connections to the world. We also explore potential performance improvements with Ecto's support for unlogged tables and how PragProg's new Elixir book is shaping up as a must-read for DevOps enthusiasts. But that's not all, we also touch on the launch of a constraint solver in Elixir, a nifty Livebook visualization tip, and more! Plus, don't miss out as Mark, Tyler, and David also share insights into their current projects, ranging from tackling Elixir mock libraries to the latest in the tech conference scene and educational initiatives in the Erlang ecosystem.


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


Elixir Community News



https://github.com/elixir-lang/elixir/blob/main/CHANGELOG.md#v1170-dev – Elixir 1.17.0-dev changelog update introducing a new Duration type and calendar-specific shifts support.
https://hexdocs.pm/db_connection/DBConnection.Ownership.html#module-callers-lookup – ExUnit start_supervised now populates $callers, affecting libraries like Mox and Ecto.
https://hexdocs.pm/mox/Mox.html#module-explicit-allowances – ExUnit changes with regards to $callers provide better support for global mocks like Mox.
https://github.com/elixir-ecto/ecto_sql/pull/601 – Elixir Ecto experiment for adding support to unlogged tables that could speed up test suites.
https://twitter.com/josevalim/status/1777990973454262476 – Announcement of ExDoc v0.32 release.
https://hexdocs.pm/ex_doc/changelog.html – Official changelogs for ExDoc v0.32 highlighting new features like OS default font for content and search bar improvements.
https://x.com/chris_mccord/status/1776370373946175706 – Cloudflare Workers support for WebSockets and its impact on real-time web experiences.
https://blog.cloudflare.com/introducing-websockets-in-workers/ – Introduction and explanation of websockets in Cloudflare Workers.
https://www.phoenixframework.org/blog/the-road-to-2-million-websocket-connections – Chris McCord's blog post on achieving 2 million WebSocket connections.
https://twitter.com/pragprog/status/1779253657097117890 – Announcement of a new Elixir focused book in beta from PragProg.
https://twitter.com/sm_debenedetto/status/1779558393373409481 – Additional information about the new PragProg Elixir book.
https://pragprog.com/titles/beamops/engineering-elixir-applications/ – Direct link to the forthcoming Elixir book on PragProg focused on DevOps for the BEAM ecosystem.
https://developer.hashicorp.com/terraform/intro – Introduction to Terraform, as covered in PragProg's new Elixir book.
https://x.com/thibaut_barrere/status/1777702586944036899 – Discussion on a constraint solver implementation in Elixir.
https://github.com/bokner/fixpoint – Boris Okner's Fixpoint, a constraint solver library for Elixir.
https://en.wikipedia.org/wiki/NP-completeness – Explanation of NP Completeness related to constraint solving.
https://twitter.com/hugobarauna/status/1779930969593512159 – Tip on building custom visualizations for Elixir data structures in Livebook using the Kino.Render protocol.


Do you have some Elixir news to share? Tell us at @ThinkingElixir or email at show@thinkingelixir.com


Discussion Resources



https://cloud.withgoogle.com/next
https://github.com/brainlid/langchain
https://github.com/dashbitco/mox
https://twitter.com/TylerAYoung/status/1780240662341849256 – Tyler's Tweet about Mox
https://fly.io/phoenix-files/safe-ecto-migrations/


Guest Host Information



Tyler Young joined as a guest host.
https://twitter.com/TylerAYoung – on Twitter
https://github.com/s3cur3 – on Github
https://fosstodon.org/@tylerayoung – on Fediverse
https://tylerayoung.com/ – Blog


Find us online



Message the show - @ThinkingElixir
Message the

In this episode, we talk about the eagerly awaited Elixir 1.17.0-dev changelog, the exciting ExDoc v0.32 release, and the slightly amusing declaration of Cloudflare playing the websocket hero – about 9 years after Phoenix neatly demoed 2 million concurrent connections to the world. We also explore potential performance improvements with Ecto's support for unlogged tables and how PragProg's new Elixir book is shaping up as a must-read for DevOps enthusiasts. But that's not all, we also touch on the launch of a constraint solver in Elixir, a nifty Livebook visualization tip, and more! Plus, don't miss out as Mark, Tyler, and David also share insights into their current projects, ranging from tackling Elixir mock libraries to the latest in the tech conference scene and educational initiatives in the Erlang ecosystem.


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


Elixir Community News



https://github.com/elixir-lang/elixir/blob/main/CHANGELOG.md#v1170-dev – Elixir 1.17.0-dev changelog update introducing a new Duration type and calendar-specific shifts support.
https://hexdocs.pm/db_connection/DBConnection.Ownership.html#module-callers-lookup – ExUnit start_supervised now populates $callers, affecting libraries like Mox and Ecto.
https://hexdocs.pm/mox/Mox.html#module-explicit-allowances – ExUnit changes with regards to $callers provide better support for global mocks like Mox.
https://github.com/elixir-ecto/ecto_sql/pull/601 – Elixir Ecto experiment for adding support to unlogged tables that could speed up test suites.
https://twitter.com/josevalim/status/1777990973454262476 – Announcement of ExDoc v0.32 release.
https://hexdocs.pm/ex_doc/changelog.html – Official changelogs for ExDoc v0.32 highlighting new features like OS default font for content and search bar improvements.
https://x.com/chris_mccord/status/1776370373946175706 – Cloudflare Workers support for WebSockets and its impact on real-time web experiences.
https://blog.cloudflare.com/introducing-websockets-in-workers/ – Introduction and explanation of websockets in Cloudflare Workers.
https://www.phoenixframework.org/blog/the-road-to-2-million-websocket-connections – Chris McCord's blog post on achieving 2 million WebSocket connections.
https://twitter.com/pragprog/status/1779253657097117890 – Announcement of a new Elixir focused book in beta from PragProg.
https://twitter.com/sm_debenedetto/status/1779558393373409481 – Additional information about the new PragProg Elixir book.
https://pragprog.com/titles/beamops/engineering-elixir-applications/ – Direct link to the forthcoming Elixir book on PragProg focused on DevOps for the BEAM ecosystem.
https://developer.hashicorp.com/terraform/intro – Introduction to Terraform, as covered in PragProg's new Elixir book.
https://x.com/thibaut_barrere/status/1777702586944036899 – Discussion on a constraint solver implementation in Elixir.
https://github.com/bokner/fixpoint – Boris Okner's Fixpoint, a constraint solver library for Elixir.
https://en.wikipedia.org/wiki/NP-completeness – Explanation of NP Completeness related to constraint solving.
https://twitter.com/hugobarauna/status/1779930969593512159 – Tip on building custom visualizations for Elixir data structures in Livebook using the Kino.Render protocol.


Do you have some Elixir news to share? Tell us at @ThinkingElixir or email at show@thinkingelixir.com


Discussion Resources



https://cloud.withgoogle.com/next
https://github.com/brainlid/langchain
https://github.com/dashbitco/mox
https://twitter.com/TylerAYoung/status/1780240662341849256 – Tyler's Tweet about Mox
https://fly.io/phoenix-files/safe-ecto-migrations/


Guest Host Information



Tyler Young joined as a guest host.
https://twitter.com/TylerAYoung – on Twitter
https://github.com/s3cur3 – on Github
https://fosstodon.org/@tylerayoung – on Fediverse
https://tylerayoung.com/ – Blog


Find us online



Message the show - @ThinkingElixir
Message the

40 min