Reference library

Useful answers for the decisions around the tool.

These guides explain tradeoffs, failure modes, and verification steps so the downloaded result is actually ready for its next destination.

All reference guides

Field guide

CSV Cleanup Checklist Before Importing Data

A practical CSV cleanup checklist for headers, delimiters, encodings, duplicate rows, dates, IDs, and final import verification.

Read guide

Field guide

Security Headers: A Safe Deployment Order

Roll out CORS, CSP, Permissions-Policy, caching, SRI, and security.txt in an order that limits breakage and contradictory settings.

Read guide

Field guide

UUID v4 vs UUID v7 vs ULID

Compare UUID v4, UUID v7, and ULID for randomness, sort order, database indexes, timestamp visibility, and ecosystem compatibility.

Read guide

Field guide

RRULE vs Cron: Which Schedule Format Fits?

Choose between iCalendar RRULE and cron by comparing calendar events, server jobs, time zones, exceptions, dialects, and daylight saving behavior.

Read guide