Unique Identifiers: UUID vs NanoID
Feb 15, 2022 · 2 min read · I think every developer used unique identifiers at least once in their life. You can use those to generate a primary key in a database, a unique filename, etc. In this article, I'll compare the popular UUID with the rising start NanoID. UUID This i...
Join discussion