Guides & Explainers
Real explanations behind the tools — how the formats work, what the common errors mean, and how to actually use each one.
Showing all 25 guides
How to Merge PDF Files Without Losing Quality
Why some PDF mergers degrade your files, what "lossless" merging actually means, and how to combine PDFs safely.
Read guideJSON Formatter Explained: Common Errors and How to Fix Them
A breakdown of what JSON actually is, why raw API output is unreadable, and the handful of syntax errors that account for most "invalid JSON" messages.
Read guideJWT Explained: How to Read a JSON Web Token
What a JWT actually contains, why decoding one is not a security flaw, and how to debug authentication issues using its claims.
Read guideHow DNS Lookup Works (and How to Use It to Debug Website Issues)
The resolution chain behind every domain lookup, what each record type does, and how to use it to troubleshoot broken email or a site that "isn't updating."
Read guideEMI Calculator Explained: The Math Behind Your Loan Payment
How the EMI formula actually works, why your early payments are mostly interest, and the difference between flat-rate and reducing-balance loans.
Read guideBase64 vs. Encryption: Why Encoding Isn't Security
What Base64 actually does, why it gets mistaken for encryption, and what to use instead when you actually need to protect data.
Read guideHow to Compress a PDF Without Ruining the Quality
Why PDFs get so large, which compression method suits which document, and the trade-off nobody explains before you click compress.
Read guideHow to Resize an Image Without Stretching It
Aspect ratio explained simply, why upscaling never really works, and when to crop instead of resize.
Read guideReadability Scores Explained: What Flesch Actually Measures
What the Flesch Reading Ease and grade-level scores really tell you, where they mislead, and how to write more clearly.
Read guideWhat Is a UUID, and When Should You Use One?
How UUIDs work, why collisions effectively never happen, and when an auto-increment ID is genuinely the better choice.
Read guideRegex for Beginners: The Handful of Patterns You Actually Need
The small subset of regular expression syntax that covers most real work, plus the mistakes that trip everyone up.
Read guideOCR Explained: Why Handwriting Is So Much Harder Than Print
How optical character recognition works, why scanned books convert almost perfectly, and why your handwritten notes do not.
Read guideWhy QR Codes Fail to Scan (and How to Make Ones That Work)
Error correction, quiet zones, print size, and contrast — the four things that decide whether a QR code works in the real world.
Read guideWhy Password Length Beats Complexity
Substituting a 3 for an E adds almost nothing. Here is what actually makes a password hard to crack, and why the old rules made things worse.
Read guideJPEG, PNG, or WebP: Choosing the Right Image Format
The format decision comes down to what is in the picture. A practical guide to lossy versus lossless, transparency, and when WebP is worth it.
Read guideWhy Time Zone Maths Is Harder Than It Looks
Daylight saving, half-hour offsets, and the IANA database — why scheduling across time zones breaks and how to reason about it correctly.
Read guideWhy CSV Files Break: Commas, Quotes, and Encoding
CSV looks trivial and is not. The specific ways it breaks, and what a correct parser has to handle.
Read guideEAN, UPC, or Code 128: Picking the Right Barcode
Barcode formats are not interchangeable. What each is for, why check digits matter, and the printing mistakes that stop scanners reading labels.
Read guideWhat WHOIS Tells You, and What GDPR Took Away
WHOIS used to list a domain owner outright. Privacy services and GDPR changed that. What the records still reveal and how to read them.
Read guidePercentage Change vs Percentage Points: The Difference That Costs Money
Why a 50% fall followed by a 50% rise does not get you back, and why confusing points with percent misreports results.
Read guideHow to Split a PDF Without Losing Quality or Structure
Extracting pages sounds simple, but bookmarks, form fields, and page numbering all have consequences worth knowing.
Read guideHow Automatic Background Removal Actually Works
Why modern background removers handle hair and glass when the old magic wand could not — segmentation models, alpha masks, and where they still fail.
Read guideWhat Actually Needs to Be on an Invoice
The fields that make an invoice payable rather than merely decorative, plus the GST specifics that trip up Indian freelancers.
Read guideTwo Kinds of Summariser, and Why the Difference Matters
Extractive summarisers reuse sentences; abstractive ones write new text and can state things your source never said.
Read guidecamelCase, snake_case, kebab-case: Why Each Convention Exists
Naming conventions are not arbitrary style preferences — each solves a specific technical constraint. A guide to which goes where.
Read guide