Skip to content
OY ozgur yildiz
home writing work about
say hi →
/ writing / tags / #CI-CD

#CI-CD

6 posts tagged with this topic. ← All tags

  • Dec 1, 2025

    Blue-green deployments: zero-downtime releases.

    How blue-green deployments eliminate downtime during releases, how to implement them, and what to watch out for.

  • Jun 16, 2025

    ESLint + Prettier in CI: enforcing style without arguments.

    How to configure ESLint and Prettier to work together, and how to run them in CI so style violations block merges.

  • Jun 12, 2025

    GitHub Actions secrets: env variables that don't end up in your logs.

    How GitHub Actions secrets work, how to use them safely in workflows, and common patterns for managing sensitive configuration in CI.

  • Jun 9, 2025

    Automated Vercel deploys: preview environments without any manual step.

    How Vercel's Git integration creates preview deployments automatically, and how to configure and control them.

  • Jun 5, 2025

    Running tests in CI: the job that catches what code review misses.

    Why automated tests in CI catch bugs that code review doesn't, and how to structure a test job that provides real signal.

  • Jun 2, 2025

    GitHub Actions: the workflow file that runs your tests on every push.

    How to write a GitHub Actions workflow that runs your test suite on every push and pull request.

OY ozgur yildiz
GitHub LinkedIn Email RSS
© 2026 ozgur yildiz. all rights reserved.