We're sorry but this page doesn't work properly without JavaScript enabled. Please enable it to continue.
Feedback

Implementing UDP protocols in Elixir

Formal Metadata

Title
Implementing UDP protocols in Elixir
Title of Series
Number of Parts
798
Author
License
CC Attribution 2.0 Belgium:
You are free to use, adapt and copy, distribute and transmit the work or content in adapted or unchanged form for any legal purpose as long as the work is attributed to the author in the manner specified by the author or licensor.
Identifiers
Publisher
Release Date
Language

Content Metadata

Subject Area
Genre
Abstract
I've always believed that the best way of learning a language is doing low level stuff with it. It will show you how well the language is thought through, and will help you understand some inner workings. Let alone the cool factor of having to say you implemented a random protocol. In this demo/talk I'm going to show you how I've implemented the NTP (network time protocol) using Elixir. I'll also talk about reading RFCs, how I got into a fight with an LLM, and much more.