commit f18cb3331be1c412d0b72bb96ac05e285ffcf8f6
parent 66a1086d901ea8dadea9f6d776cf0569cc06b7a4
Author: David Eisinger <[email protected]>
Date: Thu, 11 May 2023 22:59:57 -0400
Add Go notes
Diffstat:
1 file changed, 3 insertions(+), 0 deletions(-)
diff --git a/content/notes/golang/index.md b/content/notes/golang/index.md
@@ -17,12 +17,15 @@ I find [Go][1] really compelling, even though it's not super applicable to my jo
* How to organize large(r) codebases
* Goroutines / concurrency
* Dev tooling
+* How to read/write JSON
### Projects I like
* [Caddy][2]
+* [PocketBase][3]
[2]: https://caddyserver.com/
+[3]: https://pocketbase.io/
### Project Ideas