Articles tagged "security"

Architecting and coding with AI assistance
6 min read

Architecting and working with AI is… slower?

I designed and wrote my GPG and YubiKey guide with two AI models. I expected it to be faster. It was not. Here is what AI actually changed about how I work, and where my own discipline still mattered.

Separate YubiKeys for personal and work use
8 min read

Setup git commits and authentication with multiple GPG keys and YubiKeys

Since I worked as an architect in the compliant financial industry, I have been signing my git commits so that people cannot impersonate me in source code. I have always defaulted to a single GPG personal key that I could also use for both personal and work. But suddenly I needed to juggle two keys.

GitHub shows verified commits
10 min read

CI/CD Review - How DevOps in Real Life & Mature Organizations works

People love checklists because they give the illusion of an easy success. But DevOps is not straight-forward and looks different for each team and application. That is why I conduct reviews with Azure customers as an engineer at Microsoft in an interview-style discussion. And like an interview, I'm not challenging your answers, but your thought process.

Look for the lock icon to ensure you've marked your variables as secrets
14 min read

Terraform on Azure Pipelines Best Practices

Azure Pipelines and Terraform make it easy to get started deploying infrastructure from templates. But how do you go from sample code to real life implementation, integrating git workflows with deployments and scaling across across multiple teams? Here are 5 Best Practices to get you started on the right foot.