Matrjoschka of phoenix communication
I wrote a bit on the layers powering phoenix real time communication capabilities: https://kobrakai.de/kolumne/matrjoschka
Thinking Elixir 220: The EEF Has Your Regulatory Back
Episode 220 of Thinking Elixir. News includes the archiving of the “Phoenix Sync” project, a major update to Gettext that enhances compilation efficiency, the release of ErrorTracker v0.2.6 with new features like error pruning and ignoring, and José Valim highlighting UX issues with ChatGPT’s new UI. We were also joined by Alistair Woodman, a board member of the EEF (Erlang Ecosystem Foundation), who explained the EEF’s recent efforts to stay ahead of legislation and technical regulatory shifts that may impact developers soon. Alistair discussed the changing regulatory landscape in the US and the EU due to high-profile exploits, outages, and nation-state supply chain attacks. We learned how the EEF supports Elixir and BEAM developers and what they need from the community now, and more!
A Complete Guide to Phoenix for Elixir Monitoring with AppSignal
Let’s set up monitoring and error reporting for a Phoenix application using AppSignal: https://blog.appsignal.com/2024/09/17/a-complete-guide-to-phoenix-for-elixir-monitoring-with-appsignal.html
Code navigation with go to definition of modules and functions inside Livebook
We’ve added new features that will make navigating code easier and more intuitive in Livebook.
- Outline panel: easily view all your sections and modules defined
- Go to definition: click to go to definitions of modules and functions
More details in the blog post.
ErrorTracker v0.3.0 has been released
We have just released a new version of ErrorTracker, the Elixir based built-in error tracker. This version adds a few new exciting features:
- Support for MySQL and MariaDB. ErrorTracker now support all major open source relational database engines (PostgreSQL and SQLite were already supported).
- Improved error grouping in the Oban integration. Previously errors from different Oban workers could be incorrectly grouped together.
- Better docs and typespecs. The public API functions are now fully documented.
Take a look at the GitHub repository and the Hex.pm package for the detailed release notes and documentation.
Optimum infrastructure generator for Elixir apps
Setting up your CI/CD pipeline, code checks, and production environment can be simple and efficient using our generator.
Learn how to use it in the blog post:
https://optimum.ba/blog/optimum-infrastructure-generator
Thinking Elixir 219: Coming Out of ElixirConf
Episode 219 of Thinking Elixir. News includes a proof of concept for Phoenix Sync by José Valim, exciting new developments in Elixir’s type system, Algora.tv’s open-source Twitch for developers, Sean Moriarity’s insights on the future of Nx, Axon, and Bumblebee, a powerful new feature in Livebook integrating with Fly.io, and more!
ErrorTracker v0.2.6 has been released
We have just released a new version of ErrorTracker, the Elixir based built-in error tracker. This version adds a few key improvements:
- Global error tracking disable flag: error tracking can now be fully disabled for certain environments.
- Automatic resolved error pruning: errors can be now automatically pruned after they have been resolved for some time.
- Error ignorer: users can now ignore particular errors based on their attributes and context.
Take a look at the GitHub repository and the Hex.pm package for the detailed release notes and documentation.
Learn Phoenix LiveView (now out of Early Access)
Learn Phoenix LiveView is the comprehensive tutorial that teaches you how to build a realistic, complex, fully-featured LiveView app from scratch.
Sign up today at PhoenixLiveView.com.
(Yes, that domain was available. I couldn’t believe it either.)
🎥 Erlang vs Elixir: On the Shoulder of Giants There’s Room for Larger Giants
In this keynote, Francesco Cesarini and Andrea Leopardi explore the symbiotic relationship between the two languages:
🎥 https://youtu.be/qr6VAfCm_QE 🎥
This talk was recorded at Code BEAM Lite Mexico 2023. If you’re curious about our upcoming event, check https://codebeamamerica.com
Scaling Your Phoenix App in Elixir with FLAME
Discover the benefits of FLAME and see how it can offload intensive tasks to remote machines: https://blog.appsignal.com/2024/09/03/scaling-your-phoenix-app-in-elixir-with-flame.html
Thinking Elixir 218: Creating an Opening
Episode 218 of Thinking Elixir. News includes the upcoming signed installers for Livebook and Elixir on Windows, the release of Telemetry v1.3 with improved documentation, LiveView Native 0.3.0’s announcement ahead of ElixirConf, Google Research introducing an alternative SQL syntax with a pipe, a Livebook leveraging LLMs and FFMPEG for media conversion, legal updates on the US non-compete agreements ban, and potential antitrust actions against Google, and more!
Implement the Web Share API in Phoenix LiveView
Learn how to implement the Web Share API in your Phoenix LiveView application. This article will show you how to create a custom Phoenix LiveView hook to seamlessly share content, improve the user experience, and increase engagement.
https://farens.me/blog/implement-the-web-share-api-in-phoenix-liveview
Strategy and Adapter Patterns in elixir
Just putting some pen to paper in an attempt to communicate what the strategy and adapter patterns might look like in elixir and how they might allow you to design more maintainable systems. https://medium.com/@sirkemera/adapter-and-strategy-patterns-in-elixir-e0af78889803
State (Machine) of Enlightenment [Nerves Meetup]
Ben Murphy explores how OTP’s state machine can simplify and outperform GenServer when managing complex systems.
Backpex
In this episode we dive into Backpex, the customizable admin panel for Phoenix LiveView applications.
Secure Your Gigalixir App with Paraxial.io
Guide to deploying a secure Elixir app on Gigalixir with Paraxial.io
LocalCluster v2.0: Cleaner API and improved OTP support
LocalCluster is a small library to help in testing distributed states in Elixir with temporary clusters.
The latest release (v2.0.0) now ships with a much cleaner API, while supporting all of the same use cases as v1.x and improving OTP compatibility.
The v2.0.0 will delegate to specific modules based on your active OTP version, so while LocalCluster is still compatible with Elixir v1.7+, developers using the latest versions will make use of more recent tools (such as :peer
).
Check it out, I welcome any feedback :)
Thinking Elixir 217: One Language Server to Rule Them All
Episode 217 of Thinking Elixir. News includes the announcement of an official Elixir Language Server team, the release of Oban v2.18.1 featuring automatic transaction retries with backoff, a new macro-inspired video from German Velasco, the upcoming “Elixir Patterns” book by Alex Koutmos and Hugo Baraúna, the forthcoming CodeBEAM Lite conference in NYC, and more!