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 guideFollow step-by-step guides for files, calendars, web security, identifiers, images, and date calculations, then open the relevant MiniUtil tools without restarting your workflow.
Field guide
A practical CSV cleanup checklist for headers, delimiters, encodings, duplicate rows, dates, IDs, and final import verification.
Read guideField guide
Roll out CORS, CSP, Permissions-Policy, caching, SRI, and security.txt in an order that limits breakage and contradictory settings.
Read guideField guide
Compare UUID v4, UUID v7, and ULID for randomness, sort order, database indexes, timestamp visibility, and ecosystem compatibility.
Read guideField guide
Choose between iCalendar RRULE and cron by comparing calendar events, server jobs, time zones, exceptions, dialects, and daylight saving behavior.
Read guideField guide
Create an ICS calendar file for Google Calendar, Outlook, or Apple Calendar with correct dates, time zones, recurrence, and validation.
Read guideField guide
Convert CSV to JSON while preserving quoted fields, leading zeroes, dates, empty values, encodings, and a predictable object structure.
Read guideField guide
Decode a JWT locally, understand header and payload claims, check timestamps, and distinguish readable token data from a verified signature.
Read guideField guide
Compare WebP, PNG, and JPG for photos, transparency, sharp graphics, file size, quality, compatibility, and practical web delivery.
Read guideField guide
Calculate business days accurately by defining inclusive dates, weekends, holidays, regional calendars, and time-zone boundaries first.
Read guideField guide
Build a Content Security Policy by inventorying resources, choosing directives, testing report-only mode, and tightening enforcement safely.
Read guideField guide
Convert HEIC photos and vector graphics to a shared format, combine them into a single PDF in the right order, and extract pages back out when needed.
Read guideField guide
Set a download filename that survives spaces, accents, and non-Latin scripts using the Content-Disposition filename and filename* parameters.
Read guideField guide
Diagnose Subresource Integrity failures: changed CDN bytes, a missing crossorigin attribute, algorithm selection, and hashing the wrong build.
Read guideField guide
A HAR capture contains cookies, authorization headers, tokens, and request bodies. Redact them before sending the file to support or a vendor.
Read guideField guide
Tell seconds from milliseconds at a glance, avoid factor-of-1000 conversion bugs, and understand what the 2038 limit does and does not affect.
Read guideField guide
How ISO 8601 defines week 1, why some years have 53 weeks, and why the week-numbering year can differ from the calendar year of the same date.
Read guideField guide
How PKCE protects an authorization code exchange, what the verifier and challenge must contain, and why S256 should always be used instead of plain.
Read guide