Designing Elixir systems with OTP write highly scalable, self-healing software with layers

You know how to code in Elixir; now learn to think in it. Learn to design libraries with intelligent layers that shape the right data structures, flow from one function into the next, and present the right APIs. Embrace the same OTP that's kept our telephone systems reliable and fast for over 3...

Descripción completa

Detalles Bibliográficos
Otros Autores: Gray, James Edward, II, author (author), Tate, Bruce A., author
Formato: Libro electrónico
Idioma:Inglés
Publicado: Raleigh, North Carolina : The Pragmatic Bookshelf [2019]
Edición:1st edition
Colección:Pragmatic programmers.
Materias:
Ver en Biblioteca Universitat Ramon Llull:https://discovery.url.edu/permalink/34CSUC_URL/1im36ta/alma991009630594606719
Tabla de Contenidos:
  • Introduction
  • Build your project in layers
  • Know your Elixir datatypes
  • Start with the right data layer
  • Build a functional core
  • Test your core
  • Isolate process machinery in a boundary
  • Customize your lifecycle
  • Summon your workers
  • Assemble your components
  • Test the boundary.