Waiting for PostgreSQL 20 – Add min() and max() aggregate support for uuid.
PostgreSQL 20 adds min() and max() aggregate functions for UUID type, enabling chronological queries with UUIDv7.
PostgreSQL 20 adds min() and max() aggregate functions for UUID type, enabling chronological queries with UUIDv7.
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.
An introduction to NanoID, a URL-friendly unique identifier alternative to UUIDs, covering its features, benefits, and usage.
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.