|
8 | 8 | - [Must-read books](#must-read-books)
|
9 | 9 | - [Must-read articles](#must-read-articles)
|
10 | 10 | - [Other general material and list of resources](#other-general-material-and-list-of-resources)
|
| 11 | + - [Other lists](#other-lists) |
11 | 12 | - [Books](#books)
|
12 | 13 | - [Articles](#articles)
|
13 | 14 | - [Axioms](#axioms)
|
|
24 | 25 | - [Business](#business)
|
25 | 26 | - [Cache](#cache)
|
26 | 27 | - [Career growth](#career-growth)
|
| 28 | + - [Choosing your next/first opportunity](#choosing-your-nextfirst-opportunity) |
27 | 29 | - [Getting to Staff Eng](#getting-to-staff-eng)
|
28 | 30 | - [Characters sets](#characters-sets)
|
29 | 31 | - [Clouds](#clouds)
|
@@ -238,6 +240,10 @@ There are some free books available, including:
|
238 | 240 |
|
239 | 241 | ## Other general material and list of resources
|
240 | 242 |
|
| 243 | +### Other lists |
| 244 | + |
| 245 | +- [liuchong/awesome-roadmaps: A curated list of roadmaps.](https://github.com/liuchong/awesome-roadmaps) |
| 246 | + |
241 | 247 | ### Books
|
242 | 248 |
|
243 | 249 | - [The Imposter's Handbook](https://bigmachine.io/products/the-imposters-handbook) - \$30. From the author: "Don't have a CS Degree? Neither do I - That's why I wrote this book."
|
@@ -529,6 +535,10 @@ Biases don't only apply to hiring. For instance, the fundamental attribution bia
|
529 | 535 | - [Senior Engineers are Living in the Future](https://www.zerobanana.com/essays/living-in-the-future/)
|
530 | 536 | - [What would a map of your career look like?](https://tomcritchlow.com/2023/04/26/career-maps/)
|
531 | 537 |
|
| 538 | +#### Choosing your next/first opportunity |
| 539 | + |
| 540 | +- [Career Decisions - by Elad Gil - Elad Blog](https://blog.eladgil.com/p/career-decisions) |
| 541 | + |
532 | 542 | #### Getting to Staff Eng
|
533 | 543 |
|
534 | 544 | - [I became a FAANG Staff Engineer in 5 years. These are the 14 lessons I learned along the way.](https://medium.com/geekculture/i-became-a-faang-staff-engineer-in-5-years-here-are-the-14-lessons-i-learned-along-the-way-f70ac078875c)
|
@@ -1327,6 +1337,7 @@ Richard Feynman's Learning Strategy:
|
1327 | 1337 | - Data dominates.
|
1328 | 1338 | - [Performance comparison: counting words in Python, Go, C++, C, AWK, Forth, and Rust](https://benhoyt.com/writings/count-words/): a great way to learn about measuring performance.
|
1329 | 1339 | - [The Mathematical Hacker](https://www.evanmiller.org/mathematical-hacker.html)
|
| 1340 | +- [Four Kinds of Optimisation](https://tratt.net/laurie/blog/2023/four_kinds_of_optimisation.html) |
1330 | 1341 |
|
1331 | 1342 | ### Personal knowledge management (PKM)
|
1332 | 1343 |
|
|
0 commit comments