i ilham.dev
Home Posts Tools Dev Ops Games Playground About Contact

Formatter

  • How I format JSON before debugging it

    JSON is easier to debug when it is valid and formatted. A formatter turns one long line into a structure humans can read. The JSON Formatter tool gives me a safe place to test the idea before I put it into a script, …

    27 Sep 2026 · 2 min read · #json #formatter #api #tools

  • How I format SQL before reviewing a query

    SQL is easier to review when clauses and joins are on separate lines instead of one long string. The SQL Prettify tool helps me inspect the input and output without writing a one-off script first.

    27 Sep 2026 · 2 min read · #sql #database #formatter #tools

  • How I format XML before trying to understand it

    XML becomes hard to read when it is minified. Formatting makes the tag structure visible so I can see parents, children, attributes, and text nodes. The XML Formatter tool is useful because it lets me check the result in …

    27 Sep 2026 · 2 min read · #xml #formatter #data #tools

© 2026 Ilham Andika. All rights reserved.
Contact Terms Privacy Comment Policy RSS GitHub