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 145-156 of 244 notes.

8 min read

Python Requirements Cleanup: Remove Stale Packages From Apps and Jobs

Python Requirements Cleanup guidance for proving whether teams can still justify unused Python packages, choosing a low-risk cleanup path, and preventing...

8 min read

Database Partition Cleanup: Drop Old Partitions With a Retention Plan

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

8 min read

Data Export Cleanup: Remove Scheduled Exports Nobody Downloads

Data Export Cleanup guidance for proving whether teams can still justify unused data exports, choosing a low-risk cleanup path, and preventing repeat waste.

7 min read

TODO Cleanup: Turn Comments Into Decisions

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

7 min read

CSS Cleanup: Remove Dead Classes Without Breaking Pages

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

7 min read

SaaS Seat Cleanup: Remove Inactive Accounts and Tool Sprawl

SaaS Seat Cleanup guidance for proving whether teams can still justify inactive paid seats, choosing a low-risk cleanup path, and preventing repeat waste.

8 min read

Email Alias Cleanup: Remove Old Routing Rules Safely

Email Alias Cleanup guidance for proving whether teams can still justify stale email aliases, choosing a low-risk cleanup path, and preventing repeat waste.

8 min read

Search Index Cleanup: Retire Old Indexes and Rebuild Jobs

Search Index Cleanup guidance for proving whether teams can still justify stale search indexes, choosing a low-risk cleanup path, and preventing repeat waste.

8 min read

npm Dependency Cleanup: Remove Packages Your App No Longer Uses

npm Dependency Cleanup guidance for proving whether teams can still justify unused npm packages, choosing a low-risk cleanup path, and preventing repeat...

7 min read

TypeScript Type Cleanup: Remove Dead Types and Unsafe Casts

TypeScript Type Cleanup guidance for proving whether teams can still justify stale types and casts, choosing a low-risk cleanup path, and preventing...

8 min read

Database Table Cleanup: Archive Old Rows Without Surprises

Database Table Cleanup guidance for proving whether teams can still justify old database rows, choosing a low-risk cleanup path, and preventing repeat waste.

7 min read

Test Suite Cleanup: Delete Brittle Tests Without Losing Confidence

Test Suite Cleanup guidance for proving whether teams can still justify brittle and obsolete tests, choosing a low-risk cleanup path, and preventing...