diff --git a/src/data/roadmaps/aspnet-core/content/template-engines@C85aJvrzj6rP2Hmfj9uPB.md b/src/data/roadmaps/aspnet-core/content/template-engines@C85aJvrzj6rP2Hmfj9uPB.md index 0bd527aec..06bd3fd7e 100644 --- a/src/data/roadmaps/aspnet-core/content/template-engines@C85aJvrzj6rP2Hmfj9uPB.md +++ b/src/data/roadmaps/aspnet-core/content/template-engines@C85aJvrzj6rP2Hmfj9uPB.md @@ -5,4 +5,4 @@ Template engines in [ASP.NET](http://ASP.NET) are libraries that allow developer Visit the following resources to learn more: - [@article@Template Engine in ASP.NET](https://ej2.syncfusion.com/aspnetmvc/documentation/common/template-engine) -- [@article@How to to Create Custom Templates using the .Net Template Engine ](https://www.infoq.com/articles/dotnet-core-template-engine/) \ No newline at end of file +- [@article@How to Create Custom Templates using the .Net Template Engine ](https://www.infoq.com/articles/dotnet-core-template-engine/) \ No newline at end of file diff --git a/src/data/roadmaps/aws/content/configuration-sets@4svXYQYmqjUZU39z8OyhD.md b/src/data/roadmaps/aws/content/configuration-sets@4svXYQYmqjUZU39z8OyhD.md index 89b4b2469..9eba338bb 100644 --- a/src/data/roadmaps/aws/content/configuration-sets@4svXYQYmqjUZU39z8OyhD.md +++ b/src/data/roadmaps/aws/content/configuration-sets@4svXYQYmqjUZU39z8OyhD.md @@ -1,6 +1,6 @@ # Configuration Sets -Configuration Sets in SES (Simple Email Service) of AWS (Amazon Web Services) allow to publish email sending events. These sets are used to group together similar rules that you can apply to emails you send using AWS SES. You can apply a configuration set to an email by including it in the headers of the email. It can be used to specify the dedicated sending IP pools, configure the message delivery parameters, and to enable open and click tracking. AWS SES sends information about each email sent with the set to CloudWatch and Kinesis Firehose which can be later utilized for further analysis or to manage your customer interactions more effectively. +Configuration Sets in SES (Simple Email Service) of AWS (Amazon Web Services) allow you to publish email sending events. These sets are used to group together similar rules that you can apply to emails you send using AWS SES. You can apply a configuration set to an email by including it in the headers of the email. It can be used to specify the dedicated sending IP pools, configure the message delivery parameters, and to enable open and click tracking. AWS SES sends information about each email sent with the set to CloudWatch and Kinesis Firehose which can be later utilized for further analysis or to manage your customer interactions more effectively. Visit the following resources to learn more: diff --git a/src/data/roadmaps/data-engineer/content/horizontal-vs-vertical-scaling@k_XSLLwb0Jk0Dd1sw-MpR.md b/src/data/roadmaps/data-engineer/content/horizontal-vs-vertical-scaling@k_XSLLwb0Jk0Dd1sw-MpR.md index 5bc04f2a8..2679bae37 100644 --- a/src/data/roadmaps/data-engineer/content/horizontal-vs-vertical-scaling@k_XSLLwb0Jk0Dd1sw-MpR.md +++ b/src/data/roadmaps/data-engineer/content/horizontal-vs-vertical-scaling@k_XSLLwb0Jk0Dd1sw-MpR.md @@ -1,6 +1,6 @@ # Horizontal vs Vertical Scaling -Horizontal scaling is the process of adding more machines or nodes to a an existing pool in a system to distribute the workload and address increased load. +Horizontal scaling is the process of adding more machines or nodes to an existing pool in a system to distribute the workload and address increased load. By contrast, vertical scaling involves increasing the computing power of individual machines in a system. This is achieved by adjusting or upgrading hardware components, such as CPU, RAM, and network speed. diff --git a/src/data/roadmaps/ios/content/dynamic-type@0nei6iwP4Pgi_j4vVi_Qt.md b/src/data/roadmaps/ios/content/dynamic-type@0nei6iwP4Pgi_j4vVi_Qt.md index 1cc19fb7b..ad1dfc808 100644 --- a/src/data/roadmaps/ios/content/dynamic-type@0nei6iwP4Pgi_j4vVi_Qt.md +++ b/src/data/roadmaps/ios/content/dynamic-type@0nei6iwP4Pgi_j4vVi_Qt.md @@ -1,5 +1,5 @@ # Dynamic Type -The Dynamic Type feature allows users to choose the size of textual content displayed on the screen. It helps users who need larger text for better readability. It also accomodates those who can read smaller text, allowing more information to appear on the screen. Apps that support Dynamic Type also provide a more consistent reading experience. +The Dynamic Type feature allows users to choose the size of textual content displayed on the screen. It helps users who need larger text for better readability. It also accommodates those who can read smaller text, allowing more information to appear on the screen. Apps that support Dynamic Type also provide a more consistent reading experience. Visit the following resources to learn more: diff --git a/src/data/roadmaps/redis/content/xread@4sKiAtX5aIL4NDsQkilNC.md b/src/data/roadmaps/redis/content/xread@4sKiAtX5aIL4NDsQkilNC.md index f45273168..47c279149 100644 --- a/src/data/roadmaps/redis/content/xread@4sKiAtX5aIL4NDsQkilNC.md +++ b/src/data/roadmaps/redis/content/xread@4sKiAtX5aIL4NDsQkilNC.md @@ -1,6 +1,6 @@ # XREAD -The XREAD command reads data from one or more streams, only returning entired with an ID greater than the last recieved ID. +The XREAD command reads data from one or more streams, only returning entries with an ID greater than the last received ID. Learn more from the following resources: