Managing External Commands in Elixir with Ports Building a Tic-Tac-Toe game in WebAssembly with WaspVM

OTP in Elixir: Learn GenServer by Building Your Own URL Shortener

OTP in Elixir: Learn GenServer by Building Your Own URL Shortener

In this article we explore the basics of BEAM processes, how to build a stateful process and how to migrate it to use a GenServer behaviour by building a very simple URL shortener.