summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--content/index.md14
1 files changed, 8 insertions, 6 deletions
diff --git a/content/index.md b/content/index.md
index 94bcd77..c1b8c27 100644
--- a/content/index.md
+++ b/content/index.md
@@ -2,14 +2,16 @@
title: home
nav: "/"
---
-## me
+Welcome!
+
+# me
* backend cloud software engineer
* lang: go
* infra: kubernetes
-## tidbits
+# tidbits
-### #go
+## #go
* layout packages by what they do, not by their abstract type
* use channels sparingly: write synchronous methods and allow the caller to make it async
@@ -22,18 +24,18 @@ nav: "/"
* more CPU != more performance
more CPU == more contention
-### #git
+## #git
* `git reflog`
* `git commit --fixup=<COMMITISH>`
`git rebase origin/main --autosquash`
-## resources
+# resources
* [`proc.go`](https://cs.opensource.google/go/go/+/refs/tags/go1.23.0:src/runtime/proc.go)
* [proposal: runtime/metrics: define a recommended set of metrics](https://github.com/golang/go/issues/67120)
-## books
+# books
* [Designing Data Intensive Applications](https://www.oreilly.com/library/view/designing-data-intensive-applications/9781491903063)
* [Database Internals](https://www.oreilly.com/library/view/database-internals/9781492040330)