diff options
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 26 |
1 files changed, 26 insertions, 0 deletions
@@ -176,6 +176,8 @@ with maintenance so things should be up to date. - [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] +- [OKR vs. SMART Goals: What’s the Difference and When to Use Either][1117] +- [Conventional Comments][1119] ### Psychology/Philosophy @@ -438,6 +440,7 @@ with maintenance so things should be up to date. - [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] +- [Python’s "Disappointing" Superpowers][1113] ### Ops @@ -495,6 +498,9 @@ with maintenance so things should be up to date. - [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] +- [Delivering Value with Platform Engineering][1112] +- [The Practical Guide to Internal Developer Portals][1115] +- [Cloud Costs Every Programmer Should Know][1122] ### C @@ -596,6 +602,7 @@ with maintenance so things should be up to date. - [12 Factor App Revisited][1059] - [Bet You Can't Solve These 9 Dependency Problems][1065] - [Always use closed, open intervals][1076] +- [An Interactive Intro to CRDTs][1120] ### Books/Reading @@ -631,6 +638,7 @@ with maintenance so things should be up to date. - [PragmaticEngineer: Holiday Tech Book Recommendations][948] - [Charlie Munger: 19 More Book Recommendations][1014] - [Papers for Software Engineers][1034] +- [Extracting Hacker News Book Recommendations with the ChatGPT API][1121] ### Databases @@ -747,6 +755,8 @@ with maintenance so things should be up to date. - [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] +- [Crafting container images without Dockerfiles][1114] +- [Scheduling cron jobs in docker : A How-To Guide][1118] ### Elixir/Erlang @@ -1025,6 +1035,7 @@ with maintenance so things should be up to date. - [Webhooks.fyi][1040] - [Redis Explained - An Indepth Tutorial][1052] - [How and why to host a blog at home][1069] +- [Scaling Kafka to Support PayPal’s Data Growth][1116] ### NixOS/Nix @@ -1059,6 +1070,8 @@ with maintenance so things should be up to date. - [Cheap Docker images with Nix][1088] - [Nixos rebuild as a deployment tool][1097] - [Why you don't need flake-utils][1099] +- [Getting Inputs To Modules in A Flake][1110] +- [Nix from First Principles: Flake Edition][1111] ### OSX/Mac @@ -2314,3 +2327,16 @@ with maintenance so things should be up to date. [1107]: http://www.paulgraham.com/makersschedule.html [1108]: https://medium.learningbyshipping.com/reaching-peak-meeting-efficiency-f8e47c93317a [1109]: https://lethain.com/eng-org-meetings/ +[1110]: https://blog.nobbz.dev/2022-12-12-getting-inputs-to-modules-in-a-flake/ +[1111]: https://tonyfinn.com/blog/nix-from-first-principles-flake-edition/ +[1112]: https://www.maxcountryman.com/articles/delivering-value-with-platform-engineering +[1113]: https://lukeplant.me.uk/blog/posts/pythons-disappointing-superpowers/ +[1114]: https://ochagavia.nl/blog/crafting-container-images-without-dockerfiles/ +[1115]: https://www.getport.io/guide +[1116]: https://medium.com/paypal-tech/scaling-kafka-to-support-paypals-data-growth-a0b4da420fab +[1117]: https://fellow.app/blog/productivity/okr-vs-smart-goals-whats-the-difference-and-when-to-use-either/ +[1118]: https://dev.to/dm8ry/scheduling-cron-jobs-in-docker-a-how-to-guide-415k +[1119]: https://conventionalcomments.org/ +[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 |