gitextract_skvoyeqe/ ├── .github/ │ └── workflows/ │ └── main.yml ├── .gitignore ├── .vuepress/ │ ├── components/ │ │ ├── Example.vue │ │ └── Youtube.vue │ ├── config.js │ ├── public/ │ │ └── manifest.json │ └── styles/ │ ├── index.styl │ └── palette.styl ├── LICENSE ├── contributing.md ├── images/ │ ├── big_data_engineer.xml │ ├── data_engineer.xml │ ├── datascience.xml │ ├── deep_learning.xml │ ├── fundamentals.xml │ ├── intro.xml │ ├── machine_learning.xml │ └── machinelearning.xml ├── package.json └── readme.md