From 4219a10894c9e4d75557b365bc77270a8d59eebf Mon Sep 17 00:00:00 2001 From: Paul Kuruvilla Date: Mon, 30 Jan 2023 06:36:36 +0000 Subject: [PATCH] Add build your own CDN link --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index bbf09dd..a432b4c 100644 --- a/README.md +++ b/README.md @@ -443,6 +443,7 @@ It's a great way to learn. * [**Rust**: _Building a DNS server in Rust_](https://github.com/EmilHernvall/dnsguide/blob/master/README.md) * [**Rust**: _Writing Scalable Chat Service from Scratch_](https://nbaksalyar.github.io/2015/07/10/writing-chat-in-rust.html) * [**TypeScript**: _Tiny Package Manager: Learns how npm or Yarn works_](https://github.com/g-plane/tiny-package-manager) +* [**Various**: Building a CDN from Scratch to Learn about CDN](https://github.com/leandromoreira/cdn-up-and-running) ## Contribute * Submissions welcome, just send a PR, or [create an issue](https://github.com/codecrafters-io/build-your-own-x/issues/new)