Some OTP Definitions
Get a brief overview of OTP in Elixir.
We'll cover the following...
Introduction
If you’ve been following Elixir or Erlang, you’ve probably come across OTP. It’s often hyped as the answer to all the woes of high availability distributed applications. It isn’t, but it certainly solves many problems that we’d otherwise need to solve ourselves, including application ...