Skip to content

Commit

Permalink
Sections copied from master to documentation branch!
Browse files Browse the repository at this point in the history
  • Loading branch information
andkret committed Nov 23, 2024
1 parent edf3c8e commit 5283c05
Show file tree
Hide file tree
Showing 2 changed files with 31 additions and 1 deletion.
25 changes: 24 additions & 1 deletion docs/09-BooksAndCourses.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@ Recommended Books, Courses, and Podcasts
- [Online Courses](09-BooksAndCourses.md#Online-Courses)
- [Preparation courses](09-BooksAndCourses.md#Preparation-courses)
- [Data engineering courses](09-BooksAndCourses.md#Data-engineering-courses)
- [Podcasts](09-BooksAndCourses.md#Podcasts)
- [Certifications](09-BooksAndCourses.md#Certifications)
- [Podcasts](09-BooksAndCourses.md#Podcasts)


## About Books, Courses, and Podcasts
Expand Down Expand Up @@ -166,6 +167,28 @@ PS: Don't just get a book and expect to learn everything
| Data Engineering with Hadoop | Hadoop Project with HDFS, YARN, MapReduce, Hive and Sqoop! | https://learndataengineering.com/p/data-engineering-with-hadoop |
| Dockerized ETL | Learn how quickly set up a simple ETL script with AWS TDengine & Grafana | https://learndataengineering.com/p/timeseries-etl-with-aws-tdengine-grafana |

## Certifications

Here's a list of great certifications that you can do on AWS and Azure. We left out GCP here, because the adoption of AWS and Azure is a lot higher and that's why I recommend to start with one of these. The costs are usually for doing the certification tests. We also added the level and prerequisites to make it easier for you make the decision which one fits for you.

| Platform | Certification Name | Price | Level | Prerequisite Experience | URL |
|----------|---------------------------------------------------------|-------|-------------|------------------------------------------------------------------------------------------|--------------------------------------------------------------------------------------------------------------|
| AWS | AWS Certified Cloud Practitioner (maybe) | 100 | Beginner | Familiarity with the AWS platform is recommended but not required. | [Link](https://aws.amazon.com/certification/certified-cloud-practitioner/) |
| AWS | AWS Certified Solutions Architect | 300 | Expert | AWS Certified Solutions Architect - Professional is intended for individuals with two or more years of hands-on experience designing and deploying cloud architecture on AWS. | [Link](https://aws.amazon.com/certification/certified-solutions-architect-professional/?ch=sec&sec=rmg&d=1) |
| AWS | AWS Certified Solutions Architect | 150 | Intermediate| This is an ideal starting point for candidates with AWS Cloud or strong on-premises IT experience. This exam does not require deep hands-on coding experience, although familiarity with basic programming concepts would be an advantage. | [Link](https://aws.amazon.com/certification/certified-solutions-architect-associate/) |
| AWS | AWS Certified Data Engineer | 150 | Intermediate| The ideal candidate for this exam has the equivalent of 2-3 years of experience in data engineering or data architecture and a minimum of 1-2 years of hands-on experience with AWS services. | [Link](https://aws.amazon.com/certification/certified-data-engineer-associate/) |
| Azure | Microsoft Certified: Azure Cosmos DB Developer Specialty| 165 | Intermediate| | [Link](https://learn.microsoft.com/en-us/credentials/certifications/azure-cosmos-db-developer-specialty/?practice-assessment-type=certification) |
| Azure | Microsoft Certified: Azure Data Engineer Associate - DP 203| 165 | Intermediate| | [Link](https://learn.microsoft.com/en-us/credentials/certifications/azure-data-engineer/?practice-assessment-type=certification) |
| Azure | Microsoft Certified: Azure Data Fundamentals | 99 | Beginner | | [Link](https://learn.microsoft.com/en-us/credentials/certifications/azure-data-fundamentals/?practice-assessment-type=certification) |
| Azure | Microsoft Certified: Azure Database Administrator Associate| 165 | Intermediate| | [Link](https://learn.microsoft.com/en-us/credentials/certifications/azure-database-administrator-associate/?practice-assessment-type=certification) |
| Azure | Microsoft Certified: Azure Developer Associate | 165 | Intermediate| | [Link](https://learn.microsoft.com/en-us/credentials/certifications/azure-developer/?practice-assessment-type=certification) |
| Azure | Microsoft Certified: Azure Fundamentals | 99 | Beginner | | [Link](https://learn.microsoft.com/en-us/credentials/certifications/azure-fundamentals/?practice-assessment-type=certification) |
| Azure | Microsoft Certified: Azure Solutions Architect Expert | 165 | Expert | Microsoft Certified: Azure Administrator Associate certification | [Link](https://learn.microsoft.com/en-us/credentials/certifications/azure-solutions-architect/) |
| Azure | Microsoft Certified: Fabric Analytics Engineer Associate| 165 | Intermediate| | [Link](https://learn.microsoft.com/en-us/credentials/certifications/fabric-analytics-engineer-associate/?practice-assessment-type=certification) |
| Azure | Microsoft Certified: Fabric Data Engineer Associate | 165 | Intermediate| | [Link](https://learn.microsoft.com/en-us/credentials/certifications/fabric-data-engineer-associate/) |
| Azure | Microsoft Certified: Power BI Data Analyst Associate | 165 | Intermediate| | [Link](https://learn.microsoft.com/en-us/credentials/certifications/data-analyst-associate/?practice-assessment-type=certification) |


## Podcasts
Top five podcasts by the number of episodes created.

Expand Down
7 changes: 7 additions & 0 deletions docs/10-Updates.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,18 +2,25 @@ Updates
============

What's new? Here you can find a list of all the updates with links to the sections
- **2024-11-23**
- Added an overview of AWS and Azure cloud certifications for Data Engineers. From beginners to experts. [click here](09-BooksAndCourses.md#Certifications)


- **2024-07-31**
- Added 10 platform architecture react videos id did to the "Best Practices" section. This way you get a better feeling of what companies are doing and which tools they use [click here](06-BestPracticesCloud.md#best-practices)


- **2024-07-17**
- Added 20 API interview questoins and their answers [click here](08-InterviewQuestions.md#apis)
- Added 10 Python interview questions and their answers [click here](03-AdvancedSkills.md#python)


- **2024-07-08**
- Added large article about Snowflake and dbt for Data Engineers [click here](03-AdvancedSkills.md#analytical-data-stores)
- Added new secton "Analytical Data Stores" to Advanced skills with the Snowflake & dbt infos.
- Put SQL and NoSQL datastores into a new section "Transactional Data Stores"


- **2024-03-20**
- Added roadmap for Software Engineers / Computer Scientists [click here](01-Introduction.md#roadmap-for-software-engineers)
- Added many questions and answers from my interview on the Super Data Science Podcast (plus links to YouTube and the Podcast) [click here](01-Introduction.md#Interview-with-Andreas-on-the-Super-Data-Science-Podcast)
Expand Down

0 comments on commit 5283c05

Please sign in to comment.