3 followers
I like researching, reading and writing about architecture that supports software applications.
This article explains a 6-step framework that non-technical PMs can use to crack system design interview questions Step 1: list major functional and...
Functional requirements: user should be able to upload videos user should be able to view/consume videos user should be able to view other user's...
Pre-requisites: What is a robust system?-A system that has capability to cope with errors What is Scalable System?- A system that can handle increase...
Client-Side Rendering: When a user requests a web page from the server & the browser receives the response. It has to render the response on the...
In this article, we will get an insight into the HTTP Push & Pull mechanism. We know that the majority of the communication on the web happens over...
What is Rest? REST stands for Representational State Transfer. It’s a software architectural style for implementing web services. Web services...