<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:content="http://purl.org/rss/1.0/modules/content/">
  <channel>
    <title>Okay Kacar — Blog</title>
    <link>https://ookay.dev</link>
    <description>Articles on DevOps engineering, Kubernetes, Terraform, cloud infrastructure, and AI products.</description>
    <language>en</language>
    <lastBuildDate>Fri, 28 Aug 2026 12:48:44 GMT</lastBuildDate>
    <atom:link href="https://ookay.dev/feed.xml" rel="self" type="application/rss+xml"/>
    <item>
      <title>Every /clear Was Costing Me an Hour</title>
      <link>https://ookay.dev/blog/session-handoff-skill</link>
      <guid isPermaLink="true">https://ookay.dev/blog/session-handoff-skill</guid>
      <description>Clearing context in Claude Code throws away everything the session learned. I built a skill that writes a handoff document first, so the next session resumes instead of re-deriving. Install it with one command.</description>
      <pubDate>Fri, 28 Aug 2026 00:00:00 GMT</pubDate>
    </item>
    <item>
      <title>You Can&apos;t Review Your Own Work Against a Ticket</title>
      <link>https://ookay.dev/blog/ticket-review-agent</link>
      <guid isPermaLink="true">https://ookay.dev/blog/ticket-review-agent</guid>
      <description>Every requirement I missed was one I was certain I&apos;d implemented. The problem isn&apos;t carelessness, it&apos;s that self-review checks the code you wrote instead of the requirements you were given. I built an agent that inverts the order.</description>
      <pubDate>Fri, 28 Aug 2026 00:00:00 GMT</pubDate>
    </item>
    <item>
      <title>Azure Costs Are Spiking and Nobody Knows Why. This Skill Finds the Waste.</title>
      <link>https://ookay.dev/blog/azure-copilot-cost-optimization</link>
      <guid isPermaLink="true">https://ookay.dev/blog/azure-copilot-cost-optimization</guid>
      <description>Microsoft ships an official Azure cost optimization skill for GitHub Copilot which is usable for any agent. Here is how it actually works in production, what it misses, and how to do the same thing without Copilot.</description>
      <pubDate>Sun, 22 Feb 2026 00:00:00 GMT</pubDate>
    </item>
    <item>
      <title>Claude Code Was Hallucinating. The Fix Was a Progress Bar.</title>
      <link>https://ookay.dev/blog/claude-code-statusline-builder</link>
      <guid isPermaLink="true">https://ookay.dev/blog/claude-code-statusline-builder</guid>
      <description>When Claude Code&apos;s context window fills up, output quality tanks: hallucinated imports, phantom files, broken logic. I fixed it by adding a statusline that shows context usage in real-time, and built a tool so you can do the same.</description>
      <pubDate>Tue, 17 Feb 2026 00:00:00 GMT</pubDate>
    </item>
    <item>
      <title>My Kubernetes Cluster Looked Healthy. Production Wasn&apos;t.</title>
      <link>https://ookay.dev/blog/kubernetes-cluster-healthy-production-wasnt</link>
      <guid isPermaLink="true">https://ookay.dev/blog/kubernetes-cluster-healthy-production-wasnt</guid>
      <description>Green dashboards, running pods, low CPU, and yet production felt broken. A story about why Kubernetes metrics can lie about user experience, and what to watch instead.</description>
      <pubDate>Sun, 15 Jun 2025 00:00:00 GMT</pubDate>
    </item>
    <item>
      <title>Automating Kubernetes Deployments with ArgoCD Image Updater on GKE</title>
      <link>https://ookay.dev/blog/gitops-argocd-image-updater-gke</link>
      <guid isPermaLink="true">https://ookay.dev/blog/gitops-argocd-image-updater-gke</guid>
      <description>How I implemented ArgoCD Image Updater to automate container image deployments on Google Kubernetes Engine, with Helm charts, Pub/Sub-based autoscaling, External Secrets, and Slack notifications.</description>
      <pubDate>Tue, 20 May 2025 00:00:00 GMT</pubDate>
    </item>
    <item>
      <title>Multi-Environment Infrastructure on GCP with Terraform and Terragrunt</title>
      <link>https://ookay.dev/blog/scaling-infrastructure-terraform-terragrunt</link>
      <guid isPermaLink="true">https://ookay.dev/blog/scaling-infrastructure-terraform-terragrunt</guid>
      <description>Building a scalable IaC pipeline for dev, staging, and production on Google Cloud Platform using Terraform modules, Terragrunt environments, and automated CI/CD with GitHub Actions.</description>
      <pubDate>Thu, 10 Apr 2025 00:00:00 GMT</pubDate>
    </item>
  </channel>
</rss>