Tag

identifier

0 views collected around this technical thread.

Selected Java Interview Questions
Selected Java Interview Questions
Apr 30, 2024 · Fundamentals

Understanding ULID: A Universally Unique Lexicographically Sortable Identifier

This article explains ULID, a 128‑bit identifier that combines a millisecond‑precision timestamp with high‑entropy randomness, offering lexicographic ordering, URL‑safe Base32 encoding, and a lower collision risk compared to UUIDs, along with Python usage examples and specifications.

PythonULIDUUID
0 likes · 6 min read
Understanding ULID: A Universally Unique Lexicographically Sortable Identifier
IT Architects Alliance
IT Architects Alliance
Oct 16, 2022 · Fundamentals

Understanding ULID: Features, Specification, and Python Usage

This article explains what ULID (Universally Unique Lexicographically Sortable Identifier) is, compares it with UUID, outlines its timestamp‑based and random components, describes its Base32 encoding and binary layout, and shows how to generate and manipulate ULIDs in Python using the ulid‑py library.

PythonULIDUUID
0 likes · 7 min read
Understanding ULID: Features, Specification, and Python Usage
Selected Java Interview Questions
Selected Java Interview Questions
Oct 14, 2022 · Backend Development

Understanding ULID: Features, Specification, and Python Usage Compared to UUID

This article explains what ULID is, why it can be a better alternative to UUID, outlines its key characteristics and specification, and provides practical Python examples for generating and handling ULIDs in distributed backend systems.

PythonULIDUUID
0 likes · 7 min read
Understanding ULID: Features, Specification, and Python Usage Compared to UUID
Selected Java Interview Questions
Selected Java Interview Questions
Mar 31, 2022 · Backend Development

Why NanoID Is Replacing UUID: Features, Benefits, and Limitations

This article explains how NanoID, a modern JavaScript identifier library, offers smaller size, higher security, faster generation, customizable alphabets, and broad language support compared to UUID, while also discussing its limitations and future outlook for developers choosing unique IDs.

JavaScriptNanoIDPerformance
0 likes · 7 min read
Why NanoID Is Replacing UUID: Features, Benefits, and Limitations