diff options
| author | Paul Buetow <paul@buetow.org> | 2024-10-24 21:05:39 +0300 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2024-10-24 21:05:39 +0300 |
| commit | 9d170b46ac4cdae74e01eab8c1db7d662f63f26c (patch) | |
| tree | b64e84cd07ea7568208ad0edc1debfb1630b96e5 /notes | |
| parent | 8b021e4756e5d02026d9fc9da980d7c01e631dc4 (diff) | |
Update content for md
Diffstat (limited to 'notes')
| -rw-r--r-- | notes/career-guide-and-soft-skills.md | 2 | ||||
| -rw-r--r-- | notes/mind-management.md | 2 | ||||
| -rw-r--r-- | notes/never-split-the-difference.md | 1 | ||||
| -rw-r--r-- | notes/slow-productivity.md | 2 | ||||
| -rw-r--r-- | notes/staff-engineer.md | 35 | ||||
| -rw-r--r-- | notes/the-obstacle-is-the-way.md | 2 | ||||
| -rw-r--r-- | notes/the-pragmatic-programmer.md | 2 | ||||
| -rw-r--r-- | notes/the-stoic-challenge.md | 2 |
8 files changed, 41 insertions, 7 deletions
diff --git a/notes/career-guide-and-soft-skills.md b/notes/career-guide-and-soft-skills.md index b49caaf0..011dfecf 100644 --- a/notes/career-guide-and-soft-skills.md +++ b/notes/career-guide-and-soft-skills.md @@ -315,6 +315,6 @@ Other book notes of mine are: [2023-11-11 "Mind Management" book notes](./mind-management.md) [2024-05-01 "Slow Productivity" book notes](./slow-productivity.md) [2024-07-07 "The Stoic Challenge" book notes](./the-stoic-challenge.md) +[2024-10-24 "Staff Engineer" book notes](./staff-engineer.md) -[More books and other resources I found useful.](../resources.md) [Back to the main site](../) diff --git a/notes/mind-management.md b/notes/mind-management.md index 52c3c359..284502ce 100644 --- a/notes/mind-management.md +++ b/notes/mind-management.md @@ -117,7 +117,7 @@ Other book notes of mine are: [2023-11-11 "Mind Management" book notes (You are currently reading this)](./mind-management.md) [2024-05-01 "Slow Productivity" book notes](./slow-productivity.md) [2024-07-07 "The Stoic Challenge" book notes](./the-stoic-challenge.md) +[2024-10-24 "Staff Engineer" book notes](./staff-engineer.md) -[More books and other resources I found useful.](../resources.md) [Back to the main site](../) diff --git a/notes/never-split-the-difference.md b/notes/never-split-the-difference.md index 5b091d53..1d07aa30 100644 --- a/notes/never-split-the-difference.md +++ b/notes/never-split-the-difference.md @@ -146,5 +146,6 @@ Other book notes of mine are: [2023-11-11 "Mind Management" book notes](./mind-management.md) [2024-05-01 "Slow Productivity" book notes](./slow-productivity.md) [2024-07-07 "The Stoic Challenge" book notes](./the-stoic-challenge.md) +[2024-10-24 "Staff Engineer" book notes](./staff-engineer.md) [Back to the main site](../) diff --git a/notes/slow-productivity.md b/notes/slow-productivity.md index b4099378..68967f31 100644 --- a/notes/slow-productivity.md +++ b/notes/slow-productivity.md @@ -145,7 +145,7 @@ Other book notes of mine are: [2023-11-11 "Mind Management" book notes](./mind-management.md) [2024-05-01 "Slow Productivity" book notes (You are currently reading this)](./slow-productivity.md) [2024-07-07 "The Stoic Challenge" book notes](./the-stoic-challenge.md) +[2024-10-24 "Staff Engineer" book notes](./staff-engineer.md) -[More books and other resources I found useful.](../resources.md) [Back to the main site](../) diff --git a/notes/staff-engineer.md b/notes/staff-engineer.md index 2ccf43e2..74f38a4b 100644 --- a/notes/staff-engineer.md +++ b/notes/staff-engineer.md @@ -1,6 +1,27 @@ # "Staff Engineer" book notes -> Last updated 10.8.2023 +> Published at 2024-10-24T20:57:44+03:00 + +These are my personal takeaways after reading "Staff Engineer" by Will Larson. Note that the book contains much more knowledge wisdom and that these notes only contain points I personally found worth writing down. This is mainly for my own use, but you might find it helpful too. + +``` + ,.......... .........., + ,..,' '.' ',.., + ,' ,' : ', ', + ,' ,' : ', ', + ,' ,' : ', ', + ,' ,'............., : ,.............', ', +,' '............ '.' ............' ', + '''''''''''''''''';''';'''''''''''''''''' + ''' +``` + +## Table of Contents + +* [⇢ "Staff Engineer" book notes](#staff-engineer-book-notes) +* [⇢ ⇢ Not a faster Senior Engineer](#not-a-faster-senior-engineer) +* [⇢ ⇢ The Balance](#the-balance) +* [⇢ ⇢ More things](#more-things) ## Not a faster Senior Engineer @@ -36,4 +57,16 @@ Sebactical: Take at least six months. Otherwise, it won't be as restored. E-Mail your comments to `paul@nospam.buetow.org` :-) +Other book notes of mine are: + +[2023-03-16 "The Pragmatic Programmer" book notes](./the-pragmatic-programmer.md) +[2023-04-01 "Never split the difference" book notes](./never-split-the-difference.md) +[2023-05-06 "The Obstacle is the Way" book notes](./the-obstacle-is-the-way.md) +[2023-07-17 "Software Developmers Career Guide and Soft Skills" book notes](./career-guide-and-soft-skills.md) +[2023-11-11 "Mind Management" book notes](./mind-management.md) +[2024-05-01 "Slow Productivity" book notes](./slow-productivity.md) +[2024-07-07 "The Stoic Challenge" book notes](./the-stoic-challenge.md) +[2024-10-24 "Staff Engineer" book notes (You are currently reading this)](./staff-engineer.md) + [Back to the main site](../) + diff --git a/notes/the-obstacle-is-the-way.md b/notes/the-obstacle-is-the-way.md index 22a0423d..5d823524 100644 --- a/notes/the-obstacle-is-the-way.md +++ b/notes/the-obstacle-is-the-way.md @@ -107,6 +107,6 @@ Other book notes of mine are: [2023-11-11 "Mind Management" book notes](./mind-management.md) [2024-05-01 "Slow Productivity" book notes](./slow-productivity.md) [2024-07-07 "The Stoic Challenge" book notes](./the-stoic-challenge.md) +[2024-10-24 "Staff Engineer" book notes](./staff-engineer.md) -[More books and other resources I found useful.](../resources.md) [Back to the main site](../) diff --git a/notes/the-pragmatic-programmer.md b/notes/the-pragmatic-programmer.md index c855ccc6..fd0a2ea4 100644 --- a/notes/the-pragmatic-programmer.md +++ b/notes/the-pragmatic-programmer.md @@ -87,6 +87,6 @@ Other book notes of mine are: [2023-11-11 "Mind Management" book notes](./mind-management.md) [2024-05-01 "Slow Productivity" book notes](./slow-productivity.md) [2024-07-07 "The Stoic Challenge" book notes](./the-stoic-challenge.md) +[2024-10-24 "Staff Engineer" book notes](./staff-engineer.md) -[More books and other resources I found useful.](../resources.md) [Back to the main site](../) diff --git a/notes/the-stoic-challenge.md b/notes/the-stoic-challenge.md index d08c1ce1..1cffa3c9 100644 --- a/notes/the-stoic-challenge.md +++ b/notes/the-stoic-challenge.md @@ -64,6 +64,6 @@ Other book notes of mine are: [2023-11-11 "Mind Management" book notes](./mind-management.md) [2024-05-01 "Slow Productivity" book notes](./slow-productivity.md) [2024-07-07 "The Stoic Challenge" book notes (You are currently reading this)](./the-stoic-challenge.md) +[2024-10-24 "Staff Engineer" book notes](./staff-engineer.md) -[More books and other resources I found useful.](../resources.md) [Back to the main site](../) |
