The Elixir community is fast-moving, and there’s always new things to learn. Andrew Summers wrote in to mention a few more tools that I didn’t cover in my Elixir Code Quality Tools blog post: wobserver In my last post, I mentioned Erlang’s observer GUI. The Erlang observer runs as a small native app and charts things like memory used, BEAM process counts, supervisor trees, and more. wobserver runs as a web app and shows the same kind of information in your browser. Best of all, you can ...