Hassam

Hassam

I am passionate about open-source software, privacy, best practices, standards, user experience, and developer experience. My favorite stack these days are Laravel, Vue, and Tailwind. And focusing on Solid Principles, Data Structures, and Design Patterns.

ULID vs UUID vs Integer IDs – Comparison

ULID vs UUID vs Integer IDs. ULID allows you to sort them, whereas UUID does not. ULID are more efficient than UUIDs due to less storage requirement, SEO friendly, URL friendly and sort functionality. Best Practices for Unique ID Generation…