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

Tools

  • How I convert image formats without losing what matters

    Image formats are trade-offs. The best format depends on whether the image is a photo, graphic, transparent asset, or web upload. The Image Format Converter tool is useful because it lets me check the result in a small, …

    27 Sep 2026 · 2 min read · #images #formats #web #tools

  • How I convert JSON, YAML, and TOML without changing the meaning

    JSON, YAML, and TOML can represent similar configuration data, but they have different syntax and different traps. The JSON/YAML/TOML converters tool is useful because it lets me check the result in a small, controlled …

    27 Sep 2026 · 2 min read · #json #yaml #toml #configuration #tools

  • How I convert lists without manually editing every line

    Many small data tasks are just list shape problems: one item per line needs to become CSV, JSON, quoted strings, or an SQL IN list. The List Converter tool is useful because it lets me check the result in a small, …

    27 Sep 2026 · 2 min read · #text #lists #csv #tools

  • How I convert number bases without doing binary by hand

    Base conversion helps when working with binary flags, hex colours, low-level values, or documentation that uses different number systems. I use Number Base Converter for the quick version of this task, then I review the …

    27 Sep 2026 · 2 min read · #numbers #binary #hex #tools

  • How I convert Roman numerals without guessing

    Roman numerals are simple for small values but easy to mistype when subtractive notation is involved. I use Roman Numerals for the quick version of this task, then I review the output before relying on it.

    27 Sep 2026 · 2 min read · #roman-numerals #numbers #tools

  • How I convert temperatures without mixing Celsius and Fahrenheit

    Temperature conversion is simple, but mistakes happen when the scale is not written clearly. I use Temperature Converter for the quick version of this task, then I review the output before relying on it.

    27 Sep 2026 · 2 min read · #temperature #units #calculator #tools

  • How I convert text case without manual renaming

    Case conversion is useful when moving names between code styles, filenames, headings, and API fields. The Case Converter tool helps with the mechanical part, but I still check the result before using it somewhere real.

    27 Sep 2026 · 2 min read · #text #case-converter #developer-tools #tools

  • How I convert time zones for logs and meetings without doing mental math

    Time zone mistakes cause confusing incident timelines and missed meetings. I prefer converting explicitly instead of doing the offset in my head. The Time Zone Converter tool is useful because it lets me check the result …

    27 Sep 2026 · 2 min read · #timezones #logs #dates #tools

  • How I count words, lines, and reading time before publishing

    Text statistics help me understand the size of a post, message, or document before publishing it. The Text Statistics tool handles the repetitive part so I can focus on checking whether the result makes sense.

    27 Sep 2026 · 2 min read · #text #writing #statistics #tools

  • How I create a zip file in the browser for small bundles

    A zip file bundles multiple files into one download. It is useful for small handoffs, attachments, or grouped exports. The Zip Builder tool is useful because it lets me check the result in a small, controlled place …

    27 Sep 2026 · 2 min read · #zip #files #workflow #tools

Load more posts

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