Making Elixir Recompile when External Files Change

In this post we go into the inner workings of how we can force our code to recompile when we have changes to external files or folders that the code is dependant on.

https://learn-elixir.dev/blogs/making-elixir-recompile-when-external-files-change

Soleil: Open source power management hardware [Nerves Meetup]

Join Gus Workman as he discusses the recent launch of Soleil, an open source power management and sleep control board for Raspberry Pi and Nerves.

https://www.meetup.com/nerves/events/305303617

Thinking Elixir 239: Scaling to Unicorn Status

Episode 239 of Thinking Elixir. News includes an impressive case study from Remote showing how they scaled Elixir to support nearly 300 engineers and reach unicorn status, Tailwind CSS 4.0’s major release with Phoenix integration in progress, Chris McCord teasing an exciting AI code generator project on Fly.io, the release of Elixir LangChain v0.3.0 with expanded support for multiple AI providers, ElixirConfEU 2025 tickets going on sale in Kraków, and more!

https://www.youtube.com/watch?v=BjCckAvGTeQ

Building a Distributed Rate Limiter in Elixir with HashRing

We’ll build a distributed rate limiter using HashRing for Elixir: https://blog.appsignal.com/2025/02/04/building-a-distributed-rate-limiter-in-elixir-with-hashring.html

Paraxial.io Completes Security Audit of Oban Pro

Paraxial.io has completed a security audit of Oban Pro and Oban Web.

https://paraxial.io/blog/oban-pentest

Thinking Elixir 238: Oban Web Goes Free and Open

Episode 238 of Thinking Elixir. News includes the exciting release of Oban Web as open source with newly added MySQL support, nine new ElixirConf 2024 videos have been published, a new full-stack web framework called Hologram that transpiles Elixir to JavaScript was announced, PhoenixTest gained Playwright driver support for enhanced testing capabilities, Protoss reached feature-complete status as it moves to version 1.0, and several Elixir conferences were announced including Code BEAM Lite Stockholm and GigCityElixir, and more!

https://www.youtube.com/watch?v=wCcVnxpi_GU

YOLO Tutorial and Demo - Real-time Object Detection in Elixir

🚀 Tutorial showing how to implement real-time object detection using the YOLO library, with demos on webcam and traffic footage. Learn about performance optimization with yolo_fast_nms, visualization with kino_yolo, and benchmarks.

https://youtu.be/sPSNewO3pN4

Free webinar: A taste of Code BEAM America

Get a taste of Code BEAM America with this free online meetup! Learn more about Gleam and how to build a non trivial full stack application with it, and learn about Ash and how we can connect it’s introspectibility with LLMs. Expect practical examples and real-world implementations.

We meet online 6 Feb, 7:00 PM (PT)

Register here: https://codebeamamerica.com/webinar2025

✏️ Phoenix LiveView: Presenting DateTime in User's Time Zone

This past weekend, I added a feature to Flick (RankedVote.app) where we now present domain-specific DateTime values, like published_at and closed_at, on the live view page using the user’s time zone. I thought I’d capture some notes on how this was accomplished, some known limitations, ideas to solve those in your own work, and a set of resource links to learn more.

https://mikezornek.com/posts/2025/1/presenting-datetime-in-user-time-zone-phoenix-live-view/

Ecto Datetime With Time Zone

Discovery of using time zone in Ecto

https://milad.rastian.me/posts/ecto-datetime-with-time-zone/

Translating Ecto Changeset Errors in Phoenix

Here’s a tutorial on how to translate Ecto changesets in Phoenix. It’s actually quite simple and you don’t even have to mix web and context concerns!

https://pentacent.com/blog/ecto-errors-phoenix-i18n/

Thinking Elixir 237: Types, Analytics, and FLAME on EC2

Episode 237 of Thinking Elixir. News includes upcoming improvements to ex_doc for version navigation, the release of Phoenix Analytics 0.3.0 for plug-and-play application metrics, José Valim’s detailed exploration of set-theoretic types for better library compatibility, German Velasco’s demonstration of Elixir 1.18’s enhanced type system, the beta release of the Ash Framework book on PragProg, and exciting developments in the FLAME ecosystem with AWS EC2 support, and more!

https://www.youtube.com/watch?v=vX5hjZLD78s

Tracking Errors in Tesla with AppSignal for Elixir

Let’s track and handle Tesla errors in your Elixir app using AppSignal: https://blog.appsignal.com/2025/01/21/tracking-errors-in-tesla-with-appsignal-for-elixir.html

mix phx.new, but make it better

Do you make similar changes to every project you begin in Elixir? So did I. That’s why I made a new Phoenix generator.

It defaults to UUIDs, sets all timestamps to utc_datetime_usec, and adds some common nice dependencies.

https://x.com/JohnElmLabs/status/1880691133657063870

Code BEAM America 2025: Early Bird discount ends soon!

https://codebeamamerica.com/#tickets Book your spot and join us in March for two days of full BEAM immersion with other Elixir, Erlang and Gleam enthusiasts!

FREE TUTORIAL: The LiveView and OTP Crash Course

The LiveView and OTP Crash Course is a FREE 15-lesson tutorial that’ll get you and running with Phoenix LiveView. You’ll learn:

  • How to build a LiveView app.
  • What makes LiveView different from other frameworks.
  • The full LiveView lifecycle.
  • How Elixir’s BEAM and OTP make LiveView uniquely powerful.

Check it out today at https://liveviewcrashcourse.com.

Thinking Elixir 236: Turn it up to 1000!

Episode 236 of Thinking Elixir. News includes José Valim’s exciting PR for Elixir 1.19 that dramatically enhances type inference capabilities, ElixirLS’s new 0.26.0 release with Elixir 1.18 support, a fascinating new DenoRider library for embedding JavaScript runtime in Elixir applications, Gleam v1.7.0’s release with improved performance and publishing features, and more!

https://www.youtube.com/watch?v=_m_SkoVZhRI

ElixirConf EU 2024: all talks are posted

All 2024 talks from ElixirConf EU are public now: https://youtube.com/@CodeSync

If you’re curious about our upcoming event, check https://elixirconf.eu

FlameEC2 - An EC2 Backend for FLAME Runners

Sometimes, you’re running your application as a plain mix release, without anything complex like using Docker/ECS/Kubernetes/etc. To simplify the usage of FLAME with simple Mix releases, FlameEC2 brings the FLAME library to EC2 nodes, allowing you to bypass setting up any infrastructure outside of your normal release process.

https://github.com/probably-not/flame-ec2

LiveFlip - FLIP (First, Last, Invert, Play) Animations for LiveView

The FLIP technique is a way of animating an element on a page so that it seamlessly transitions between different positions and sizes.

This library brings flip_wrap, a component for LiveView that allows wrapping any element in an automatic FLIP animation for you automatically.

https://github.com/probably-not/live-flip

Previous page Next page