From cc361f98c19ae3358ae2ecbb13bae0ab475622dc Mon Sep 17 00:00:00 2001 From: Galen Busch Date: Tue, 14 Apr 2026 10:06:15 -0700 Subject: [PATCH 1/2] Add DataDriven.io to Preparation courses Co-Authored-By: Claude Opus 4.6 (1M context) --- sections/09-BooksAndCourses.md | 1 + 1 file changed, 1 insertion(+) diff --git a/sections/09-BooksAndCourses.md b/sections/09-BooksAndCourses.md index 4d946bf..a583e73 100644 --- a/sections/09-BooksAndCourses.md +++ b/sections/09-BooksAndCourses.md @@ -127,6 +127,7 @@ PS: Don't just get a book and expect to learn everything | 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 | | 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 | | 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 | +| DataDriven.io | Free data engineering interview prep with 1,400+ real interview questions. Practice SQL, Python, data modeling, and system design in an interactive coding environment. | https://www.datadriven.io | ### Data engineering courses From 0b31f42049f33e9446a7efcca1822cca2defc3d2 Mon Sep 17 00:00:00 2001 From: Galen Busch Date: Tue, 14 Apr 2026 10:18:09 -0700 Subject: [PATCH 2/2] Fix DataDriven.io entry to match existing table format Co-Authored-By: Claude Opus 4.6 (1M context) --- sections/09-BooksAndCourses.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sections/09-BooksAndCourses.md b/sections/09-BooksAndCourses.md index a583e73..180f890 100644 --- a/sections/09-BooksAndCourses.md +++ b/sections/09-BooksAndCourses.md @@ -127,7 +127,7 @@ PS: Don't just get a book and expect to learn everything | 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 | | 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 | | 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 | -| DataDriven.io | Free data engineering interview prep with 1,400+ real interview questions. Practice SQL, Python, data modeling, and system design in an interactive coding environment. | https://www.datadriven.io | +| DataDriven.io | Practice 1,400+ real data engineering interview questions for free. Covers SQL, Python, data modeling, and system design with an interactive coding environment. | https://www.datadriven.io | ### Data engineering courses