Skip to content

Commit cac6639

Browse files
committed
Update article titles to meet breadcrumb length guideline
1 parent cef1925 commit cac6639

6 files changed

Lines changed: 6 additions & 6 deletions

File tree

  • src/content/articles
    • internal-cli-kubectl-terraform-wrapper-abstraction
    • internal-developer-portal-platform-self-service-actions
    • kubernetes-multi-cluster-fleet-management-configuration
    • monorepo-affected-builds-remote-caching-ci-optimization
    • opentelemetry-span-design-granularity-overhead
    • synthetic-test-data-pii-anonymization-fixtures

src/content/articles/internal-cli-kubectl-terraform-wrapper-abstraction/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: "Stop Wrapping kubectl: When Internal CLIs Hurt More Than Help"
2+
title: "Stop Wrapping kubectl: When Internal CLIs Hurt"
33
description: "When to build abstractions over kubectl or terraform and when the wrapper creates more problems than it solves."
44
cover: "./cover.jpg"
55
coverAlt: "Transparent toolbox with organized compartments holding kubectl, terraform, and helm tools, labeled by environment with smart access controls"

src/content/articles/internal-developer-portal-platform-self-service-actions/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: "Your Developer Portal Is a Bookmark Page (Here's What It Should Be)"
2+
title: "Your Developer Portal Is Just a Bookmark Page"
33
description: "The difference between a portal that indexes things and a platform that does things for developers."
44
cover: "./cover.jpg"
55
coverAlt: "Developer platform marketplace showing self-service offerings like Kubernetes namespaces and databases with delivery times and shopping cart checkout"

src/content/articles/kubernetes-multi-cluster-fleet-management-configuration/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: "Your Multi-Cluster Config Is Drifting (ArgoCD and Flux Can Fix It)"
2+
title: "Your Multi-Cluster Config Is Drifting Fix It"
33
description: "How to choose between ArgoCD ApplicationSets and Flux for multi-cluster Kubernetes, plus practical drift detection strategies."
44
cover: "./cover.jpg"
55
coverAlt: "Orchestra with sections playing from same sheet music with conductor ensuring synchronization, highlighting musicians drifting off tempo representing cluster drift detection"

src/content/articles/monorepo-affected-builds-remote-caching-ci-optimization/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: "Why Your Monorepo CI Rebuilds Everything (And How to Stop It)"
2+
title: "Why Your Monorepo CI Rebuilds Everything"
33
description: "Building only what changed with affected-based builds and remote caching that actually speeds up CI."
44
cover: "./cover.jpg"
55
coverAlt: "Assembly line showing build process with cached components pre-made at most stations, workers handling custom work, displaying 78% cache hit rate"

src/content/articles/opentelemetry-span-design-granularity-overhead/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: "Why Your Traces Are Unreadable (And How to Fix Span Granularity)"
2+
title: "Why Your Traces Are Unreadable: Span Design"
33
description: "Balancing trace granularity against overhead, storage, and the ability to actually read trace waterfalls."
44
cover: "./cover.jpg"
55
coverAlt: "Two city maps comparison: over-detailed map with every feature marked versus clear map showing major roads and landmarks for easy navigation"

src/content/articles/synthetic-test-data-pii-anonymization-fixtures/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: "Why Copying Production Data for Tests Is a Compliance Disaster"
2+
title: "Copying Production Data for Tests Is a Disaster"
33
description: "Generate realistic test fixtures without copying production data or risking compliance violations."
44
cover: "./cover.jpg"
55
coverAlt: "Data points transforming as they pass through anonymization barrier, changing color and shape to represent data anonymization process"

0 commit comments

Comments
 (0)