-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
8337a0d
commit 23ea417
Showing
22 changed files
with
322 additions
and
339 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1,7 @@ | ||
## [Basic Concepts](basic_concepts/basic_concepts.md) | ||
Understand fundamental concepts and terminology related to AWS, including regions, availability zones, IAM, and more. | ||
|
||
## [Frameworks](framework/framework.md) | ||
Learn about AWS frameworks and methodologies for building scalable, resilient, and secure cloud applications, such as the Well-Architected Framework and Serverless Application Model (SAM). | ||
|
||
## [Services](services/services.md) | ||
Discover a wide range of AWS services across compute, storage, databases, networking, machine learning, analytics, security, and more, and understand their use cases and features. | ||
|
||
## [Command Line Interface](aws_cli/aws_cli.md) | ||
The AWS Command Line Interface (CLI) for managing AWS resources, automating tasks, and scripting operations in the AWS environment. | ||
text | ||
## [Project](../projects/cloud_resume_aws.md) | ||
Discover AWS-related projects for practical learning and implementation. | ||
| Topic | Description | | ||
|-------|-------------| | ||
| **[Basic Concepts](basic_concepts/basic_concepts.md)** | Understand fundamental concepts and terminology related to AWS, including regions, availability zones, IAM, and more. | | ||
| **[Frameworks](framework/framework.md)** | Learn about AWS frameworks and methodologies for building scalable, resilient, and secure cloud applications, such as the Well-Architected Framework and Serverless Application Model (SAM). | | ||
| **[Services](services/services.md)** | Discover a wide range of AWS services across compute, storage, databases, networking, machine learning, analytics, security, and more, and understand their use cases and features. | | ||
| **[Command Line Interface](aws_cli/aws_cli.md)** | The AWS Command Line Interface (CLI) for managing AWS resources, automating tasks, and scripting operations in the AWS environment. | | ||
| **[Project](../projects/cloud_resume_aws.md)** | Discover AWS-related projects for practical learning and implementation. | |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,16 +1,8 @@ | ||
## [Basic Concepts](basic_concepts/basic_concept.md) | ||
| Topic | Description | | ||
|-------|-------------| | ||
| **[Basic Concepts](basic_concepts/basic_concept.md)** | Gain insights into fundamental concepts and terminology related to Azure, including regions, resource groups, Azure Active Directory (AAD), and more. | | ||
| **[Frameworks](framework/framework.md)** | Learn about Azure frameworks and best practices for designing, deploying, and managing cloud solutions, such as the Azure Well-Architected Framework and Azure Application Architecture Guide. | | ||
| **[Services](services/services.md)** | Explore a wide range of Azure services spanning compute, storage, databases, networking, AI, IoT, security, and more, and understand their capabilities, use cases, and integration options. | | ||
| **[Command Line Interface](azure_cli/azure_cli.md)** | The Azure Command Line Interface (CLI) for managing Azure resources, automating tasks, and scripting operations in the Azure environment. | | ||
| **[Project](../projects/cloud_resume_azure.md)** | Explore Azure-related projects for hands-on learning and practical experience. | | ||
|
||
Gain insights into fundamental concepts and terminology related to Azure, including regions, resource groups, Azure Active Directory (AAD), and more. | ||
|
||
## [Frameworks](framework/framework.md) | ||
|
||
Learn about Azure frameworks and best practices for designing, deploying, and managing cloud solutions, such as the Azure Well-Architected Framework and Azure Application Architecture Guide. | ||
|
||
## [Services](services/services.md) | ||
Explore a wide range of Azure services spanning compute, storage, databases, networking, AI, IoT, security, and more, and understand their capabilities, use cases, and integration options. | ||
|
||
## [Command Line Interface](azure_cli/azure_cli.md) | ||
The Azure Command Line Interface (CLI) for managing Azure resources, automating tasks, and scripting operations in the Azure environment. | ||
|
||
## [Project](../projects/cloud_resume_azure.md) | ||
Explore Azure-related projects for hands-on learning and practical experience. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,17 +1,10 @@ | ||
# [Cloud](basic_concepts/basic_concepts.md) | ||
## What is Cloud ? | ||
|
||
In the context of computing, the "cloud" refers to the internet. Cloud computing involves the delivery of various computing services including servers, storage, databases, networking, software, and more over the internet, rather than on-premises infrastructure or local servers. | ||
|
||
# Cloud Providers | ||
## Cloud Providers | ||
|
||
## [AWS (Amazon Web Services)](aws/aws.md) | ||
|
||
Amazon Web Services (AWS) is a cloud computing platform provided by Amazon.com. It offers a wide range of services and solutions across compute, storage, databases, machine learning, analytics, networking, security, and more. | ||
|
||
## [Azure](azure/azure.md) | ||
|
||
Microsoft Azure is a cloud computing platform provided by Microsoft, offering a comprehensive suite of cloud services for building, deploying, and managing applications and services through Microsoft-managed data centers. | ||
|
||
# Projects | ||
|
||
Cloud projects can cover a wide range of use cases and scenarios, leveraging the capabilities of cloud computing platforms to address various business needs and challenges. | ||
| Provider | Description | | ||
|----------|-------------| | ||
| **[AWS (Amazon Web Services)](aws/aws.md)** | Amazon Web Services (AWS) is a cloud computing platform provided by Amazon.com. It offers a wide range of services and solutions across compute, storage, databases, machine learning, analytics, networking, security, and more. | | ||
| **[Azure](azure/azure.md)** | Microsoft Azure is a cloud computing platform provided by Microsoft, offering a comprehensive suite of cloud services for building, deploying, and managing applications and services through Microsoft-managed data centers. | |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,17 @@ | ||
## Database | ||
|
||
A database is an organized collection of structured data, typically stored electronically in a computer system. It is designed to efficiently manage, retrieve, and manipulate data according to the needs of the users or applications. Databases are fundamental components of modern information systems, enabling data storage, retrieval, modification, and deletion through standardized query languages and interfaces. | ||
|
||
- **[SQL - Structured Query Language](sql/sql.md)** | ||
## Need of Database | ||
|
||
- Databases are essential in various applications, from business management systems, e-commerce platforms, and social media services to scientific research and data analysis. | ||
- They ensure data integrity, security, and accessibility, supporting the robust and reliable operation of software systems. | ||
|
||
## Types of Databases | ||
|
||
Databases can be broadly classified into two main types based on their structure and query language | ||
|
||
- **[NoSQL - Not Only SQL](nosql/nosql.md)** | ||
| Database Type | Description | | ||
|---------------|-------------| | ||
|[SQL](sql/sql.md) | SQL (Structured Query Language) databases use a relational model, which organizes data into tables with predefined schemas. They are known for their ACID (Atomicity, Consistency, Isolation, Durability) properties, which ensure reliable transactions and data integrity. SQL databases are widely used in applications where complex queries and transactional consistency are crucial. | | ||
| [NoSQL](nosql/nosql.md) | NoSQL (Not Only SQL) databases are designed to handle unstructured or semi-structured data. They provide flexible schemas and are optimized for horizontal scalability and performance. NoSQL databases are often used in big data and real-time web applications, where the data structure can evolve over time, and quick access is essential. | |
Oops, something went wrong.