Tech Articles
- Rating:
Amazing
- Note: Good insights on why we need consistent hashing, when it is overkill, and why consistent hashing alone does not evenly balance load across servers.
- Rating:
Amazing
- Note: Good deep dive into Slack chat architecture and how it handled around 16 million connections per host. Covers channel servers, admin, gateway servers, and the web app.
- Rating:
Amazing
- Note: Great introduction to the "things, not strings" idea. Feels like an important step forward for text-based search.
- Rating:
Decent
- Note: Nice overview of how Google Search evolved.
- Rating:
Amazing
- Note: Easy-to-read article showing why GraphRAG can outperform baseline RAG.
- Rating:
Decent
- Note: Nice write-up on resilience at Netflix scale. Right now it feels somewhat like an abstraction over SQS with DLQ handling, while also preserving message ordering within a namespace.
- Rating:
Amazing
- Note: Very good explanation of how Twitter handled massive read-heavy traffic, with write-time fanout and interesting tradeoffs around eventual delivery and out-of-order replies.
Research
- Note: Added for deeper reading.
- Rating:
Amazing
- Note: Impressive paper for 1998. Crawling 24 million web pages and building a search engine better than the then-current market while introducing PageRank and the surfer analogy. Worth rereading.
Others
- Note: Source tag was
entrepreneur.
- Note: Added from the Slack founder-story set.
- Note: Source tag was
others. Good reminder that tools are trainable, while intuition comes from practice and learning to recognize patterns.