Workflow
- How I create a zip file in the browser for small bundles
A zip file bundles multiple files into one download. It is useful for small handoffs, attachments, or grouped exports. The Zip Builder tool is useful because it lets me check the result in a small, controlled place …
- How I merge PDFs without putting the pages in the wrong order
Merging PDFs sounds simple until the final file has the pages in the wrong order. That is the mistake I try to avoid. The PDF Merger joins multiple PDF files in the browser.
- How I use a Git cheatsheet without copying blindly
A Git cheatsheet is useful when I remember the task but not the exact command. I still read the command before running it. The Git Cheatsheet tool helps me inspect the input and output without writing a one-off script …