Ranking
Everything on SkillVeris tagged Ranking — collected across the glossary, study notes, blog, and cheat sheets.
3 resources across 2 libraries
Study Notes(1)
Interview Questions(2)
How Would You Design a Twitter-Style News Feed?
A Twitter-style news feed is built with a fan-out architecture that precomputes each follower’s timeline on write for most users, falls back to a fan-out-on-re…
How Do You Design a Friend Recommendation System?
A friend recommendation system generates candidates from a user’s social graph (friends-of-friends, mutual connections) using a graph database or precomputed g…