Hex
Medium — good to knowGeneral Dev
ELI5 — The Vibe Check
Hex is Elixir's package manager. It lives inside Mix, Elixir's build tool. You add a dep to mix.exs, run 'mix deps.get', and hex.pm delivers your package. Simple, fast, and surprisingly pleasant.
Real Talk
undefined
When You'll Hear This
undefined
Related Terms
Elixir
Elixir is like Ruby's syntax mated with Erlang's superpower: millions of tiny processes running independently, each with their own memory.
intermediateGeneral Dev
Erlang
Erlang was built by a telecom company in the 80s to handle phone calls that must never drop.
advancedGeneral Dev
Phoenix
Phoenix is an Elixir web framework that handles millions of connections like it's nothing.
advancedBackend