SBOM-Fridays: IV. Closed Circuit Setup: Vulnerability Scanner, Background Processor for SBOM Generation and Blocking Release TestSep 5, 2025·7 min read
SBOM-Fridays: III. The Engine, the Trade-offs & the Generating of the ArtifactSep 4, 2025·30 min read
SBOM-Fridays: V. Post Processing: Dealing with Engine Output - Signing, Serializing, Compressing & Encrypting.Hi, and welcome back to part 5 of this series on SBOMs. This will be the last technical part before we start exploring the visual business value a Software-Bill-of-Materials can provide to an organization in installment 6. The goal of this part is to...Sep 5, 2025·8 min read
SBOM-Fridays: II. File Aggregation and Gathering Dependency Data from Multi-Stack ReposSep 4, 2025·12 min read
NuGet TestsI. NuGet What? Shipping software is a challenging operation, with a multitude of factors all coming together at a single moment in time: a new Release. To test our features, we write automated tests and run them in the release pipeline. To guard our ...Nov 25, 2024·6 min read
Integration Testing with .NET WebApplicationFactoryContext In this post I will cover my approach to writing integration tests, using .NETs WebApplicationFactory. Why this approach? After an initial setup, it's very straightforward writing new tests and refactoring old ones. Easy to work with atomic...May 22, 2023·4 min read