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

Developer-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 test a regex before putting it into code

    Regex is powerful, but it is also easy to get almost right. “Almost right” is the problem. A regex can match too much, too little, or the right thing in your test but the wrong thing in production.

    27 Sep 2026 · 4 min read · #regex #text #developer-tools #tools

  • How I use a Git cheatsheet without copying blindly

    A Git cheatsheet is useful when I remember the task but not the exact command. I still read the command before running it. The Git Cheatsheet tool helps me inspect the input and output without writing a one-off script …

    27 Sep 2026 · 2 min read · #git #workflow #developer-tools #tools

  • How I use a JavaScript playground safely

    A JavaScript playground is useful for small experiments, but code pasted from unknown places can still be risky. I use JavaScript Playground for the quick version of this task, then I review the output before relying on …

    27 Sep 2026 · 2 min read · #javascript #playground #developer-tools #tools

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