Avoid guessable IDs
When developing a web application, you often have to store user-generated entities such as user profiles, photos, posts and videos. Chances are you store them in a database, using an integer ID, generated by a sequence. So, for example, each newly po...
Mar 2, 20213 min read124

