Stories, Tutorials
& Life Tips
Deep dives on coding, health, recipes, travel and everything in between.
📍 Explore Reading Paths
Follow curated journeys from beginner to expert
अतुल्यकालिकता ट्यूटोरियल
Asynchronous workflows help reduce request times for expensive operations that would otherwise be performed in-line. They can also help by doing time-consuming work in advance, such as periodic aggreg…
डेटाबेस ट्यूटोरियल
Relational database management system (RDBMS)A relational database like SQL is a collection of data items organized in t…
अनुप्रयोग परत क्या है?
Separating out the web layer from the application layer (also known as platform layer) allows you to scale and configure…
रिवर्स प्रॉक्सी (वेब \u200b\u200bसर्वर) क्या है
A reverse proxy is a web server that centralizes internal services and provides unified interfaces to the public. Reques…
लोड बैलेंसर क्या है?
Load balancers distribute incoming client requests to computing resources such as application servers and databases. In …
सामग्री वितरण नेटवर्क (CDN)
A content delivery network (CDN) is a globally distributed network of proxy servers, serving content from locations clos…
डोमेन नाम प्रणाली (DNS) क्या है?
A Domain Name System (DNS) translates a domain name such as www.example.com to an IP address. DNS is hierarchical, with …
उपलब्धता बनाम संगति
CAP theorem In a distributed computer system, you can only support two of the following guarantees: Consistency - Every …
विलंबता बनाम थ्रूपुट
Latency is the time to perform some action or to produce some result. Throughput is the number of such actions or result…
प्रदर्शन बनाम स्थिरता
A service is scalable if it results in increased performance in a manner proportional to resources added. Generally, inc…
AWS पर लाखों उपयोगकर्ताओं के लिए एक प्रणाली कैसे डिज़ाइन करें
Step 1: Outline use cases and constraintsGather requirements and scope the problem. Ask questions to clarify use cases a…
श्रेणी सुविधा द्वारा अमेज़न की बिक्री रैंक कैसे डिजाइन करें
Step 1: Outline use cases and constraintsGather requirements and scope the problem. Ask questions to clarify use cases a…
सबसे हाल के वेब सर्वर प्रश्नों के परिणामों को बचाने के लिए एक कुंजी-मूल्य कैश कैसे डिज़ाइन करें
Step 1: Outline use cases and constraintsGather requirements and scope the problem. Ask questions to clarify use cases a…
सामाजिक नेटवर्क के लिए डेटा संरचनाओं को कैसे डिज़ाइन करें
Step 1: Outline use cases and constraintsGather requirements and scope the problem. Ask questions to clarify use cases a…
Mint.com डिजाइन कैसे करें
Step 1: Outline use cases and constraintsGather requirements and scope the problem. Ask questions to clarify use cases a…