How-to articles, tricks, and solutions about UNIQUEIDENTIFIER
How to create a GUID/UUID in Python
You can use the uuid module in Python to generate a globally unique identifier (GUID), also known as a universally unique identifier (UUID).
Short unique id in php
In PHP, you can use the function uniqid() to generate a short unique ID.