Category: Code

Alt Text

Runtime Trust: Injecting a Private CA into .NET at Startup with HashiCorp Vault

Posted on February 5, 2026 by JB

Building Dynamic Trust Chains in C# Using Vault PKI Modern applications rarely live in isolation. Databases, APIs, message queues, and internal services all communicate over TLS—and in many organizations, those certificates are issued by a private Certificate Authority rather than a public one. This creates a subtle but critical challenge: how does a .NET application […]

Read More: Runtime Trust: Injecting a Private CA into .NET at Startup with HashiCorp Vault
Posted in Code
Angular frontend communicating with a headless WordPress backend via an API, shown on a developer’s desk setup.

Angular & Headless WordPress

Posted on January 29, 2026 by JB

If this works, I’m happy! One quiet afternoon, I sat down with a not-entirely-naive thought: Can I get an Angular frontend working against a headless WordPress backend? It was one of those ideas that seemed straightforward enough in theory — decouple the interface from WordPress’s theming system and drive the UI entirely from APIs — […]

Read More: Angular & Headless WordPress
Posted in Code