Tag: systems design

System Design Instagram

Instagram System Design Interview

If we are not prepared for a Systems Design interview, it’s tough to be able to design Instagram in a 45-minute interview. That’s why we need to know the fundamentals of Systems Design and understand this interview’s rules. One...

How to design Netflix with Java for Systems Design interview

Design Netflix for Systems Design Interview with Java

To design Netflix in a Systems Design interview, we must make questions assuming we will only design the most important features. Otherwise, we won’t be able to finish the design in 45 minutes. Making questions is challenging during a Systems...

Jenkins job pools Java source code to build the code periodically. Kafka requests a streaming application and interacts with Postgres or Amazon S3.

Mastering Periodic Polling And Streaming for Systems Design

We often use Periodic pooling and streaming in our day-to-day jobs, and it’s also crucial to know what those concepts are for Systems Design. In Jenkins, we often configure pooling to build our apps periodically. Kafka uses streaming by...