12 posts tagged with “guides”

Archive rows, don’t delete them

Delete feels decisive until a client asks where order 1842 went. Soft-delete flags help; a dedicated Archive tab is clearer for operators…

Batch writes without timeouts

When a script dies halfway through writing thousands of rows, you don't need a fancier API — you need a boring pattern: lock, chunk…