Mohammed Taoufik LahmidiUUID vs ULID: Which Unique Identifier Should You Use?In software development, unique identifiers are essential for distinguishing entities, whether it’s for database records, distributed…3d ago
Laravel Pro TipsUUID in Laravel: A Simple GuideLooking to upgrade from basic database auto-increment IDs? Consider UUID! In this easy-to-follow guide, let’s dive into understanding UUID…Jan 241
InProgramming is LifebyKhun Yee Fung, Ph.D.Auto-incremental, UUID, “Snowflake”, which to use as keys?This is how I look at it. If your data has multiple sources, coming from different places, then UUID is the right way to go.5d ago5d ago
Wiiz4RdROOT-ME API-Broken Access 2 writeupAuthorization by UUID? Let’s see if we can get admin data this time.Sep 19Sep 19
Iason TzortzisWhy UUIDv1 should not be used to generate security tokens explainedArticle which discusses why version 1 of the UUID should not be used to generate tokens for security concerns in applications.6d ago6d ago
Mohammed Taoufik LahmidiUUID vs ULID: Which Unique Identifier Should You Use?In software development, unique identifiers are essential for distinguishing entities, whether it’s for database records, distributed…3d ago
Laravel Pro TipsUUID in Laravel: A Simple GuideLooking to upgrade from basic database auto-increment IDs? Consider UUID! In this easy-to-follow guide, let’s dive into understanding UUID…Jan 241
InProgramming is LifebyKhun Yee Fung, Ph.D.Auto-incremental, UUID, “Snowflake”, which to use as keys?This is how I look at it. If your data has multiple sources, coming from different places, then UUID is the right way to go.5d ago
Wiiz4RdROOT-ME API-Broken Access 2 writeupAuthorization by UUID? Let’s see if we can get admin data this time.Sep 19
Iason TzortzisWhy UUIDv1 should not be used to generate security tokens explainedArticle which discusses why version 1 of the UUID should not be used to generate tokens for security concerns in applications.6d ago
PrabeshGenerating 10 Million Unique IDs: Which Is Faster, UUID, ULID, or NanoID?Today i was reading about ULID and became curious about the performance differences between generating IDs using UUID, ULID, and NanoID. I…Jun 17
Full Stack DeveloperAdd a Unique Request ID to Incoming Requests in SpringBootTrace requests, debug easily and monitor & audit by adding an UUID to every incoming request in 3 easy steps.Aug 213