JJinchurkiiinraiipratik.hashnode.dev·Jan 24, 2024 · 4 min readA look at latency in System DesignLatency determins the speed at which data can be transferred from one end of a system to another. It is a measure of how quickly data can be transferred between a client and a server. It is directly related to performance of a system. Lower latenc...00
JJinchurkiiinraiipratik.hashnode.dev·Mar 29, 2023 · 5 min readJavaScript ArraysJavaScript arrays are a powerful tool for storing and manipulating multiple values. An array is a collection of values that can be accessed using an index. Each value in the array is assigned a unique index, starting from 0 for the first element. Cre...00
JJinchurkiiinraiipratik.hashnode.dev·Mar 29, 2023 · 2 min readUnderstanding Callback Functions in JavaScriptIntroduction JavaScript is a high-level, interpreted programming language that is used to add interactive elements to websites. One of the most important concepts in JavaScript is the use of callback functions. In this blog post, we will dive into wh...00
JJinchurkiiinraiipratik.hashnode.dev·Jan 16, 2023 · 3 min readInterval Interval LeetCode SolutionProblem Description : You are given an array of non-overlapping intervals intervals where intervals[i] = [start<sub>i</sub>, end<sub>i</sub>] represent the start and the end of the i<sup>th</sup> interval and intervals is sorted in ascending order by...00