ALTER DBA ADD AGENT: Practical AI for Database Professionals - blog series working files
Find a file
Hannah Vernon bd407f4ced Update publishing templates with Yoast automation, WebP pipeline, and lessons learned
- post-checklist.md: Added Yoast REST API automation via mu-plugin,
  watermark removal techniques, WebP conversion pipeline, double-encoded
  HTML entity checks, image wrapping gotcha, gist update gotcha,
  sanitization reminders for gists and editorial tone guidance
- wordpress-formatting.md: Added Yoast mu-plugin documentation with API
  examples and score thresholds, updated category and tag ID lists with
  all new tags, added REST API pitfalls section (double-encoding,
  JSON vs form-encoded, cache bypass), added scheduled post check

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
2026-05-15 14:24:46 -05:00
drafts Add results section to CXPACKET satellite post 2026-04-23 23:30:56 -05:00
media Add series featured image to media folder 2026-04-23 15:18:57 -05:00
process Initial commit: 18-post ALTER DBA ADD AGENT series 2026-04-22 18:25:02 -05:00
templates Update publishing templates with Yoast automation, WebP pipeline, and lessons learned 2026-05-15 14:24:46 -05:00
.gitignore Initial commit: 18-post ALTER DBA ADD AGENT series 2026-04-22 18:25:02 -05:00
plan.md Initial commit: 18-post ALTER DBA ADD AGENT series 2026-04-22 18:25:02 -05:00
README.md Add publishing templates and update README 2026-04-27 15:21:13 -05:00

dba-blog

Working files and publishing infrastructure for sqlserverscience.com.

Structure

  • drafts/ — Markdown source for blog posts (including the 18-post ALTER DBA ADD AGENT series and satellite posts)
  • media/ — Featured images and visual assets
  • process/ — Editorial process logs and decision records
  • templates/ — Reusable publishing assets:
  • plan.md — Series plan, post index, and cross-reference maps

Blog Series

The ALTER DBA ADD AGENT series helps traditional SQL Server DBAs understand how AI coding assistants (GitHub Copilot CLI, Claude Code) can help with day-to-day tasks. The series landing page is at sqlserverscience.com/ai-for-dbas/alter-dba-add-agent/.

Publishing

Posts are published to WordPress via the REST API. See templates/post-checklist.md for the full workflow and templates/wordpress-formatting.md for technical details.