Hi there 👋

These are my thoughts.

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.

July 5, 2023 Â· 6 min Â· Jacob Marks

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

March 1, 2023 Â· 10 min Â· Jacob Marks