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 talk exploring adversarial web scraping, covering bot detection techniques and ethical methods to bypass them from both scraper and site operator perspectives.
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.
Slides and code for an ElixirConf 2024 talk about improving software quality through more effective testing strategies.
A guide on integrating and running Go code within an Elixir application using WebAssembly (WASM/WASI) and the Wasmex library.
The article argues that Elixir is the ideal programming language and full-stack platform for a solo founder building a bootstrapped B2B SaaS product in 2024.
A technical exploration of Gleam's Foreign Function Interface (FFI) for leveraging Erlang and Elixir libraries, with practical code examples.
A developer shares technical challenges and solutions for building reliable web scraping features for a SaaS website monitoring tool.
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.
A programmer reflects on the value of technical books versus hands-on projects for learning programming languages like Elixir and Rust.
A developer compares JavaScript async/await patterns to Elixir's concurrency model, sharing confusion and insights from Joe Armstrong's blog.
Explores when and why to use Elixir Streams for lazy, memory-efficient data processing versus eager Enum operations.