Aarthi K·Feb 16, 2023Chat System Design — IHi, In this blog, we will be looking into some of the critical concepts for designing the Chat System. Almost every one of us uses a chat…
Aarthi K·Mar 28, 2022Relational Database Modeling — LinkedIn Schema Design — Part IIHi All, welcome back to the part II of the relational database modeling. In the last blog we discussed how to design a model schema with…
Aarthi K·Mar 22, 2022Relational Database Modeling — LinkedIn Schema DesignHi All, Whenever a system has to be built there will be various entity we have to keep in mind. The first and the most important steps in…A response icon1A response icon1
InInterviewNoodlebyAarthi K·Jan 18, 2022CAP Theorem in System designHi All! Welcome back. In this article, we will be understanding what the CAP theorem says and how can we relate it with a real-world…A response icon2A response icon2
Aarthi K·Jan 15, 2022System Design Architecture -IIIHi all, today we will be continuing with our System Design Architecture and also the last blog on primer. If missed the last two parts…
InInterviewNoodlebyAarthi K·Jan 13, 2022System Design Architecture — IIHi all, Welcome back to the blog on System Design Architecture. If you have missed the previous one, please free feel to checkout on the…
Aarthi K·Jan 9, 2022System Design Architecture — IHere are the few questions we always hear when we start designing a system:A response icon3A response icon3
Aarthi K·Jan 7, 2022Horizontal vs Vertical ScalingImagine you have an application designed and running that enables you to chat and share photos, videos, and blogs with your friends. After…A response icon2A response icon2
Aarthi K·Nov 7, 2020What is the difference between window, screen, and document in JavaScript?Window:
Aarthi K·Nov 7, 2020Objects and its internal representation in JavaScriptEvery Object Oriented Programming has its upper hand because of its characteristic to represent a real world problem. This is being…