From 0abc343c251def53642eeb53dc0081d98954d27b Mon Sep 17 00:00:00 2001 From: Charles-Axel Dein <120501+charlax@users.noreply.github.com> Date: Mon, 10 Nov 2025 08:47:12 -0500 Subject: [PATCH] Add distributed systems challenges --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index bce4d88..694db29 100644 --- a/README.md +++ b/README.md @@ -1121,6 +1121,7 @@ The best way to learn is to learn by doing. - [Write more "useless" software](https://ntietz.com/blog/write-more-useless-software/) - [SadServers - Linux & DevOps Troubleshooting Interviews](https://sadservers.com/) - [Writing Toy Software Is A Joy](https://blog.jsbarretto.com/post/software-is-joy) +- [Fly.io Distributed Systems Challenge "Gossip Glomers"](https://fly.io/dist-sys/) Practice: @@ -2229,6 +2230,7 @@ URLs: - A URN is a string of characters that uniquely identifies a resource. Its syntax is `urn::`. E.g. `urn:isbn:9780062301239` - [Examples of Great URL Design](https://blog.jim-nielsen.com/2023/examples-of-great-urls/) - [Four Cool URLs - Alex Pounds' Blog](https://alexpounds.com/blog/2018/12/29/four-cool-urls) +- [Your URL Is Your State](https://alfy.blog/2025/10/31/your-url-is-your-state.html) ### Writing (communication, blogging)