All public logs

Jump to navigation Jump to search

Combined display of all available logs of Elixir Wiki. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).

Logs
  • 14:16, 3 December 2023 Elixirfan talk contribs created page OTP Principles (Created page with "== OTP Principles == '''OTP''' (Open Telecom Platform) is a set of principles and libraries in the Elixir programming language that facilitates the development of highly scalable, fault-tolerant, and concurrent applications. OTP provides a framework for building robust and reliable systems, making it a crucial aspect of Elixir development. === Concurrency === OTP encourages the use of lightweight, isolated processes, known as '''actors''', to build concurrent appli...")