Karya Semi
HomeBlogSearchCategoriesAboutContact
Karya Semi

Less noise. More notes.

HomeBlogAboutContactPrivacy PolicyDisclaimer

© 2026 Karya Semi. All rights reserved.

XGitHubLinkedIn
  1. Home
  2. /Tags
  3. /DevOps

Tag

DevOps

Every published article tagged with DevOps.
Illustration for Zero-Downtime Schema Migrations: Designing PostgreSQL Databases for Continuous Deployment
Technology/Aug 6, 2026

Zero-Downtime Schema Migrations: Designing PostgreSQL Databases for Continuous Deployment

Deploy schema changes to your production postgresql database without locking tables. Master safe column additions, type alterations, and index building.

7 min read
PostgresqlDatabases
Illustration for Massively Parallel Postgres Backups: How to Stop Dreading Your Backup Window
Software Engineering/Aug 4, 2026

Massively Parallel Postgres Backups: How to Stop Dreading Your Backup Window

PlanetScale just published their approach to parallelizing Postgres backups. Here's what that pattern looks like and how teams with large databases can apply it.

6 min read
Software EngineeringPostgres
Illustration for Why Bashumerate Was Built: Replacing Xargs with Safe, Readable Pipeline Automation
Programming/Jul 21, 2026

Why Bashumerate Was Built: Replacing Xargs with Safe, Readable Pipeline Automation

An technical inspection of xargs edge cases, null-byte delimiter failures, and how bashumerate provides a safer, more readable enumerator for complex shell pipelines.

3 min read
LinuxBash
Illustration for Inside the Romanian Land Registry Breach: Backup Isolation, Wiped Systems, and Modern Infrastructure Security
Technology/Jul 21, 2026

Inside the Romanian Land Registry Breach: Backup Isolation, Wiped Systems, and Modern Infrastructure Security

What the catastrophic land registry database wipe reveals about immutable backups, privileged identity management, and storage isolation in critical infrastructure.

3 min read
SecurityInfrastructure
Illustration for Podman v6.0.0 Drops: The Networking Stack Overhaul That Actually Matters
Programming/Jul 3, 2026

Podman v6.0.0 Drops: The Networking Stack Overhaul That Actually Matters

Podman v6.0.0 ships a full networking stack rebuild, replacing slirp4netns and iptables with Netavark, Pasta, and nftables. Here is what breaks, what improves, and what you need to update.

3 min read
PodmanContainers
Illustration for GitHub's Advisory Database Hit 1,560 CVEs in May. Here's Why That Matters.
Software Engineering/Jun 30, 2026

GitHub's Advisory Database Hit 1,560 CVEs in May. Here's Why That Matters.

GitHub's Advisory Database processed 5x its normal volume in May. Private vulnerability reports jumped from 550 to 3,000 per week. Here's the impact and how teams should respond.

3 min read
Software EngineeringSecurity
Illustration for GitHub Actions Parallel Steps: What CI Teams Should Check First
Software Engineering/Jun 29, 2026

GitHub Actions Parallel Steps: What CI Teams Should Check First

GitHub Actions parallel steps can cut CI waiting time, but only if teams clean up shared state, logs, caches, and test ownership first.

4 min read
GitHub ActionsCI