· 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...
Behind the Code: The Anti‑Framework Idea FUBARos is built with 0 % frameworks, 0 % Tailwind, and 100 % vanilla JavaScript. In an era where a simple “Hello World...