Все публикации

Everything about HTTP Streaming and how Airbnb leverages it in production

Write code that matters

When should you rewrite from scratch? Rewrite vs Reuse

To write good APIs, follow Postel's Law

Two projects that every engineer should do in C language are ...

Why DragonflyDB uses B+ Trees to implement Sorted Set instead of Skiplist like Redis?

Never learn a similar programming language. Pick one that ...

Why blame Microsoft? Here's the actual root cause of the CrowdStrike Outage

How DragonflyDB implements 'distributed' transactions in a shared-nothing setup

Latency vs Response Time

When your database ID hits MAX_INT

DragonflyDB Architecture Overview, Internals, and Trade-offs - hitting 6.43 million ops/sec

TCP TIME_WAIT causing 'address already in use' error

Internals, architecture, and interesting trade-offs of Blacksmith that runs GitHub Actions 2x faster

How LinkedIn improved their latency by 60%

Designing a Realtime Gaming Leaderboard - Horizontally Scalable and Highly Available

How Rockset achieves zero data latency and workload isolation at scale

How Converged Indexes makes Rockset super-efficient in all kinds of queries | Rockset Internals

Architecture deep-dive of a Real-time Analytics Database | Rockset Internals

How JioCinema live streams IPL to 20 million concurrent devices w/ Prachi Sharma | Ep 7

How Reddit designed their metadata store to serve 100k req/sec at p99 of 17ms

How PostgreSQL generates all possible query execution plans before choosing the best one.

How PostgreSQL parses the query and constructs the Parse Tree?

PostgreSQL connection management and per-client process model explained