DevOps
CI/CD pipelines, GitHub Actions, agentic workflows, and automation that runs without babysitting.
-
I stopped asking Copilot to write SSIS XML
Instead of asking Copilot to write .dtsx XML, I gave it the SSIS managed object model, so it generates packages I can actually validate and review.
-
Watching Copilot's Prompt Cache with OpenTelemetry and Grafana
Exporting GitHub Copilot prompt cache metrics with OpenTelemetry and charting them in Grafana, so a platform team can see cache behavior fleet-wide.
-
Customer Demo: Agentic Workflow Reviewing Next.js Bundle Budgets and Updating PRs
An agentic workflow that watches Next.js bundle budgets, catches regressions in CI, and comments the analysis straight onto the pull request.
-
i18nOps: Translating My Site with GitHub Agentic Workflows
How I translated this site into Portuguese with GitHub Agentic Workflows, using a glossary and Jekyll Polyglot to keep both languages in sync.
-
Building My First Agentic Workflow: A Documentation Sync Agent with GitHub Agentic Workflows
What I learned building a documentation sync agent with GitHub Agentic Workflows, where the pipeline reasons about changes instead of just running steps.
-
Automating Resume Builds with GitHub Actions
How I set up GitHub Actions to compile my LaTeX resume and commit the PDF automatically, so one source edit keeps everything in sync.