Build a news feed system similar to Twitter or Instagram that aggregates and ranks content from followed users.
Choose between push vs pull feed models. Consider fanout-on-write, fanout-on-read, and hybrid approaches for different user types.