Skip to content

Commit 81defd6

Browse files
committed
adding beginner boot camp
1 parent e0d46d8 commit 81defd6

File tree

112 files changed

+24
-3
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

112 files changed

+24
-3
lines changed

README.md

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,13 @@ This repo has all the resources you need to become an amazing data engineer!
77

88
If you are new to data engineering, start by following this [2024 breaking into data engineering roadmap](https://blog.dataengineer.io/p/the-2024-breaking-into-data-engineering)
99

10-
If you are here for the [6-week free YouTube boot camp](https://youtu.be/myhe0LXpCeo) you can check out
11-
- [introduction](bootcamp/introduction.md)
12-
- [software needed](bootcamp/software.md)
10+
If you are here for the [4-week free beginner boot camp](https://learn.dataexpert.io/program/the-absolute-beginner-data-engineering-boot-camp-starting-august-7th-6453/details) you can check out:
11+
- [introduction](beginner-bootcamp/introduction.md)
12+
- [software needed](beginner-bootcamp/software.md)
13+
14+
If you are here for the [6-week free intermediate boot camp](https://learn.dataexpert.io/program/free-community-boot-camp/details) you can check out
15+
- [introduction](intermediate-bootcamp/introduction.md)
16+
- [software needed](intermediate-bootcamp/software.md)
1317

1418

1519
For more applied learning:

beginner-bootcamp/introduction.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
### The ultimate YouTube DE boot camp
2+
3+
This will be four weeks of curricula
4+
5+
- Bootcamp Database Setup is [here](https://www.dataexpert.io/lesson/boot-camp-database-setup-yt)
6+
- SQL
7+
- Homework (coming soon)
8+
- Python
9+
- Homework (coming soon)
10+
- Data Modeling
11+
- Homework (coming soon)
12+
- Data Pipelines
13+
- Homework (coming soon)

beginner-bootcamp/software.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
Make sure your computer can run
2+
3+
- Docker (install guide [here](https://docs.docker.com/engine/install/))
4+
- Python 3.11 (or higher)

0 commit comments

Comments
 (0)