<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
<channel>
  <title>Vector</title>
  <link>https://vector.xocoweb.workers.dev</link>
  <description>An Astro theme for technical articles, engineering tutorials, product updates, and changelog-style release notes.</description>
  <language>en-us</language>
<item>
  <title>v1.0.0: Initial Commercial Release</title>
  <link>https://vector.xocoweb.workers.dev/post/vector-v1-0-0-general-availability/</link>
  <guid>https://vector.xocoweb.workers.dev/post/vector-v1-0-0-general-availability/</guid>
  <pubDate>Thu, 16 Jul 2026 00:00:00 GMT</pubDate>
  <description>Vector launches with Astro 7 technical publishing templates, changelog-style Updates, MDX support, SEO defaults, RSS, sitemap support, and responsive images.</description>
</item>
<item>
  <title>Writing Richer Tutorials with MDX Components</title>
  <link>https://vector.xocoweb.workers.dev/post/writing-richer-tutorials-with-mdx-components/</link>
  <guid>https://vector.xocoweb.workers.dev/post/writing-richer-tutorials-with-mdx-components/</guid>
  <pubDate>Thu, 16 Jul 2026 00:00:00 GMT</pubDate>
  <description>Vector now renders posts as MDX. Here is what that unlocks for tutorials: callout boxes and tabbed code samples, written like this article.</description>
</item>
<item>
  <title>v1.3.0: Release Channels and Safer Rollbacks</title>
  <link>https://vector.xocoweb.workers.dev/post/vector-v1-3-0-release-channels-and-rollbacks/</link>
  <guid>https://vector.xocoweb.workers.dev/post/vector-v1-3-0-release-channels-and-rollbacks/</guid>
  <pubDate>Wed, 15 Jul 2026 00:00:00 GMT</pubDate>
  <description>Vector now includes release-channel metadata, clearer changelog pages, and rollback notes for teams shipping theme updates.</description>
</item>
<item>
  <title>Edge Runtime Cold Starts Are a Product Problem</title>
  <link>https://vector.xocoweb.workers.dev/post/edge-runtime-cold-starts-are-a-product-problem/</link>
  <guid>https://vector.xocoweb.workers.dev/post/edge-runtime-cold-starts-are-a-product-problem/</guid>
  <pubDate>Tue, 14 Jul 2026 00:00:00 GMT</pubDate>
  <description>A practical look at how small latency spikes become trust issues, and what engineering teams can do before the dashboard turns red.</description>
</item>
<item>
  <title>Designing AI Evals That Catch Regressions</title>
  <link>https://vector.xocoweb.workers.dev/post/designing-ai-evals-that-catch-regressions/</link>
  <guid>https://vector.xocoweb.workers.dev/post/designing-ai-evals-that-catch-regressions/</guid>
  <pubDate>Mon, 13 Jul 2026 00:00:00 GMT</pubDate>
  <description>Small, human-readable eval sets can catch product regressions earlier than giant scoreboards that nobody trusts.</description>
</item>
<item>
  <title>Queue Design for Humans, Not Just Workers</title>
  <link>https://vector.xocoweb.workers.dev/post/queue-design-for-humans-not-just-workers/</link>
  <guid>https://vector.xocoweb.workers.dev/post/queue-design-for-humans-not-just-workers/</guid>
  <pubDate>Sun, 12 Jul 2026 00:00:00 GMT</pubDate>
  <description>Background jobs need more than throughput. They need clear ownership, visible delay, and failure modes support teams can explain.</description>
</item>
<item>
  <title>Preview Environments That Do Not Bankrupt the Team</title>
  <link>https://vector.xocoweb.workers.dev/post/preview-environments-that-do-not-bankrupt-the-team/</link>
  <guid>https://vector.xocoweb.workers.dev/post/preview-environments-that-do-not-bankrupt-the-team/</guid>
  <pubDate>Sat, 11 Jul 2026 00:00:00 GMT</pubDate>
  <description>A lighter pattern for branch previews that keeps feedback fast without creating a cloud bill nobody wants to own.</description>
</item>
<item>
  <title>Why Feature Flags Need Expiration Dates</title>
  <link>https://vector.xocoweb.workers.dev/post/why-feature-flags-need-expiration-dates/</link>
  <guid>https://vector.xocoweb.workers.dev/post/why-feature-flags-need-expiration-dates/</guid>
  <pubDate>Fri, 10 Jul 2026 00:00:00 GMT</pubDate>
  <description>Flags make releases safer until they become permanent branches in the product. Add ownership and removal dates before they calcify.</description>
</item>
<item>
  <title>Passkeys Made the Login Page Boring</title>
  <link>https://vector.xocoweb.workers.dev/post/passkeys-made-the-login-page-boring/</link>
  <guid>https://vector.xocoweb.workers.dev/post/passkeys-made-the-login-page-boring/</guid>
  <pubDate>Thu, 09 Jul 2026 00:00:00 GMT</pubDate>
  <description>The best authentication work often removes drama: fewer resets, fewer phishing paths, and fewer choices users should never have to make.</description>
