mirror of
https://github.com/HannahVernon/dba-blog.git
synced 2026-05-27 13:54:15 -05:00
ALTER DBA ADD AGENT: Practical AI for Database Professionals - blog series working files
- 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> |
||
|---|---|---|
| drafts | ||
| media | ||
| process | ||
| templates | ||
| .gitignore | ||
| plan.md | ||
| README.md | ||
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 assetsprocess/— Editorial process logs and decision recordstemplates/— Reusable publishing assets:image-prompt.md— Brand-consistent image generation prompt templatepost-checklist.md— Pre/post-publish checklistwordpress-formatting.md— WordPress formatting reference, REST API notes, and known gotchas
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.