Unique IDs... Which is the best?
When thinking of generating unique IDs, the very first approach that comes to mind is using auto-incrementing integer IDs in traditional databases. This works well for small systems or systems with a single database. However, you cannot use this meth...
blog.pavittarx.com6 min read