Add optimization

This commit is contained in:
Charles-Axel Dein 2023-12-17 23:06:19 -05:00
parent 66e5258c69
commit a0644338ba
No known key found for this signature in database
1 changed files with 11 additions and 0 deletions

View File

@ -8,6 +8,7 @@
- [Must-read books](#must-read-books)
- [Must-read articles](#must-read-articles)
- [Other general material and list of resources](#other-general-material-and-list-of-resources)
- [Other lists](#other-lists)
- [Books](#books)
- [Articles](#articles)
- [Axioms](#axioms)
@ -24,6 +25,7 @@
- [Business](#business)
- [Cache](#cache)
- [Career growth](#career-growth)
- [Choosing your next/first opportunity](#choosing-your-nextfirst-opportunity)
- [Getting to Staff Eng](#getting-to-staff-eng)
- [Characters sets](#characters-sets)
- [Clouds](#clouds)
@ -238,6 +240,10 @@ There are some free books available, including:
## Other general material and list of resources
### Other lists
- [liuchong/awesome-roadmaps: A curated list of roadmaps.](https://github.com/liuchong/awesome-roadmaps)
### Books
- [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
- [Senior Engineers are Living in the Future](https://www.zerobanana.com/essays/living-in-the-future/)
- [What would a map of your career look like?](https://tomcritchlow.com/2023/04/26/career-maps/)
#### Choosing your next/first opportunity
- [Career Decisions - by Elad Gil - Elad Blog](https://blog.eladgil.com/p/career-decisions)
#### Getting to Staff Eng
- [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:
- Data dominates.
- [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.
- [The Mathematical Hacker](https://www.evanmiller.org/mathematical-hacker.html)
- [Four Kinds of Optimisation](https://tratt.net/laurie/blog/2023/four_kinds_of_optimisation.html)
### Personal knowledge management (PKM)