mirror of
https://github.com/kamranahmedse/developer-roadmap.git
synced 2026-03-12 17:51:53 +08:00
fix: typos and grammar in iOS, Redis, ASP.NET, Data Engineer, and AWS roadmaps (#9552)
- iOS Dynamic Type: 'accomodates' → 'accommodates' - Redis XREAD: 'entired' → 'entries', 'recieved' → 'received' - ASP.NET Template Engines: 'How to to' → 'How to' - Data Engineer Horizontal Scaling: 'a an existing' → 'an existing' - AWS Configuration Sets: 'allow to publish' → 'allow you to publish' Co-authored-by: Your Name <your-email@example.com>
This commit is contained in:
@@ -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/)
|
||||
- [@article@How to Create Custom Templates using the .Net Template Engine ](https://www.infoq.com/articles/dotnet-core-template-engine/)
|
||||
@@ -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:
|
||||
|
||||
|
||||
@@ -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.
|
||||
|
||||
|
||||
@@ -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:
|
||||
|
||||
|
||||
@@ -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:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user