Skip to content

Commit a064433

Browse files
committed
Add optimization
1 parent 66e5258 commit a064433

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

README.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
- [Must-read books](#must-read-books)
99
- [Must-read articles](#must-read-articles)
1010
- [Other general material and list of resources](#other-general-material-and-list-of-resources)
11+
- [Other lists](#other-lists)
1112
- [Books](#books)
1213
- [Articles](#articles)
1314
- [Axioms](#axioms)
@@ -24,6 +25,7 @@
2425
- [Business](#business)
2526
- [Cache](#cache)
2627
- [Career growth](#career-growth)
28+
- [Choosing your next/first opportunity](#choosing-your-nextfirst-opportunity)
2729
- [Getting to Staff Eng](#getting-to-staff-eng)
2830
- [Characters sets](#characters-sets)
2931
- [Clouds](#clouds)
@@ -238,6 +240,10 @@ There are some free books available, including:
238240

239241
## Other general material and list of resources
240242

243+
### Other lists
244+
245+
- [liuchong/awesome-roadmaps: A curated list of roadmaps.](https://github.com/liuchong/awesome-roadmaps)
246+
241247
### Books
242248

243249
- [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
529535
- [Senior Engineers are Living in the Future](https://www.zerobanana.com/essays/living-in-the-future/)
530536
- [What would a map of your career look like?](https://tomcritchlow.com/2023/04/26/career-maps/)
531537

538+
#### Choosing your next/first opportunity
539+
540+
- [Career Decisions - by Elad Gil - Elad Blog](https://blog.eladgil.com/p/career-decisions)
541+
532542
#### Getting to Staff Eng
533543

534544
- [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:
13271337
- Data dominates.
13281338
- [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.
13291339
- [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)
13301341

13311342
### Personal knowledge management (PKM)
13321343

0 commit comments

Comments
 (0)