From 1bd237fded09143e9ca303a91dda04115a52a999 Mon Sep 17 00:00:00 2001 From: MDReal32 Date: Fri, 1 Sep 2023 15:18:47 +0400 Subject: [PATCH] az: block: Step 3: Design core components --- README-az-Latn.md | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/README-az-Latn.md b/README-az-Latn.md index 26fffed..bc1e17b 100644 --- a/README-az-Latn.md +++ b/README-az-Latn.md @@ -256,18 +256,18 @@ Bütün vacib komponentlər daxil olmaq şərtilə tərtib etdiyiniz dizaynı t * Əsas komponentləri və birləşmələri eskiz edin * Fikirlərinizi əsaslandırın -### Step 3: Design core components +### Addım 3: Əsas komponentləri dizayn edin -Dive into details for each core component. For example, if you were asked to [design a url shortening service](solutions/system_design/pastebin/README.md), discuss: +Hər bir əsas komponenti ətraflı izzah etməyə başlayın. Məsələn, sizdən [url qısaldıcı xidmət](solutions/system_design/pastebin/README.md) dizayn etmək istənilsə, müzakirə edin: * Generating and storing a hash of the full url - * [MD5](solutions/system_design/pastebin/README.md) and [Base62](solutions/system_design/pastebin/README.md) - * Hash collisions - * SQL or NoSQL - * Database schema -* Translating a hashed url to the full url - * Database lookup -* API and object-oriented design + * [MD5](solutions/system_design/pastebin/README.md) və [Base62](solutions/system_design/pastebin/README.md) + * Xeş toqquşmaları (Hash collision) + * SQL va ya NoSQL + * Məlumatlar bazası sxeması (Database schema) +* Hash-lənmiş url-in tam url-ə yönləndirilməsi + * Database axtarışı +* API və obyekt yönümlü dizayn ### Step 4: Scale the design