From cf84b1459baec25809cff958a748396f54aebe0c Mon Sep 17 00:00:00 2001 From: Drew Bednar Date: Sun, 2 Nov 2025 15:01:42 +0000 Subject: [PATCH] Update 'README.md' --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 8de9d4f..d9deb01 100644 --- a/README.md +++ b/README.md @@ -27,6 +27,7 @@ The awesome list of things. ### Learning Go - 🔥🌟🔥[Learn Go With Tests](https://quii.gitbook.io/learn-go-with-tests): One of the best ways in my opinion for anyone to learn Golang. - 🔥🌟🔥[The Copenhagen Book ](https://thecopenhagenbook.com/): provides a general guideline on implementing auth in web applications. Examples are in golang but of course are generalizable. +- 🌟 [Betterstack guides](https://betterstack.com/community/guides/scaling-go/): The betterstack guides is a great resource for leveling up the Golang webdev skills - [Implementing a B-Tree in Go](https://www.cloudcentric.dev/implementing-a-b-tree-in-go/) - [Implementing a Skip-list in Go](https://www.cloudcentric.dev/implementing-a-skip-list-in-go/) - [Building a WAL in Go](https://www.cloudcentric.dev/building-a-write-ahead-log-in-go/)