Ended up using Conductor to spin up isolated dev environments — fast, clean, and super handy when you’ve got multiple agents working in parallel.
nicholasjhenry.medium.com/building-iso...
Ended up using Conductor to spin up isolated dev environments — fast, clean, and super handy when you’ve got multiple agents working in parallel.
nicholasjhenry.medium.com/building-iso...
"... understanding doesn’t parallelize, and complexity doesn’t distribute. Each new contributor must climb the same tangled mess... even more time is spent coordinating, clarifying, and patching over mismatches in mental models."
#elixirlang
"... understanding doesn’t parallelize, and complexity doesn’t distribute. Each new contributor must climb the same tangled mess... even more time is spent coordinating, clarifying, and patching over mismatches in mental models."
#elixirlang
You can now run all the examples in your browser. Or like me, spin them up locally with Docker:
www.joekoski.com/blog/2025/09...
#elixirlang hashtag#AFPElixir
You can now run all the examples in your browser. Or like me, spin them up locally with Docker:
www.joekoski.com/blog/2025/09...
#elixirlang hashtag#AFPElixir
Prior to #ElixirLang 1.19, it was deemed sufficient to compile deps one at a time (compile Phoenix, then LiveView, then Postgrex, then Ecto, etc.), because each individual compilation would be parallelized across all cores.
However... 🧵
#ElixirLang 1.19 😉
Prior to #ElixirLang 1.19, it was deemed sufficient to compile deps one at a time (compile Phoenix, then LiveView, then Postgrex, then Ecto, etc.), because each individual compilation would be parallelized across all cores.
However... 🧵
youtu.be/8mumTeuiZ6o?...
#ElixirLang
youtu.be/8mumTeuiZ6o?...
#ElixirLang
TLS handshake to JavaScript execution tracking
@tylerayoung.com explores the cat-and-mouse game of web scraping vs bot detection. #ElixirConfUS
TLS handshake to JavaScript execution tracking
@tylerayoung.com explores the cat-and-mouse game of web scraping vs bot detection. #ElixirConfUS
Thank you to everyone who discussed the talk with me afterwards. It's really helpful and rewarding to know what the audience learned. See you in Chicago!
#elixirconf #elixir
Thank you to everyone who discussed the talk with me afterwards. It's really helpful and rewarding to know what the audience learned. See you in Chicago!
#elixirconf #elixir
elixirconf.com/talks/mise-e...
See you there!
#ElixirLang
#ElixirConf
elixirconf.com/talks/mise-e...
See you there!
#ElixirLang
#ElixirConf
"Beyond Mocks: Messing with Our Preconceptions of Testing"
I discuss the challenges of using test mocks and how they can lead to unreliable tests. I introduce the Nullable pattern from James Shore applied to testing with external dependencies in Elixir.
"Beyond Mocks: Messing with Our Preconceptions of Testing"
I discuss the challenges of using test mocks and how they can lead to unreliable tests. I introduce the Nullable pattern from James Shore applied to testing with external dependencies in Elixir.