- Code Introspection in Elixir for safely firing one-off scripts
- Leveraging Elixir's hot code loading capabilities to modularize a monolithic app
- Reactive computation flows in Elixir, not specificially for LiveView
- Pointers to in-memory nested maps in Elixir and concurrent access patterns
- Computed properties in Liveview : a pure Elixir approach
- [Talk] BEAMing online Elixir meetup march 2025 - hot code loading and language interop
- Elixir from elixir
- Liveview + Elixir can be super boring
- Variations on the "leverage language from elixir" pattern.
- [Talk] ElixirConf EU 24 — Let's write a toy language from scratch in Elixir
- [Podcast] ElixirWizards S13E04 — Creating a Terrestrial Telescope using Nerves & LiveView
- What if LiveView gave DOM access to Elixir ?
- Distributed transcription with Whisper and Elixir
- From a fresh ubuntu 22.04 ARM VM to embedded Elixir with nerves_system_rpi3 & circuits_quickstart
- Playing with HTML5 Canvas from Elixir
- An (Elixir+Nerves)-powered Cloud ☁️ (1/2)
- Hello AtomVM — Elixir & Erlang on ESP32
- Hello Bumblebee. Hello, Whisper ! Run ML models from Elixir
- Let's dive deep into Plug.Conn.send_file/5 - from Elixir to C syscalls
- [Talk] Code BEAM EU 23 - Prototyping a remote-controlled telescope with Elixir
- Periodic averages with overflowing buckets in Elixir
- Hosting a small language (Ovo2) from scratch in Elixir, pt 8
The end : the Ovo Optimal Personal System (oops), with liveview - Hosting a small language (Ovo2) from scratch in Elixir, pt 7
Weird features, towards a global stateful machine - Hosting a small language (Ovo2) from scratch in Elixir, pt 6
Basic recursion : an environment is a process - Hosting a small language (Ovo2) from scratch in Elixir, pt 5
Evaluation - Hosting a small language (Ovo2) from scratch in Elixir, pt 4
Building an AST and a parse-print-parse feedback loop - Hosting a small language (Ovo2) from scratch in Elixir, pt 3
Parsing - Hosting a small language (Ovo2) from scratch in Elixir, pt 2
Tokenization - Hosting a small language (Ovo2) from scratch in Elixir, pt 1
gathering requirements from a previous experiment. - The Elixir Telescope
Part 8 : Controlling motors from Elixir - The Elixir Telescope
Part 7 : Elixir architecture questions - The Elixir Telescope
Part 6 : Three.js + websockets = a 3D moving telescope - The Elixir Telescope
Part 5 : Porting the depth of field simulation to Elixir + Rust - The Elixir Telescope
Part 4 : Simulating image capture and focusing - The Elixir Telescope
Part 3 : Raytracing a parabolic mirror from scratch - The Elixir Telescope
Part 2 : Primary mirror design & calculation - A remote-controlled telescope with Elixir, Vue, & Rust
Part 1 : Simulating movement & state with Elixir - Charabyx, Elixir bindings to the Rust lib. Charabia
- [Video, 35mn] f(x) = 📖, vers un système généraliste d'automatisation du design en Elixir ?
- Fastfish, Elixir + Rust 2D poisson disc sampling
- Imago, Elixir + Rust image perceptual hashing