Hacker News new | ask | show | jobs
by manigandham 1465 days ago
Use integer IDs and a library like Hashids for friendly alphanumeric representations: https://hashids.org/

This particular implementation is available in dozens of languages.