An open API service indexing awesome lists of open source software.

https://github.com/jacobjmarks/thoughts

these are my thoughts
https://github.com/jacobjmarks/thoughts

blog github-pages hugo papermod

Last synced: about 2 months ago
JSON representation

these are my thoughts

Awesome Lists containing this project

README

        

## [📄 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 to improve efficiency, reliability, traceability and the overall developer experience.

### [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.