diff options
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 30 |
1 files changed, 27 insertions, 3 deletions
@@ -64,6 +64,8 @@ with maintenance so things should be up to date. - [Reading a Profit & Loss statement][1056] - [Downturn Career Decisions][1057] - [Implementers, Solvers, and Finders][1079] +- [Introduction to FAANG interviews][1089] +- [Engineering Levels at Honeycomb: Avoiding the Scope Trap][1090] ### Productivity @@ -114,6 +116,9 @@ with maintenance so things should be up to date. - [Rich Hickey: Hammock Driven Development][1055] - [The Seven Levels of Busy][1075] - [How Great Leaders Use the 3 Laws of Influence to Be Remarkably Persuasive, Backed by Considerable Science][1077] +- [Done, and Get Things Smart][1091] +- [Embrace Complexity; Tighten Your Feedback Loops][1094] +- [Software Estimation Is Hard. Do It Anyway.][1098] ### Management/Culture @@ -165,9 +170,10 @@ with maintenance so things should be up to date. - [Software engineering practices][1064] - [Managers, Stop Distracting Your Employees][1068] - [How Apple Is Organzied For Innovation][1078] -- [High-Performing Teams Need Psychological Safety: Here’s How to Create It ][1085] +- [High-Performing Teams Need Psychological Safety: Here’s How to Create It][1085] +- [The Generation Ship Model of Software Development][1095] -### Psycology/Philosophy +### Psychology/Philosophy - [Mental Models I Find Repeatedly Useful][566] - [How to Remember Anything Forever-ish][573] @@ -425,6 +431,8 @@ with maintenance so things should be up to date. - [Python Asyncio: The Complete Guide][1070] - [Dynaconf: Configuration Management for Python][1072] - [The Basics of Python Packaging in Early 2023][1081] +- [pypackaging-native: Python packaging topics and issues for projects using native code][1081] +- [Asyncio, twisted, tornado, gevent walk into a bar...][1100] ### Ops @@ -479,6 +487,8 @@ with maintenance so things should be up to date. - [Practical Observability][1061] - [Why I prefer trunk-based development][1084] - [What if Infrastructure as Code never existed - Adam Jacob][1087] +- [Get Started with Server Health Checks][1092] +- [What every SRE should know about GNU/Linux shell related internals][1093] ### C @@ -521,7 +531,7 @@ with maintenance so things should be up to date. - [What every computer science major should know][166] - [Code Review Best Practices][167] - [Algorithmist][169] -- [ferd.ca -> The Little Printf][170] +- [ferd.ca & The Little Printf][170] - [Build Technical Wealth][171] - [Systems We Love][172] - [Why Messaging Queues Suck | ProgrammableWeb][174] @@ -1038,6 +1048,8 @@ with maintenance so things should be up to date. - [Customizing packages in Nix][1067] - [Using Nix with Dockerfiles][1086] - [Cheap Docker images with Nix][1088] +- [Nixos rebuild as a deployment tool][1097] +- [Why you don't need flake-utils][1099] ### OSX/Mac @@ -2272,3 +2284,15 @@ with maintenance so things should be up to date. [1086]: https://mitchellh.com/writing/nix-with-dockerfiles [1087]: https://www.youtube.com/watch?v=5lPa2U239C4 [1088]: https://archive.ph/605zv#selection-4303.1-4315.0 +[1089]: https://interviewing.io/guides/hiring-process +[1090]: https://www.honeycomb.io/blog/engineering-levels-at-honeycomb +[1091]: https://steve-yegge.blogspot.com/2008/06/done-and-gets-things-smart.html +[1092]: https://betterstack.com/community/guides/monitoring/health-checks/ +[1093]: https://biriukov.dev/docs/fd-pipe-session-terminal/0-sre-should-know-about-gnu-linux-shell-related-internals-file-descriptors-pipes-terminals-user-sessions-process-groups-and-daemons/ +[1094]: https://ferd.ca/embrace-complexity-tighten-your-feedback-loops.html +[1095]: https://medium.com/@wm/the-generation-ship-model-of-software-development-5ef89a74854b +[1096]: https://pypackaging-native.github.io +[1097]: https://www.haskellforall.com/2023/01/announcing-nixos-rebuild-new-deployment.html +[1098]: https://jacobian.org/2021/may/20/estimation/ +[1099]: https://ayats.org/blog/no-flake-utils/ +[1100]: https://www.bitecode.dev/p/asyncio-twisted-tornado-gevent-walk |