diff options
| author | Paul Buetow <paul@buetow.org> | 2024-10-24 21:05:40 +0300 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2024-10-24 21:05:40 +0300 |
| commit | c762c72082a28e58d2109a251a0ad37ea6632c2d (patch) | |
| tree | 3f211e474471e54a439115269a8076c29d1fcd65 /notes | |
| parent | 8f89a25cbab265dcc71f1e5b0a2d15a9aa206bda (diff) | |
Update content for gemtext
Diffstat (limited to 'notes')
| -rw-r--r-- | notes/career-guide-and-soft-skills.gmi | 2 | ||||
| -rw-r--r-- | notes/mind-management.gmi | 2 | ||||
| -rw-r--r-- | notes/never-split-the-difference.gmi | 1 | ||||
| -rw-r--r-- | notes/slow-productivity.gmi | 2 | ||||
| -rw-r--r-- | notes/staff-engineer.gmi | 35 | ||||
| -rw-r--r-- | notes/staff-engineer.gmi.tpl | 2 | ||||
| -rw-r--r-- | notes/the-obstacle-is-the-way.gmi | 2 | ||||
| -rw-r--r-- | notes/the-pragmatic-programmer.gmi | 2 | ||||
| -rw-r--r-- | notes/the-stoic-challenge.gmi | 2 |
9 files changed, 43 insertions, 7 deletions
diff --git a/notes/career-guide-and-soft-skills.gmi b/notes/career-guide-and-soft-skills.gmi index 96d5b443..7ea73e1d 100644 --- a/notes/career-guide-and-soft-skills.gmi +++ b/notes/career-guide-and-soft-skills.gmi @@ -315,6 +315,6 @@ Other book notes of mine are: => ./mind-management.gmi 2023-11-11 "Mind Management" book notes => ./slow-productivity.gmi 2024-05-01 "Slow Productivity" book notes => ./the-stoic-challenge.gmi 2024-07-07 "The Stoic Challenge" book notes +=> ./staff-engineer.gmi 2024-10-24 "Staff Engineer" book notes -=> ../resources.gmi More books and other resources I found useful. => ../ Back to the main site diff --git a/notes/mind-management.gmi b/notes/mind-management.gmi index 6892b67d..8f468c6b 100644 --- a/notes/mind-management.gmi +++ b/notes/mind-management.gmi @@ -117,7 +117,7 @@ Other book notes of mine are: => ./mind-management.gmi 2023-11-11 "Mind Management" book notes (You are currently reading this) => ./slow-productivity.gmi 2024-05-01 "Slow Productivity" book notes => ./the-stoic-challenge.gmi 2024-07-07 "The Stoic Challenge" book notes +=> ./staff-engineer.gmi 2024-10-24 "Staff Engineer" book notes -=> ../resources.gmi More books and other resources I found useful. => ../ Back to the main site diff --git a/notes/never-split-the-difference.gmi b/notes/never-split-the-difference.gmi index c6813d21..170b1703 100644 --- a/notes/never-split-the-difference.gmi +++ b/notes/never-split-the-difference.gmi @@ -146,5 +146,6 @@ Other book notes of mine are: => ./mind-management.gmi 2023-11-11 "Mind Management" book notes => ./slow-productivity.gmi 2024-05-01 "Slow Productivity" book notes => ./the-stoic-challenge.gmi 2024-07-07 "The Stoic Challenge" book notes +=> ./staff-engineer.gmi 2024-10-24 "Staff Engineer" book notes => ../ Back to the main site diff --git a/notes/slow-productivity.gmi b/notes/slow-productivity.gmi index f16e69a9..3038f7e5 100644 --- a/notes/slow-productivity.gmi +++ b/notes/slow-productivity.gmi @@ -145,7 +145,7 @@ Other book notes of mine are: => ./mind-management.gmi 2023-11-11 "Mind Management" book notes => ./slow-productivity.gmi 2024-05-01 "Slow Productivity" book notes (You are currently reading this) => ./the-stoic-challenge.gmi 2024-07-07 "The Stoic Challenge" book notes +=> ./staff-engineer.gmi 2024-10-24 "Staff Engineer" book notes -=> ../resources.gmi More books and other resources I found useful. => ../ Back to the main site diff --git a/notes/staff-engineer.gmi b/notes/staff-engineer.gmi index 6c184ee0..c7704043 100644 --- a/notes/staff-engineer.gmi +++ b/notes/staff-engineer.gmi @@ -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 +* ⇢ ⇢ Not a faster Senior Engineer +* ⇢ ⇢ The Balance +* ⇢ ⇢ 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: + +=> ./the-pragmatic-programmer.gmi 2023-03-16 "The Pragmatic Programmer" book notes +=> ./never-split-the-difference.gmi 2023-04-01 "Never split the difference" book notes +=> ./the-obstacle-is-the-way.gmi 2023-05-06 "The Obstacle is the Way" book notes +=> ./career-guide-and-soft-skills.gmi 2023-07-17 "Software Developmers Career Guide and Soft Skills" book notes +=> ./mind-management.gmi 2023-11-11 "Mind Management" book notes +=> ./slow-productivity.gmi 2024-05-01 "Slow Productivity" book notes +=> ./the-stoic-challenge.gmi 2024-07-07 "The Stoic Challenge" book notes +=> ./staff-engineer.gmi 2024-10-24 "Staff Engineer" book notes (You are currently reading this) + => ../ Back to the main site + diff --git a/notes/staff-engineer.gmi.tpl b/notes/staff-engineer.gmi.tpl new file mode 100644 index 00000000..17d29324 --- /dev/null +++ b/notes/staff-engineer.gmi.tpl @@ -0,0 +1,2 @@ +<< cat ../gemfeed/2024-10-24-staff-engineer-book-notes.gmi | sed 's/....-..-..-//; s/-book-notes//;' + diff --git a/notes/the-obstacle-is-the-way.gmi b/notes/the-obstacle-is-the-way.gmi index 9660e697..97f9f25a 100644 --- a/notes/the-obstacle-is-the-way.gmi +++ b/notes/the-obstacle-is-the-way.gmi @@ -107,6 +107,6 @@ Other book notes of mine are: => ./mind-management.gmi 2023-11-11 "Mind Management" book notes => ./slow-productivity.gmi 2024-05-01 "Slow Productivity" book notes => ./the-stoic-challenge.gmi 2024-07-07 "The Stoic Challenge" book notes +=> ./staff-engineer.gmi 2024-10-24 "Staff Engineer" book notes -=> ../resources.gmi More books and other resources I found useful. => ../ Back to the main site diff --git a/notes/the-pragmatic-programmer.gmi b/notes/the-pragmatic-programmer.gmi index b24f89cb..c4f2ac0e 100644 --- a/notes/the-pragmatic-programmer.gmi +++ b/notes/the-pragmatic-programmer.gmi @@ -87,6 +87,6 @@ Other book notes of mine are: => ./mind-management.gmi 2023-11-11 "Mind Management" book notes => ./slow-productivity.gmi 2024-05-01 "Slow Productivity" book notes => ./the-stoic-challenge.gmi 2024-07-07 "The Stoic Challenge" book notes +=> ./staff-engineer.gmi 2024-10-24 "Staff Engineer" book notes -=> ../resources.gmi More books and other resources I found useful. => ../ Back to the main site diff --git a/notes/the-stoic-challenge.gmi b/notes/the-stoic-challenge.gmi index 024e14b6..f879edd7 100644 --- a/notes/the-stoic-challenge.gmi +++ b/notes/the-stoic-challenge.gmi @@ -64,6 +64,6 @@ Other book notes of mine are: => ./mind-management.gmi 2023-11-11 "Mind Management" book notes => ./slow-productivity.gmi 2024-05-01 "Slow Productivity" book notes => ./the-stoic-challenge.gmi 2024-07-07 "The Stoic Challenge" book notes (You are currently reading this) +=> ./staff-engineer.gmi 2024-10-24 "Staff Engineer" book notes -=> ../resources.gmi More books and other resources I found useful. => ../ Back to the main site |
