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

Ids

  • How I generate UUIDs for test data and identifiers

    A UUID v4 is a random-looking identifier that is useful when many systems need to create IDs without asking a central server first. The UUID Generator tool helps with the mechanical part, but I still check the result …

    27 Sep 2026 · 2 min read · #uuid #ids #testing #tools

  • How I use ULIDs when sortable IDs help

    A ULID is an identifier that includes a timestamp part, so generated IDs sort roughly by creation time. The ULID Generator tool helps with the mechanical part, but I still check the result before using it somewhere real.

    27 Sep 2026 · 2 min read · #ulid #ids #database #tools

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