From 432aecfed7803c61e3e41abc4096a9434eafa168 Mon Sep 17 00:00:00 2001 From: Jacob Marks Date: Mon, 21 Aug 2023 11:38:51 +1000 Subject: [PATCH] Update README.md --- README.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 0a4eaf7..9af8632 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,11 @@ -## [these are my thoughts](https://thoughts.jacobjmarks.dev) +## [📄 these are my thoughts](https://thoughts.jacobjmarks.dev) [![pages-build-deployment](https://github.com/jacobjmarks/jacobjmarks.github.io/actions/workflows/pages/pages-build-deployment/badge.svg)](https://github.com/jacobjmarks/jacobjmarks.github.io/actions/workflows/pages/pages-build-deployment) + +### [2023-07-05 DevOps Recommendations](https://thoughts.jacobjmarks.dev/posts/20230705-devops-recommendations/) + +Recommendations for the configuration, management and utilisation of DevOps tooling when working on a project. + +### [2023-03-03 Isolating Environment Variables in xUnit Tests](https://thoughts.jacobjmarks.dev/posts/20230301-isolating-environment-variables-in-xunit-tests/) + +When testing systems that utilise environment variables at runtime, careful consideration needs to be given to the design of both the system, if governed, and the test suite to avoid unexpected and seemingly irreproducible runtime and assertion failures when these variables are used in parallel.