Skip to content

Commit 30ffd61

Browse files
authored
Merge pull request #208 from eponkratova/master
Split the course table into two
2 parents 5d63ee7 + aae9e87 commit 30ffd61

File tree

2 files changed

+19
-7
lines changed

2 files changed

+19
-7
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -374,6 +374,8 @@ If you look for the old PDF version it's [here](https://github.com/andkret/Cookb
374374
- [Community Recommendations](sections/09-BooksAndCourses.md#Community-Recommendations)
375375
- [Designing Data-Intensive Applications](sections/09-BooksAndCourses.md#designing-data-intensive-applications)
376376
- [Online Courses](sections/09-BooksAndCourses.md#online-courses)
377+
- [Preparation courses](sections/09-BooksAndCourses.md#Preparation-courses)
378+
- [Data engineering courses](sections/09-BooksAndCourses.md#Data-engineering-courses)
377379
- [Podcasts](sections/09-BooksAndCourses.md#Podcasts)
378380
- [Super Data Science](sections/09-BooksAndCourses.md#Super-Data-Science)
379381
- [Data Skeptic](sections/09-BooksAndCourses.md#Data-Skeptic)

sections/09-BooksAndCourses.md

Lines changed: 17 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,8 @@ Recommended Books, Courses, and Podcasts
2323
- [Community Recommendations](09-BooksAndCourses.md#Community-Recommendations)
2424
- [Designing Data-Intensive Applications](09-BooksAndCourses.md#designing-data-intensive-applications)
2525
- [Online Courses](09-BooksAndCourses.md#Online-Courses)
26+
- [Preparation courses](09-BooksAndCourses.md#Preparation-courses)
27+
- [Data engineering courses](09-BooksAndCourses.md#Data-engineering-courses)
2628
- [Podcasts](09-BooksAndCourses.md#Podcasts)
2729
- [Super Data Science](09-BooksAndCourses.md#Super-Data-Science)
2830
- [Data Skeptic](09-BooksAndCourses.md#Data-Skeptic)
@@ -135,26 +137,34 @@ PS: Don't just get a book and expect to learn everything
135137

136138

137139
## Online Courses
138-
| **Course name** | **Course description** | _Course URL_ |
140+
141+
### Preparation courses
142+
143+
| Course name | Course description | Course URL |
139144
|---|---|---|
140-
| **_Preparation courses_** | | |
141145
| The Bits and Bytes of Computer Networking | This course is designed to provide a full overview of computer networking. We’ll cover everything from the fundamentals of modern networking technologies and protocols to an overview of the cloud to practical applications and network troubleshooting. | https://www.coursera.org/learn/computer-networking |
142146
| Learn SQL \| Codecademy | In this SQL course, you'll learn how to manage large datasets and analyze real data using the standard data management language. | https://www.codecademy.com/learn/learn-sql |
143147
| Learn Python 3 \| Codecademy | Learn the basics of Python 3, one of the most powerful, versatile, and in-demand programming languages today. | https://www.codecademy.com/learn/learn-python-3 |
144-
| **_Data engineering courses_** | | |
145-
| _1. Data Engineering Basics_ | | |
148+
149+
## Online Courses
150+
151+
### Data engineering courses
152+
153+
| Course name | Course description | Course URL |
154+
|---|---|---|
155+
| 1. Data Engineering Basics | | |
146156
| Introduction to Data Engineering | Introduction to Data Engineering with over 1 hour of videos including my journey here. | https://learndataengineering.com/p/introduction-to-data-engineering |
147157
| Computer Science Fundamentals | A complete guide of topics and resources you should know as a Data Engineer. | https://learndataengineering.com/p/data-engineering-fundamentals |
148158
| Introduction to Python | Learn all the fundamentals of Python to start coding quick | https://learndataengineering.com/p/introduction-to-python |
149159
| Python for Data Engineers | Learn all the Python topics a Data Engineer needs even if you don't have a coding background | https://learndataengineering.com/p/python-for-data-engineers |
150160
| Docker Fundamentals | Learn all the fundamental Docker concepts with hands-on examples | https://learndataengineering.com/p/docker-fundamentals |
151-
| _2. Platform & Pipeline Design Fundamentals_ | | |
161+
| 2. Platform & Pipeline Design Fundamentals | | |
152162
| Data Platform And Pipeline Design | Learn how to build data pipelines with templates and examples for Azure, GCP and Hadoop. | https://learndataengineering.com/p/data-pipeline-design |
153163
| Platform & Pipelines Security | Learn the important security fundamentals for Data Engineering | https://learndataengineering.com/p/platform-pipeline-security |
154164
| Choosing Data Stores | Learn the different types of data stores and when to use which. | https://learndataengineering.com/p/choosing-data-stores |
155165
| Schema Design Data Stores | Learn to define schemas for SQL, NoSQL databases and Data Warehouses | https://learndataengineering.com/p/schema-design-data-stores |
156166
| Modern Data Warehouses & Data Lakes | How to integrate a Data Lake with a Data Warehouse and query data directly from files | https://learndataengineering.com/p/modern-data-warehouses |
157-
| _3. Fundamental Tools_ | | |
167+
| 3. Fundamental Tools | | |
158168
| Building APIs with FastAPI | Learn the fundamentals of designing, creating and deploying APIs with FastAPI and Docker | https://learndataengineering.com/p/apis-with-fastapi-course |
159169
| Apache Kafka Fundamentals | Learn the fundamentals of Apache Kafka | https://learndataengineering.com/p/apache-kafka-fundamentals |
160170
| Apache Spark Fundamentals | Apache Spark quick start course in Python with Jupyter notebooks, DataFrames, SparkSQL and RDDs. | https://learndataengineering.com/p/learning-apache-spark-fundamentals |
@@ -163,7 +173,7 @@ PS: Don't just get a book and expect to learn everything
163173
| Log Analysis with Elasticsearch | Learn how to monitor and debug your data pipelines | https://learndataengineering.com/p/log-analysis-with-elasticsearch |
164174
| Airflow Workflow Orchestration | Learn how to orchestrate your data pipelines with Apache Airflow | https://learndataengineering.com/p/learn-apache-airflow |
165175
| Snowflake for Data Engineers | Everything you need to get started with Snowflake | https://learndataengineering.com/p/snowflake-for-data-engineers |
166-
| _4. Full Hands-On Example Projects_ | | |
176+
| 4. Full Hands-On Example Projects | | |
167177
| Data Engineering on AWS | Full 5 hours course with complete example project. Building stream and batch processing pipelines on AWS. | https://learndataengineering.com/p/data-engineering-on-aws |
168178
| Machine Learning & Containerization On AWS | Build a app that analyzes the sentiment of tweets and visualizing them on a user interface hosted as container | https://learndataengineering.com/p/ml-on-aws |
169179
| Data Engineering on Azure | Ingest, Store, Process, Serve and Visualize Streams of Data by Building Streaming Data Pipelines in Azure. | https://learndataengineering.com/p/build-streaming-data-pipelines-in-azure |

0 commit comments

Comments
 (0)