ContentPosts from @faun..
 Activity
@faun published <function LinkPost.objectify at 0x7f9b7f77a0e0> Is GPT-5 really worse than GPT-4o? Ars puts them to the test. , 4 months ago.
 Activity
@faun published <function LinkPost.objectify at 0x7fb1b1b6e0e0> Lessons from scaling PostgreSQL queues to 100K events , 4 months ago.
 Activity
@faun published <function LinkPost.objectify at 0x7fb1b1b6e0e0> Using DuckDB in AWS Lambda , 4 months ago.
 Activity
@faun published <function LinkPost.objectify at 0x7f9b7f77a0e0> Elon Musk's xAI Offers Up To $440K For Infrastructure Engineers, Calls It 'Adventure Of A Lifetime' , 4 months ago.
 Activity
@faun published <function LinkPost.objectify at 0x7f9b7f77a0e0> Tiny Agents in Python: a MCP-powered agent in ~70 lines of code , 4 months ago.
 Activity
@faun published <function LinkPost.objectify at 0x7f9b7f77a0e0> Kubernetes v1.34 Sneak Peek: A Game-Changer for the Kubernetes Expert’s Lifecycle , 4 months ago.
 Activity
@faun published <function LinkPost.objectify at 0x7f9b7f77a0e0> Migrating Airbnb’s JVM Monorepo to Bazel , 4 months ago.
 Activity
@faun published <function LinkPost.objectify at 0x7f3f5a8620e0> Building an AI-Powered E-commerce Chat Assistant with MongoDB , 4 months ago.
 Activity
@faun published <function LinkPost.objectify at 0x7f9b7f77a0e0> Worktrees: Git's best kept secret (and why you should use them) , 4 months ago.
Link
@faun shared a link, 4 months ago
FAUN.dev()

Database Sharding in 1 diagram and 204 words

Sharding breaks a heavyweight database into bite-sized chunks spread across servers. That means better scalability, less strain on any one node. The key? Picking the right shard key. Get that wrong, and you’re in cross-shard query hell. Modulo, range, and consistent hashing each slice the pie diff.. read more  

Database Sharding in 1 diagram and 204 words