From a0644338bab94d2909a86c8ab86c7ca23237f457 Mon Sep 17 00:00:00 2001 From: Charles-Axel Dein <120501+charlax@users.noreply.github.com> Date: Sun, 17 Dec 2023 23:06:19 -0500 Subject: [PATCH] Add optimization --- README.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/README.md b/README.md index 4ab161b..bb5afcd 100644 --- a/README.md +++ b/README.md @@ -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)