import { getCollection } from 'astro:content'
const posts = await getCollection('blog');
The Millisecond Check: How Big Tech Verifies Your Username in a Flash
Behind the simple 'username already taken' message lies a sophisticated multi-layered system using Bloom filters, Redis, Tries, and distributed databases.
Building Type-Safe API Clients with the Procedure Pattern
The procedure pattern provides a type-safe, declarative approach to building API clients in TypeScript applications.
export default posts