summaryrefslogtreecommitdiff
path: root/content/index.md
diff options
context:
space:
mode:
authora73x <[email protected]>2024-09-12 08:05:19 +0100
committera73x <[email protected]>2024-09-12 08:05:19 +0100
commit917043de43777fc1429e23ced7cf9d179cbcf61f (patch)
tree4eb11101825c1f066691ce59c94b43b8ffd95939 /content/index.md
parent141e383151d496472b0a5db60818833f3d0d81b8 (diff)
fix(post): home page headers
Diffstat (limited to 'content/index.md')
-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)