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

Tools

  • How I evaluate math expressions with variables without opening a spreadsheet

    A math evaluator is useful when the calculation is more than a simple calculator entry but not big enough for a spreadsheet. I use Math Evaluator for the quick version of this task, then I review the output before …

    27 Sep 2026 · 2 min read · #math #calculator #tools

  • How I expand and read IPv6 addresses without guessing

    IPv6 addresses can be compressed, which is convenient for typing but sometimes confusing when comparing or documenting them. The IPv6 Expander tool helps me inspect the input and output without writing a one-off script …

    27 Sep 2026 · 2 min read · #ipv6 #networking #tools

  • How I extract coordinates from Google Maps links

    A Google Maps link can contain coordinates, place IDs, query text, or tracking parameters. Parsing helps extract the location data you actually need. The Google Maps Link Parser tool helps me inspect the input and output …

    27 Sep 2026 · 2 min read · #maps #coordinates #data #tools

  • How I extract only the pages I need from a PDF

    Sometimes I do not need to send a whole PDF. I only need a few pages. Sending the entire document can be messy, too large, or even risky if other pages contain private information.

    27 Sep 2026 · 2 min read · #pdf #privacy #documents #tools

  • How I filter Docker logs without losing the useful lines

    Docker logs can get noisy very quickly. A service may print hundreds or thousands of lines, and the line you need is often buried in the middle. The basic command is:

    27 Sep 2026 · 4 min read · #docker #logs #devops #tools

  • How I format currency amounts consistently

    Currency formatting is not only adding a symbol. Separators and decimal conventions change by locale. The Currency Formatter tool handles the repetitive part so I can focus on checking whether the result makes sense.

    27 Sep 2026 · 2 min read · #currency #formatting #indonesia #tools

  • 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 lines into commas, quotes, and SQL lists

    A lot of cleanup work starts as one item per line and needs to become a comma-separated list, quoted list, JSON-ish array, or SQL IN clause. The Line Comma Formatter tool handles the repetitive part so I can focus on …

    27 Sep 2026 · 2 min read · #text #sql #lists #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 WhatsApp messages before sending them

    WhatsApp supports simple text formatting, but it is easy to misplace the symbols in a longer message. The WhatsApp Message Formatter tool handles the repetitive part so I can focus on checking whether the result makes …

    27 Sep 2026 · 2 min read · #whatsapp #formatting #text #tools

Load more posts

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