0x.run

Tech tutorials, programming guides, and developer resources

UUID v7: The New UUID That Actually Makes Sense

UUID v7 puts timestamps at the beginning, making database indexes happy. I saw 3x better insert performance and 50% smaller indexes after migrating. Here's how and when to switch.

CORS Errors: Every Fix That Actually Works

CORS errors are never quite the same. Here's every fix I've used in production, why each error happens, and actual code you can copy-paste for your specific situation.

Why I Stopped Using Frameworks for Everything

Frameworks solve real problems but add complexity. Use them when they solve problems you actually have, not because they're trendy. Sometimes vanilla code is faster to write and maintain.