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

Text

  • How I check Unicode code points when text looks weird

    Unicode gives characters code points. Looking at those code points helps when text looks identical but behaves differently. The Text to Unicode tool helps with the mechanical part, but I still check the result before …

    27 Sep 2026 · 2 min read · #unicode #text #encoding #tools

  • How I compare two text blocks line by line

    A text diff shows what changed between two blocks of text. It is useful for configs, logs, snippets, and documentation. The Text Diff tool helps me inspect the input and output without writing a one-off script first.

    27 Sep 2026 · 2 min read · #diff #text #debugging #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 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 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 ASCII art text for terminal-friendly banners

    ASCII art text can be useful for terminal banners, README sections, demos, or playful command-line output. The ASCII Text tool handles the repetitive part so I can focus on checking whether the result makes sense.

    27 Sep 2026 · 2 min read · #ascii #terminal #text #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 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

  • How I mask part of a string before sharing it

    String masking hides part of a value while keeping enough context to recognize it later. The String Obfuscator tool helps with the mechanical part, but I still check the result before using it somewhere real.

    27 Sep 2026 · 2 min read · #privacy #redaction #text #tools

  • How I pick and copy emoji without opening a chat app

    An emoji picker is useful when I know the idea but not the exact character or keyboard shortcut. The Emoji Picker tool handles the repetitive part so I can focus on checking whether the result makes sense.

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

Load more posts

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