diff options
-rw-r--r-- | README.md | 28 |
1 files changed, 28 insertions, 0 deletions
@@ -63,6 +63,7 @@ with maintenance so things should be up to date. - [Job Seekers: Aggregated Links Notion Board][1047] - [Reading a Profit & Loss statement][1056] - [Downturn Career Decisions][1057] +- [Implementers, Solvers, and Finders][1079] ### Productivity @@ -111,6 +112,8 @@ with maintenance so things should be up to date. - [How To Write Awesome Tech Specs][1051] - [Rich Hickey: Simple Made Easy][1054] - [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] ### Management/Culture @@ -160,6 +163,8 @@ with maintenance so things should be up to date. - [Scaling Developer Effectiveness at Twitter][1049] - [Why your IT organization should prioritize developer experience][1053] - [Software engineering practices][1064] +- [Managers, Stop Distracting Your Employees][1068] +- [How Apple Is Organzied For Innovation][1078] ### Psycology/Philosophy @@ -416,6 +421,8 @@ with maintenance so things should be up to date. - [Running Python in WebAssembly][1001] - [Logging in Python like a PRO][1023] - [Multiprocessing Pool in Python: The Complete Guide][1046] +- [Python Asyncio: The Complete Guide][1070] +- [Dynaconf: Configuration Management for Python][1072] ### Ops @@ -568,6 +575,7 @@ with maintenance so things should be up to date. - [Shapp Sharp Tools][1045] - [12 Factor App Revisited][1059] - [Bet You Can't Solve These 9 Dependency Problems][1065] +- [Always use closed, open intervals][1076] ### Books/Reading @@ -718,6 +726,7 @@ with maintenance so things should be up to date. - [LXC vs Docker: Which Container Platform Is Right for You?][977] - [Not Every Container Has an Operating System Inside][1062] - [What's Inside Of a Distroless Container Image: Taking a Deeper Look][1063] +- [Run Docker Images With Chroot][1071] ### Elixir/Erlang @@ -874,6 +883,7 @@ with maintenance so things should be up to date. - [Configuring default applications for xdg-open][970] - [Encrypted Cloud Backup: BorgBackup, Rclone, and Backblaze B2][979] - [An opinionated guide on how to reverse engineer software, part 1][920] +- [Sadservers: Troubleshoot and make a sad server happy!][920] ### Shell @@ -944,6 +954,7 @@ with maintenance so things should be up to date. - [Introduction to the Taskfile format][1002] - [How fast are Linux pipes anyway?][1011] - [Plumber: CLI tool for Kafka, RabbitMQ and others][1058] +- [Build FFMPEG Filters Without The Headache][1073] ### Go @@ -990,6 +1001,7 @@ with maintenance so things should be up to date. - [System Design Course on Github][1037] - [Webhooks.fyi][1040] - [Redis Explained - An Indepth Tutorial][1052] +- [How and why to host a blog at home][1069] ### NixOS/Nix @@ -1019,6 +1031,7 @@ with maintenance so things should be up to date. - [Converting to Flakes][1027] - [Nix build No Chroot hack][1033] - [How do Nix Builds Work?][1060] +- [Customizing packages in Nix][1067] ### OSX/Mac @@ -1140,6 +1153,7 @@ with maintenance so things should be up to date. - [How to Write Better with The Why, What, How Framework][1012] - [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] ### Finance @@ -2223,3 +2237,17 @@ with maintenance so things should be up to date. [1063]: https://iximiuz.com/en/posts/containers-distroless-images/ [1064]: https://simonwillison.net/2022/Oct/1/software-engineering-practices/ [1065]: https://www.pathsensitive.com/2022/09/bet-you-cant-solve-these-9-dependency.html +[1066]: https://developers.google.com/tech-writing/overview +[1067]: https://bobvanderlinden.me/customizing-packages-in-nix/ +[1068]: https://hbr.org/2023/01/managers-stop-distracting-your-employees +[1069]: https://kubesail.com/blog/2022-08-08-how-and-why +[1070]: https://superfastpython.com/python-asyncio/ +[1071]: https://earthly.dev/blog/chroot/ +[1072]: https://www.dynaconf.com/ +[1073]: https://ffmpeg.guide/ +[1074]: https://sadservers.com/ +[1075]: https://randsinrepose.com/archives/the-seven-levels-of-busy/ +[1076]: https://fhur.me/posts/always-use-closed-open-intervals +[1077]: https://www.inc.com/jeff-haden/great-leaders-use-laws-of-influence-persuasive-backed-by-considerable-science.html +[1078]: https://hbr.org/2020/11/how-apple-is-organized-for-innovation +[1079]: https://rkoutnik.com/2016/04/21/implementers-solvers-and-finders.html |