Tag
2 articles
UUID
Every article on the AldeaCode blog tagged with this topic.
Developer
How to Generate a UUID in JavaScript (2026 Guide)
Generate a UUID in JavaScript with crypto.randomUUID, no npm package needed. When to choose ULID, when to add salt, plus browser and Node.js examples.
Read article → Developer
UUID vs Auto Increment ID: Which Primary Key to Use
UUID vs auto increment integer primary keys compared: index performance, security, distribution and the new UUIDv7 option for PostgreSQL and MySQL.
Read article →