diff options
author | Cody Hiar <cody@hiar.ca> | 2023-10-12 10:49:16 -0600 |
---|---|---|
committer | Cody Hiar <cody@hiar.ca> | 2023-10-12 10:49:16 -0600 |
commit | e430b28fc8a6bc34b6654f64834948bd0a9a2f6b (patch) | |
tree | 7fcce241252e8dd8868ea66bdabcd33d15112d8d /README.md | |
parent | 6fa5508c56090fa4c1ed5b59fab7604ae55839d4 (diff) |
Adding more bookmarks
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 24 |
1 files changed, 24 insertions, 0 deletions
@@ -66,6 +66,7 @@ with maintenance so things should be up to date. - [Implementers, Solvers, and Finders][1079] - [Introduction to FAANG interviews][1089] - [Engineering Levels at Honeycomb: Avoiding the Scope Trap][1090] +- [A Senior Engineer's Guide to the System Design Interview][1134] ### Productivity @@ -178,6 +179,10 @@ with maintenance so things should be up to date. - [Measuring developer productivity? A response to McKinsey][1104] - [OKR vs. SMART Goals: What’s the Difference and When to Use Either][1117] - [Conventional Comments][1119] +- [Managing Your Manager][1123] +- [Non-Goals: What They are and How to Set Them][1128] +- [The Maze is in The Mouse: What Ails Google][1130] +- [Writing an engineering strategy][1132] ### Psychology/Philosophy @@ -441,6 +446,7 @@ with maintenance so things should be up to date. - [Asyncio, twisted, tornado, gevent walk into a bar...][1100] - [Writing a C compiler in 500 lines of Python][1105] - [Python’s "Disappointing" Superpowers][1113] +- [Video: How to Use FastAPI: A Detailed Python Tutorial][1131] ### Ops @@ -603,6 +609,10 @@ with maintenance so things should be up to date. - [Bet You Can't Solve These 9 Dependency Problems][1065] - [Always use closed, open intervals][1076] - [An Interactive Intro to CRDTs][1120] +- [Big Data is Dead][1124] +- [Destroy All Software: Boundaries Talk][1126] +- [Destroy All Software: Functional Core, Imperative Shell][1127] +- [Granting at least once delivery][1129] ### Books/Reading @@ -1072,6 +1082,7 @@ with maintenance so things should be up to date. - [Why you don't need flake-utils][1099] - [Getting Inputs To Modules in A Flake][1110] - [Nix from First Principles: Flake Edition][1111] +- [Flake Parts: Core of a distributed framework for writing Nix Flakes.][1125] ### OSX/Mac @@ -1194,6 +1205,7 @@ with maintenance so things should be up to date. - [Short stories: How much do you make? How do you sell one? How long does it take to write?][1025] - [Good Managers Write Good][1041] - [Google's Technical Writing Course][1066] +- [What I Did Not Learn About Writing In School][1133] ### Finance @@ -2340,3 +2352,15 @@ with maintenance so things should be up to date. [1120]: https://jakelazaroff.com/words/an-interactive-intro-to-crdts/ [1121]: https://blog.reyem.dev/post/extracting_hn_book_recommendations_with_chatgpt_api/ [1122]: https://www.vantage.sh/blog/cloud-costs-every-programmer-should-know +[1123]: https://every.to/superorganizers/managing-your-manager +[1124]: https://motherduck.com/blog/big-data-is-dead/ +[1125]: https://github.com/hercules-ci/flake-parts +[1126]: https://www.destroyallsoftware.com/talks/boundaries +[1127]: https://www.destroyallsoftware.com/screencasts/catalog/functional-core-imperative-shell +[1128]: https://fellow.app/blog/productivity/non-goals-what-they-are-and-how-to-set-them/ +[1129]: https://tuwukee.github.io/ruby/fibers/2023/02/14/granting-at-least-once.html +[1130]: https://pravse.medium.com/the-maze-is-in-the-mouse-980c57cfd61a +[1131]: https://youtu.be/SORiTsvnU28?si=sTdneTH1v4Q-5oOJ +[1132]: https://lethain.com/eng-strategies/ +[1133]: https://eugeneyan.com/writing/what-i-did-not-learn-about-writing-in-school/ +[1134]: https://interviewing.io/guides/system-design-interview/ |