├── 1-what-do-data-engineers-do └── notes.txt ├── 10-create-your-own-data-project └── notes.txt ├── 11-scale-your-data-project └── notes.txt ├── 12-land-data-engineering-job └── notes.txt ├── 2-sql-for-data-engineers └── notes.txt ├── 3-python-for-data-engineers └── notes.txt ├── 4-data-pipeline-best-practices └── notes.txt ├── 5-build-data-pipeline-w-dbt └── notes.txt ├── 6-test-data-pipelines └── notes.txt ├── 7-coding-patterns-data-pipelines └── notes.txt ├── 8-schedulers-orchestrators └── notes.txt ├── 9-design-project-hm └── notes.txt └── README.md /1-what-do-data-engineers-do/notes.txt: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /10-create-your-own-data-project/notes.txt: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /11-scale-your-data-project/notes.txt: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /12-land-data-engineering-job/notes.txt: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2-sql-for-data-engineers/notes.txt: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /3-python-for-data-engineers/notes.txt: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /4-data-pipeline-best-practices/notes.txt: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /5-build-data-pipeline-w-dbt/notes.txt: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /6-test-data-pipelines/notes.txt: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /7-coding-patterns-data-pipelines/notes.txt: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /8-schedulers-orchestrators/notes.txt: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /9-design-project-hm/notes.txt: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josephmachado/sde_de101_josephmachado/HEAD/README.md --------------------------------------------------------------------------------