plug

Building an Elixir API with Plug Only

5 minute read

Learn how to build a lightweight and flexible API in Elixir using Plug! This post dives into advanced techniques, like parsing JSON requests and crafting dyn...