Elixir Dependency Security: Mix, Hex, and Understanding the Ecosystem Why We Chose Elixir Part 2: Elixir and the CELP Stack

Goodbye IO.inspect/2. Hello dbg/2

I vaguely recall seeing dbg when Elixir 1.14 first came out, but I hadn’t tried it until now. 🤯

No more IO.inspect/2 for me.

dbg/2 is way more powerful. For example, it understands Elixir code so it can print out every step in a pipeline! ⚡️

https://www.youtube.com/watch?v=Mw1032eS92A