Using sortable UUID / GUIDs in Entity Framework
How to implement sortable UUID v7 GUIDs as primary keys in Entity Framework using a custom value generator.
How to implement sortable UUID v7 GUIDs as primary keys in Entity Framework using a custom value generator.
An analysis of different ID types in distributed systems, comparing transparent vs. opaque identifiers and their tradeoffs.
A tutorial on creating a fake JavaScript API using mock data, promises, and delays for frontend development without a backend.
Explains the uuid() function in Terraform, covering its usage, purpose, and technical details of RFC 4122 v4 UUID generation.
Explains performance issues with standard UUIDs in MySQL and presents an optimized solution using binary storage and bit-shifting.