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

Url

  • How I break a URL into parts before debugging it

    A URL contains several parts: scheme, host, path, query string, and sometimes a fragment. Debugging is easier when those parts are separated. The URL Parser tool helps me inspect the input and output without writing a …

    27 Sep 2026 · 2 min read · #url #web #debugging #tools

  • How I decode Outlook SafeLinks before clicking a suspicious URL

    Outlook SafeLinks wrap a destination URL inside a Microsoft protection URL. Decoding helps reveal where the link wants to go. The SafeLink Decoder tool helps with the mechanical part, but I still check the result before …

    27 Sep 2026 · 2 min read · #safelink #url #security #email #tools

  • How I make URL slugs from titles

    A slug turns a title into a URL-friendly piece of text, usually lowercase words separated by hyphens. The Slugify tool helps with the mechanical part, but I still check the result before using it somewhere real.

    27 Sep 2026 · 2 min read · #slug #url #seo #tools

  • How I URL-encode text without breaking query strings

    URLs can only safely contain certain characters. URL encoding turns spaces, symbols, and non-ASCII text into percent-encoded form. The URL Encoder tool helps with the mechanical part, but I still check the result before …

    27 Sep 2026 · 2 min read · #url #encoding #web #tools

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