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

Tools

  • How I resize a photo to a target file size without guessing forever

    Sometimes the requirement is not just smaller. It is a specific limit, like under 500 KB for an upload form. The Photo Resizer by Target Size tool is useful because it lets me check the result in a small, controlled …

    27 Sep 2026 · 2 min read · #images #resize #compression #tools

  • How I sort .env files without moving comments to the wrong place

    A messy .env file makes configuration harder to review. Sorting helps, but comments and duplicates need care. The .env Key Sorter tool gives me a safe place to test the idea before I put it into a script, server, or …

    27 Sep 2026 · 2 min read · #env #configuration #devops #tools

  • How I spell Indonesian numbers for invoices and receipts

    Spelling numbers in words helps on invoices, receipts, and payment documents where the amount needs to be readable. The Number to Words tool handles the repetitive part so I can focus on checking whether the result makes …

    27 Sep 2026 · 2 min read · #indonesia #numbers #invoices #tools

  • How I spell things with the NATO alphabet when clarity matters

    The NATO alphabet maps letters to words like Alpha, Bravo, and Charlie so spoken spelling is easier to understand. The NATO Alphabet tool helps with the mechanical part, but I still check the result before using it …

    27 Sep 2026 · 2 min read · #nato #text #communication #tools

  • How I spot common typos in Indonesian text before sending it

    A typo spotter is a final pass tool. It catches small issues that are easy to miss when I already know what I meant to write. The Typo Spotter tool handles the repetitive part so I can focus on checking whether the …

    27 Sep 2026 · 2 min read · #indonesian #writing #typos #tools

  • How I style a QR code without breaking scanning

    QR codes can be styled, but scanning reliability comes first. A beautiful QR code that fails to scan is just decoration. The QR Code Editor tool is useful because it lets me check the result in a small, controlled place …

    27 Sep 2026 · 2 min read · #qr-code #design #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 test a WebSocket connection from the browser

    WebSockets keep a connection open so client and server can exchange messages in real time. The WebSocket Tester tool gives me a safe place to test the idea before I put it into a script, server, or production workflow.

    27 Sep 2026 · 2 min read · #websocket #realtime #debugging #tools

  • How I test an HTTP request before writing the code around it

    Before I put an API call into code, I like to prove the request works by itself: URL, method, headers, body, and response. The HTTP Request Tester tool gives me a safe place to test the idea before I put it into a …

    27 Sep 2026 · 2 min read · #http #api #testing #tools

  • How I test gRPC when normal HTTP tools are not enough

    gRPC APIs do not look like normal REST endpoints. Instead of paths like /users, you call service methods with typed messages. The gRPC Tester tool gives me a safe place to test the idea before I put it into a script, …

    27 Sep 2026 · 2 min read · #grpc #api #testing #tools

Load more posts

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