diff options
Diffstat (limited to 'public/index.html')
| -rw-r--r-- | public/index.html | 35 |
1 files changed, 18 insertions, 17 deletions
diff --git a/public/index.html b/public/index.html index 976d5cb..d40e846 100644 --- a/public/index.html +++ b/public/index.html @@ -45,15 +45,11 @@ <h1 id="me">me</h1> -<ul> -<li>backend cloud software engineer</li> -<li>lang: go</li> -<li>infra: kubernetes</li> -</ul> +<p>backend cloud software engineer—I use mostly Go & Kubernetes.</p> <h1 id="tidbits">tidbits</h1> -<p>Arbitrary bits of information</p> +<p>Arbitrary bits of information I found useful</p> <h2 id="go">go</h2> @@ -82,21 +78,26 @@ more CPU == more contention</li> </ul></li> </ul> -<h1 id="resources">resources</h1> +<h1 id="reading">Reading</h1> <ul> -<li><a href="https://cs.opensource.google/go/go/+/refs/tags/go1.23.0:src/runtime/proc.go"><code>proc.go</code></a> - Go documentation is great, this describes the scheduler</li> -<li><a href="https://github.com/golang/go/issues/67120">proposal: runtime/metrics: define a recommended set of metrics</a></li> -</ul> +<li><p><a href="https://cs.opensource.google/go/go/+/refs/tags/go1.23.0:src/runtime/proc.go"><code>proc.go</code></a> - Go documentation is great, this describes the scheduler</p></li> -<h1 id="books">books</h1> +<li><p><a href="https://github.com/golang/go/issues/67120">proposal: runtime/metrics: define a recommended set of metrics</a></p></li> -<ul> -<li><a href="https://www.oreilly.com/library/view/designing-data-intensive-applications/9781491903063">Designing Data Intensive Applications</a></li> -<li><a href="https://www.oreilly.com/library/view/database-internals/9781492040330">Database Internals</a></li> -<li><a href="https://www.oreilly.com/library/view/efficient-go/9781098105709">Efficient Go</a></li> -<li><a href="https://press.stripe.com/the-art-of-doing-science-and-engineering">The Art of Doing Science </a></li> -<li><a href="https://www.oreilly.com/library/view/the-art-of/9781492080688/">The Art of Agile Development</a></li> +<li><p><a href="https://calteches.library.caltech.edu/51/2/CargoCult.htm">Cargo Cult Science - Richard Feynman</a></p></li> + +<li><p><a href="https://www.cs.virginia.edu/~robins/YouAndYourResearch.pdf">You and Your Research - Richard Hamming</a></p></li> + +<li><p><a href="https://www.oreilly.com/library/view/designing-data-intensive-applications/9781491903063">Designing Data Intensive Applications - Martin Kleppmann</a></p></li> + +<li><p><a href="https://www.oreilly.com/library/view/database-internals/9781492040330">Database Internals - Alex Petrov</a></p></li> + +<li><p><a href="https://www.oreilly.com/library/view/efficient-go/9781098105709">Efficient Go - Bartlomeij Plotka</a></p></li> + +<li><p><a href="https://press.stripe.com/the-art-of-doing-science-and-engineering">The Art of Doing Science and Engineering - Richard Hamming</a></p></li> + +<li><p><a href="https://www.oreilly.com/library/view/the-art-of/9781492080688/">The Art of Agile Development - James Shore, Shane Warden</a></p></li> </ul> |
