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
- Host: GitHub
- URL: https://github.com/jacobjmarks/thoughts
- Owner: jacobjmarks
- Created: 2022-10-17T00:04:49.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-09-07T02:15:41.000Z (over 1 year ago)
- Last Synced: 2025-01-15T23:42:40.083Z (3 months ago)
- Topics: blog, github-pages, hugo, papermod
- Language: CSS
- Homepage: https://thoughts.jacobjmarks.dev
- Size: 900 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## [📄 these are my thoughts](https://thoughts.jacobjmarks.dev)
[](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.