Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
jacobjmarks authored Aug 21, 2023
1 parent d112246 commit 432aecf
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -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.

0 comments on commit 432aecf

Please sign in to comment.