diff options
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -172,6 +172,7 @@ with maintenance so things should be up to date. - [How Apple Is Organzied For Innovation][1078] - [High-Performing Teams Need Psychological Safety: Here’s How to Create It][1085] - [The Generation Ship Model of Software Development][1095] +- [Measuring developer productivity? A response to McKinsey][1104] ### Psychology/Philosophy @@ -433,6 +434,7 @@ with maintenance so things should be up to date. - [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] +- [Writing a C compiler in 500 lines of Python][1105] ### Ops @@ -489,6 +491,7 @@ with maintenance so things should be up to date. - [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] +- [Platform Engineering Landmines: Part 1][1103] ### C @@ -899,6 +902,7 @@ with maintenance so things should be up to date. - [An opinionated guide on how to reverse engineer software, part 1][920] - [Sadservers: Troubleshoot and make a sad server happy!][920] - [ZFS Notes][1101] +- [The 'Hidden' Cost of Using ZFS for Your Home NAS][1101] ### Shell @@ -2298,3 +2302,7 @@ with maintenance so things should be up to date. [1099]: https://ayats.org/blog/no-flake-utils/ [1100]: https://www.bitecode.dev/p/asyncio-twisted-tornado-gevent-walk [1101]: https://lobste.rs/s/qnmx3s/zfs_notes +[1102]: https://louwrentius.com/the-hidden-cost-of-using-zfs-for-your-home-nas.html +[1103]: https://www.alashiban.com/platform-engineering-landmines-part-1/ +[1104]: https://archive.ph/KygFt +[1105]: https://vgel.me/posts/c500/ |