</item>
<item>
  <title>The Case for Small Integration Tests</title>
  <link>https://vector.xocoweb.workers.dev/post/the-case-for-small-integration-tests/</link>
  <guid>https://vector.xocoweb.workers.dev/post/the-case-for-small-integration-tests/</guid>
  <pubDate>Wed, 08 Jul 2026 00:00:00 GMT</pubDate>
  <description>A narrow integration test can catch contract drift without turning the suite into a slow imitation of production.</description>
</item>
<item>
  <title>API Versioning Without Making Everyone Angry</title>
  <link>https://vector.xocoweb.workers.dev/post/api-versioning-without-making-everyone-angry/</link>
  <guid>https://vector.xocoweb.workers.dev/post/api-versioning-without-making-everyone-angry/</guid>
  <pubDate>Mon, 06 Jul 2026 00:00:00 GMT</pubDate>
  <description>Versioning is a communication problem first. The technical shape only works when consumers can predict what changes and when.</description>
</item>
<item>
  <title>Design Tokens That Survive Product Growth</title>
  <link>https://vector.xocoweb.workers.dev/post/design-tokens-that-survive-product-growth/</link>
  <guid>https://vector.xocoweb.workers.dev/post/design-tokens-that-survive-product-growth/</guid>
  <pubDate>Sun, 05 Jul 2026 00:00:00 GMT</pubDate>
  <description>Tokens work when they describe decisions, not when they become a colorful spreadsheet of every value the interface has ever used.</description>
</item>
<item>
  <title>What Product Teams Should Log by Default</title>
  <link>https://vector.xocoweb.workers.dev/post/what-product-teams-should-log-by-default/</link>
  <guid>https://vector.xocoweb.workers.dev/post/what-product-teams-should-log-by-default/</guid>
  <pubDate>Sat, 04 Jul 2026 00:00:00 GMT</pubDate>
  <description>Useful logs describe decisions, not just events. Start with the moments someone will need to explain later.</description>
</item>
<item>
  <title>A Small Incident Review Template for Busy Teams</title>
  <link>https://vector.xocoweb.workers.dev/post/a-small-incident-review-template-for-busy-teams/</link>
  <guid>https://vector.xocoweb.workers.dev/post/a-small-incident-review-template-for-busy-teams/</guid>
  <pubDate>Fri, 03 Jul 2026 00:00:00 GMT</pubDate>
  <description>A lightweight review format that helps teams learn from outages without turning every incident into a courtroom.</description>
</item>
<item>
  <title>Cloud Cost Reviews Engineers Will Actually Attend</title>
  <link>https://vector.xocoweb.workers.dev/post/cloud-cost-reviews-that-engineers-will-actually-attend/</link>
  <guid>https://vector.xocoweb.workers.dev/post/cloud-cost-reviews-that-engineers-will-actually-attend/</guid>
  <pubDate>Thu, 02 Jul 2026 00:00:00 GMT</pubDate>
  <description>Cost reviews work better when they focus on engineering choices, not shame dashboards and surprise invoices.</description>
</item>
<item>
  <title>Observability Without a Dashboard Tax</title>
  <link>https://vector.xocoweb.workers.dev/post/observability-without-a-dashboard-tax/</link>
  <guid>https://vector.xocoweb.workers.dev/post/observability-without-a-dashboard-tax/</guid>
  <pubDate>Wed, 01 Jul 2026 00:00:00 GMT</pubDate>
  <description>Dashboards help when they answer real questions. They become tax when every team must maintain panels nobody uses during an incident.</description>
</item>
<item>
  <title>v1.2.0: Command Palette and Search</title>
  <link>https://vector.xocoweb.workers.dev/post/vector-v1-2-0-command-palette-and-search/</link>
  <guid>https://vector.xocoweb.workers.dev/post/vector-v1-2-0-command-palette-and-search/</guid>
  <pubDate>Sat, 20 Jun 2026 00:00:00 GMT</pubDate>
  <description>A focused navigation update with lighter search copy, improved keyboard paths, and a clearer archive experience.</description>
</item>
<item>
  <title>v1.1.0: Faster Builds and API Tokens</title>
  <link>https://vector.xocoweb.workers.dev/post/vector-v1-1-0-faster-builds-and-api-tokens/</link>
  <guid>https://vector.xocoweb.workers.dev/post/vector-v1-1-0-faster-builds-and-api-tokens/</guid>
  <pubDate>Fri, 29 May 2026 00:00:00 GMT</pubDate>
  <description>This release focuses on faster local builds, clearer theme configuration, and safer defaults for optional integrations.</description>
</item>
</channel>
</rss>