From 464ee66a8f1387920838eabbf4e2b3598d2f6e39 Mon Sep 17 00:00:00 2001 From: Daniel Flanagan Date: Tue, 15 Feb 2022 10:09:34 -0600 Subject: [PATCH] Add links --- readme.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/readme.md b/readme.md index acaccb4..ace3af9 100644 --- a/readme.md +++ b/readme.md @@ -1,5 +1,7 @@ # ranch-talk +[🖥️ Upstream][upstream] • [🐙 GitHub Mirror][github] + I was asked to give a 5-15 minute talk on [Ranch][ranch], a TCP socket acceptor pool, to show how OTP constructs are used in the real world and expose some of [Phoenix's][phoenix] underpinnings. This [Livebook][livebook] contains my code @@ -29,3 +31,5 @@ Enjoy! [phoenix]: https://www.phoenixframework.org/ [livebook]: https://github.com/livebook-dev/livebook [divvy]: https://getdivvy.com/ +[upstream]: https://git.lyte.dev/lytedev/ranch-talk +[github]: https://github.com/lytedev/ranch-talk