aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCody Hiar <cody@hiar.ca>2023-03-30 09:30:28 -0600
committerCody Hiar <cody@hiar.ca>2023-03-30 09:30:28 -0600
commit8b4c24f7b800dbd44779ec2c151a60c193d83cdd (patch)
treef27af473ab90763ff5cd9cf3ebc6f9d1b74dd4eb
parentf69fe236e09bd3d34975335b091142804001b4ab (diff)
adding
-rw-r--r--README.md6
1 files changed, 6 insertions, 0 deletions
diff --git a/README.md b/README.md
index 8bffab0..5c2475e 100644
--- a/README.md
+++ b/README.md
@@ -159,6 +159,7 @@ with maintenance so things should be up to date.
- [Spotify doesn't use "the Spotify model" and neither should you][1035]
- [Scaling Developer Effectiveness at Twitter][1049]
- [Why your IT organization should prioritize developer experience][1053]
+- [Software engineering practices][1064]
### Psycology/Philosophy
@@ -714,6 +715,8 @@ with maintenance so things should be up to date.
- [Skopeo: CLI for image operations and image repositories][940]
- [How to mount Docker volume along with subfolders on the host?][951]
- [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]
### Elixir/Erlang
@@ -2215,3 +2218,6 @@ with maintenance so things should be up to date.
[1059]: https://architecturenotes.co/12-factor-app-revisited/
[1060]: https://jvns.ca/blog/2023/03/03/how-do-nix-builds-work-/
[1061]: https://academy.o11y.io/courses/practical-observability
+[1062]: https://iximiuz.com/en/posts/not-every-container-has-an-operating-system-inside/
+[1063]: https://iximiuz.com/en/posts/containers-distroless-images/
+[1064]: https://simonwillison.net/2022/Oct/1/software-engineering-practices/