Environment automation over Advent of Code
A developer automates their Advent of Code setup using Elixir and AI tools to improve their development experience and solve challenges efficiently.
A developer automates their Advent of Code setup using Elixir and AI tools to improve their development experience and solve challenges efficiently.
A developer details integrating Hue Tap Dial switches with a custom Elixir automation engine via MQTT, bypassing Home Assistant for direct control.
A beginner's guide on how to call Elixir libraries from a Gleam project, including setup and dependency management.
A tutorial on implementing a dynamic, markdown-based changelog within a Phoenix LiveView application using the Earmark library.
A developer reflects on career transition struggles, exploring tech stacks like Rust and Elixir, and the challenge of focusing on a single path to build products.
Introducing an open-source Elixir project template to streamline setup with dev containers, CI, and best practices for faster development.
A developer's 2024 review covering programming languages, tech projects, and personal goals for 2025.
A developer shares their experience with Elixir 1.18's new type checker, highlighting a specific warning about struct comparison and hopes for future improvements.
A guide to writing Home Assistant automations using Elixir's GenServers and WebSocket API for concurrent, programmable home automation.
A guide on integrating and running Go code within an Elixir application using WebAssembly (WASM/WASI) and the Wasmex library.
A technical exploration of Gleam's Foreign Function Interface (FFI) for leveraging Erlang and Elixir libraries, with practical code examples.
A hands-on guide that teaches distributed systems concepts by building a fantasy-themed text-based MUD game using Elixir, Phoenix, and LiveView.
A tutorial on integrating Gleam JS, a compile-to-JavaScript language, with an Elixir Phoenix application to build a frontend.
Explores when and why to use Elixir Streams for lazy, memory-efficient data processing versus eager Enum operations.
A developer's journey learning and implementing their first GenServer in Elixir to add persistent countdown timers to a recipe app.
A developer shares a technique for refactoring complex Ecto queries in Elixir using the `reduce` function for cleaner, more compositional code.
A developer shares key learnings from their first week professionally coding in Elixir, covering behaviors, reduce patterns, and LiveView.
A developer reflects on how writing a technical blog about Elixir directly led to landing a desired software consultancy role working with that technology.
A developer shares their naive approach to building a custom parser in Elixir to migrate recipe data from a JSON file to a new format.
A developer shares their experience successfully deploying a personal Elixir/Phoenix project called Galley using Fly.io, including configuration challenges.