From 44a415bb9f3e57b0d4ccb1552671440fec5a76eb Mon Sep 17 00:00:00 2001 From: mountdisk Date: Tue, 1 Jul 2025 00:03:30 +0900 Subject: [PATCH] chore: remove redundant words (#8862) Signed-off-by: mountdisk --- .../git-github/content/more-git@aZMVz6kc52vLGcZFD9Dgh.md | 2 +- src/data/roadmaps/system-design/system-design.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/data/roadmaps/git-github/content/more-git@aZMVz6kc52vLGcZFD9Dgh.md b/src/data/roadmaps/git-github/content/more-git@aZMVz6kc52vLGcZFD9Dgh.md index 08b651182..f3ee10d69 100644 --- a/src/data/roadmaps/git-github/content/more-git@aZMVz6kc52vLGcZFD9Dgh.md +++ b/src/data/roadmaps/git-github/content/more-git@aZMVz6kc52vLGcZFD9Dgh.md @@ -2,7 +2,7 @@ Git offers several advanced features to manage complex scenarios, including hard resets with `git reset`, reverting changes with `git revert`, reordering commits with `git rebase`, merging in new changes with `git merge`, squashing commits into a single change, temporarily saving uncommitted changes with `git stash` and then applying them with `git stash apply`, and selectively picking specific commits from one branch to apply on another with `git cherry-pick`. -Learn more from the the following resources: +Learn more from the following resources: - [article@Resetting, checking out & reverting](https://www.atlassian.com/git/tutorials/resetting-checking-out-and-reverting) - [@article@Git Reset and Revert Tutorial for Beginners](https://www.datacamp.com/tutorial/git-reset-revert-tutorial) diff --git a/src/data/roadmaps/system-design/system-design.md b/src/data/roadmaps/system-design/system-design.md index 863ac2576..ac5cf5c21 100644 --- a/src/data/roadmaps/system-design/system-design.md +++ b/src/data/roadmaps/system-design/system-design.md @@ -15,7 +15,7 @@ question: System design involves creating a detailed blueprint of a system's architecture, components, modules, interfaces, and data to fulfill specific requirements. It includes outlining a structured plan for building, implementing, and maintaining the system, ensuring it meets functional, technical, and business needs. This process addresses considerations of scalability, performance, security, and usability, aiming to develop an efficient and effective solution. ## What are the components of System Design? - Some of the the major components that play a crucial role in designing a system include Programming language choice, Databases, CDNs, Load Balancers, Caches, Proxies, Queues, Web Servers, Application Servers, Search Engines, Logging and Monitoring Systems, Scaling, and more. Key considerations include scalability, architectural patterns, and security measures to safeguard the system. These elements collectively contribute to building a robust, efficient, and secure system, though this list represents just a subset of the comprehensive factors involved in system design. + Some of the major components that play a crucial role in designing a system include Programming language choice, Databases, CDNs, Load Balancers, Caches, Proxies, Queues, Web Servers, Application Servers, Search Engines, Logging and Monitoring Systems, Scaling, and more. Key considerations include scalability, architectural patterns, and security measures to safeguard the system. These elements collectively contribute to building a robust, efficient, and secure system, though this list represents just a subset of the comprehensive factors involved in system design. courses: - title: 'Complete Course to Master SQL' description: 'Learn SQL from scratch with this comprehensive course'