From 22a29605d86cea986c2bbdcb46e403ab21fc8b42 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 4 Mar 2025 21:15:08 +0600 Subject: [PATCH] chore: update roadmap content json (#8288) Co-authored-by: kamranahmedse <4921183+kamranahmedse@users.noreply.github.com> --- public/roadmap-content/api-design.json | 25 ++++++++++++++++++++++-- public/roadmap-content/data-analyst.json | 2 +- 2 files changed, 24 insertions(+), 3 deletions(-) diff --git a/public/roadmap-content/api-design.json b/public/roadmap-content/api-design.json index 241432aff..d5a237da5 100644 --- a/public/roadmap-content/api-design.json +++ b/public/roadmap-content/api-design.json @@ -458,8 +458,29 @@ }, "O7wjldZ3yTA2s_F-UnJw_": { "title": "Rate Limiting", - "description": "Rate Limiting is a critical aspect of API Design that dictates the number of API calls a client can make within a specified timeframe. This helps in managing resource allocation, preventing abuse of the API, and maintaining the overall health of the API system. Proper rate limiting measures should be in place to ensure the API's stability, thereby delivering a consistent and reliable service to all consumers. It works primarily by setting a limit on the frequency of client requests, thereby preventing individual users from overloading the system. It is crucial to design and implement rate limiting carefully for maintaining API availability and performance.", - "links": [] + "description": "Rate Limiting is a critical aspect of API Design that dictates the number of API calls a client can make within a specified timeframe. This helps in managing resource allocation, preventing abuse of the API, and maintaining the overall health of the API system. Proper rate limiting measures should be in place to ensure the API's stability, thereby delivering a consistent and reliable service to all consumers. It works primarily by setting a limit on the frequency of client requests, thereby preventing individual users from overloading the system. It is crucial to design and implement rate limiting carefully for maintaining API availability and performance.\n\nLearn more from the following resources:", + "links": [ + { + "title": "Rate limit", + "url": "https://developer.mozilla.org/en-US/docs/Glossary/Rate_limit", + "type": "article" + }, + { + "title": "Throttle", + "url": "https://developer.mozilla.org/en-US/docs/Glossary/Throttle", + "type": "article" + }, + { + "title": "Debounce", + "url": "https://developer.mozilla.org/en-US/docs/Glossary/Debounce", + "type": "article" + }, + { + "title": "What is rate limiting? | Rate limiting and bots", + "url": "https://www.cloudflare.com/en-gb/learning/bots/what-is-rate-limiting/", + "type": "article" + } + ] }, "20KEgZH6cu_UokqWpV-9I": { "title": "Idempotency", diff --git a/public/roadmap-content/data-analyst.json b/public/roadmap-content/data-analyst.json index 744e1c6ae..3d487abaa 100644 --- a/public/roadmap-content/data-analyst.json +++ b/public/roadmap-content/data-analyst.json @@ -265,7 +265,7 @@ "links": [ { "title": "Replace Function", - "url": "https://support.microsoft.com/en-us/office/replace-function-6acf209b-01b7-4078-b4b8-e0a4ef67d181", + "url": "https://support.microsoft.com/en-us/office/replace-function-8d799074-2425-4a8a-84bc-82472868878a", "type": "article" }, {