unweed

Practical cleanup notes for software teams.

Practical notes on cloud costs, stale infrastructure, technical debt, databases, dependencies, and the small maintenance habits that keep production calmer.

Showing 97-108 of 244 notes.

7 min read

OpenAPI Spec Cleanup: Remove Endpoints After Clients Migrate

OpenAPI Spec Cleanup guidance for proving whether teams can still justify stale OpenAPI paths, choosing a low-risk cleanup path, and preventing repeat waste.

7 min read

Cloudflare Worker Cleanup: Retire Routes, KV Data, and Secrets

Cloudflare Worker Cleanup guidance for proving whether teams can still justify stale Workers resources, choosing a low-risk cleanup path, and preventing...

7 min read

GraphQL Schema Cleanup: Deprecate Fields Before Removing Them

GraphQL Schema Cleanup guidance for proving whether teams can still justify stale GraphQL fields, choosing a low-risk cleanup path, and preventing repeat...

7 min read

Redirect Cleanup: Keep URL Migrations From Becoming a Maze

Redirect Cleanup guidance for proving whether teams can still justify stale redirects, choosing a low-risk cleanup path, and preventing repeat waste.

8 min read

Database Migration Cleanup: Retire Old Schema Changes and Backfill Jobs

Database Migration Cleanup guidance for proving whether teams can still justify old schema migrations and backfills, choosing a low-risk cleanup path, and...

8 min read

Kubernetes RBAC Cleanup: Remove Roles That Outlived Workloads

Kubernetes RBAC Cleanup guidance for proving whether teams can still justify stale Roles and RoleBindings, choosing a low-risk cleanup path, and...

8 min read

OAuth Callback Cleanup: Remove Redirect URIs After Apps Move

OAuth Callback Cleanup guidance for proving whether teams can still justify stale OAuth redirect URIs, choosing a low-risk cleanup path, and preventing...

7 min read

Incident Channel Cleanup: Archive Chat Rooms After Response Ends

Incident Channel Cleanup guidance for proving whether teams can still justify stale incident channels, choosing a low-risk cleanup path, and preventing...

9 min read

Kubernetes Service Cleanup: Remove ClusterIP and LoadBalancer Services Safely

Kubernetes Service Cleanup guidance for proving whether teams can still justify unused Kubernetes Services, choosing a low-risk cleanup path, and...

8 min read

KV Store Cleanup: Remove Keys That Outlived Their Feature

Remove stale key-value data by separating cache entries from durable state, feature flags, sessions, and migration markers.

7 min read

CLI Cleanup: Retire Commands and Flags With a Migration Path

CLI Cleanup guidance for proving whether teams can still justify old CLI commands, choosing a low-risk cleanup path, and preventing repeat waste.

7 min read

CDN Cache Rule Cleanup: Remove Edge Rules That No Longer Match Reality

CDN Cache Rule Cleanup guidance for proving whether teams can still justify stale cache and redirect rules, choosing a low-risk cleanup path, and...