A Peek Inside Erlang's OTP

A Peek Inside Erlang's OTP

GOTO Conferences via YouTube Direct link

Introduction

1 of 37

1 of 37

Introduction

Class Central Classrooms beta

YouTube playlists curated by Class Central.

Classroom Contents

A Peek Inside Erlang's OTP

Automatically move to the next video in the Classroom when playback concludes

  1. 1 Introduction
  2. 2 What is Erlang?
  3. 3 Erlang's Origins
  4. 4 Telecom Switch Requirements
  5. 5 Multi-language VM
  6. 6 Erlang Process Model
  7. 7 Process Execution
  8. 8 Process Preemption
  9. 9 Erlang Process Architecture
  10. 10 Let It Crash
  11. 11 Assignment is pattern matching
  12. 12 OTP Augments Erlang
  13. 13 Design Principles behaviors: frameworks for common problems
  14. 14 Other OTP Tools & Apps
  15. 15 Standard Behaviors
  16. 16 Purpose of Behaviors
  17. 17 Key/Value Server Process
  18. 18 Process State
  19. 19 Receive-Evaluate Loop
  20. 20 General Server Process
  21. 21 Client Code for Stop
  22. 22 Server Code for Stop
  23. 23 Key/Value Server API
  24. 24 Client: Store
  25. 25 Server: Store
  26. 26 Generic Parts
  27. 27 Behavior Design
  28. 28 Callbacks
  29. 29 Starting a KV Server
  30. 30 Implement store callback
  31. 31 Implement find callback
  32. 32 application Behavior
  33. 33 Application Startup
  34. 34 Application Example
  35. 35 Supervisor Features
  36. 36 Process Problems Solved
  37. 37 Benefits of Behaviors

Never Stop Learning.

Get personalized course recommendations, track subjects and courses with reminders, and more.

Someone learning on their laptop while sitting on the floor.