· software
I built a JSON diff tool in a single HTML file (no build step)
Overview I kept needing to compare JSON payloads side‑by‑side API response vs expected, before vs after, prod vs staging. Each time I would paste into a random...
Overview I kept needing to compare JSON payloads side‑by‑side API response vs expected, before vs after, prod vs staging. Each time I would paste into a random...
The problem with generic diff tools We’ve all been there: you have a local version of a file and a version from production or a snippet from StackOverflow, and...
Have you ever googled a paragraph from your own article… …and found 5 other websites publishing it as if they wrote it? That happened to me. More than once. Aft...