Nicholas Henry
banner
nicholasjhenry.github.io
Nicholas Henry
@nicholasjhenry.github.io
Senior #elixirlang Developer | Contract B2B | Trusted by US & UK Software Teams | Remote from Canada
Been playing with how AI agents can run their own #phoenix workspaces without tripping over ports or DBs.

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...
Building Isolated Phoenix Workspaces for AI Agents with Conductor
I’ve been experimenting with agentic coding — letting AI agents handle multiple tasks in parallel across my codebase. The promise is…
nicholasjhenry.medium.com
October 30, 2025 at 2:02 PM
I 💜 this passage from @jkwa.bsky.social buff.ly/xIVq6gW

"... 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
Advanced Functional Programming with Elixir
Use advanced functional programming principles, practical domain-driven design techniques, and production-ready Elixir code to build scalable, complex systems from simple, reusable components.
pragprog.com
September 17, 2025 at 2:02 PM
Reposted by Nicholas Henry
I just finished putting together interactive Livebook notebooks for every chapter of Advanced Functional Programming with Elixir.

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
Livebook Examples from Advanced Functional Programming with Elixir
It feels a bit impolite to ask readers to download code and type mix commands just to run the examples. We have better tools now.
www.joekoski.com
September 10, 2025 at 8:37 PM
Reposted by Nicholas Henry
The Groxio team—Bruce Tate, Paulo Valim, and myself—are fresh off of a project where we helped scale an application and its development team all the way to launch. If your company could use #ElixirLang #Consulting help from one or more of us, let’s talk! groxio.com
Groxio Consulting - Expert Elixir Development
Expert Elixir consulting from the authors of key Elixir books. System architecture, training, and development services.
groxio.com
September 2, 2025 at 4:30 PM
Reposted by Nicholas Henry
Explanation:

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... 🧵
Put this in your env file for when you upgrade to
#ElixirLang 1.19 😉
September 4, 2025 at 1:50 PM
Reposted by Nicholas Henry
My #ElixirConf 2025 talk, “Cat and Mouse: Challenges in Adversarial Web Scraping” is now online! Here’s everything I know about scraping and avoiding being scraped.

youtu.be/8mumTeuiZ6o?...

#ElixirLang
Cat and Mouse: Challenges in Adversarial Web Scraping - Tyler Young | ElixirConf US 2025
YouTube video by ElixirConf
youtu.be
September 3, 2025 at 11:10 AM
Reposted by Nicholas Henry
Bot detection goes way beyond user agents
TLS handshake to JavaScript execution tracking
@tylerayoung.com‬ explores the cat-and-mouse game of web scraping vs bot detection. #ElixirConfUS
August 29, 2025 at 3:55 PM
Reposted by Nicholas Henry
Web scraping issues presented from the perspectives of both the scraper and the server operator by @tylerayoung.com at @elixirconf.bsky.social
August 29, 2025 at 3:56 PM
And that's a wrap! That was a really inspiring @elixirconf.bsky.social during the most disruptive time in our industry.

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
August 30, 2025 at 4:25 PM
Reposted by Nicholas Henry
Really enjoyed @nicholasjhenry.github.io’s talk on validating business rules in Ecto. It had never occurred to me that we should validate some of our association rules in the context, not the schema’s changeset function, but I’m convinced!
August 28, 2025 at 6:13 PM
I'll be presenting at @elixirconf.bsky.social next week on how to apply Business Rule Thinking with Ecto. If you want to learn how to discover and implement business rules in rich domains, this might be a talk for you.

elixirconf.com/talks/mise-e...

See you there!
#ElixirLang
#ElixirConf
August 22, 2025 at 5:35 PM
My #elixirconf 2024 talk has been published!

"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
YouTube video by ElixirConf
youtu.be
July 2, 2025 at 9:45 PM
A new blog post from the field; week 27 Jan 2025
Debugging with erl_crash.dump: A Practical Example from the Field
Debugging with an Elixir release? Learn to use erl_crash.dump — from application_controller to stack traces.
nicholasjhenry.medium.com
February 1, 2025 at 2:22 PM