Grokking Microservices Design Patterns
Vote

0% completed

System Design Examples

Let's dive into the world of streaming with Netflix, and see how BFF plays a crucial role.

Netflix

Netflix serves a diverse range of devices: smartphones, tablets, smart TVs, laptops, and even gaming consoles. Each device type has its own unique characteristics, user interactions, and performance considerations.

1. The Scenario

Imagine a feature on Netflix: Viewing Movie Details. When a user selects a movie, they see details like the title, description, genre, rating, cast, recommendations, and user reviews.

.....

.....

.....

Like the course? Get enrolled and start learning!
S

se.ahmedanwar

· 3 years ago

BFF is like making a seperate gateway for each set of devices e.g

  1. one gateway for web based app

  2. one for mobile app

  3. last one for TV app

can you please explain it a bit and prove me right or wrong?