├── .gitignore └── README.md /.gitignore: -------------------------------------------------------------------------------- 1 | .DS_STORE 2 | .idea 3 | -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | # 데이터 엔지니어 취준을 위한 문서 정리함 2 | 3 | 2021년 2월 15일부터 본격적으로 데이터 엔지니어 취업 준비를 시작하였습니다. 4 | 5 | 본 문서함은 매일 공부한 내용들을 정리한 `백지 복습 공간`에서 1주일 단위로 Bulk Update를 진행한 문서들을 모아놓은 공간입니다. 6 | 7 | 현재는 발산형으로 작성된 글이며 나중에 다듬어 블로그로 옮길 예정입니다. 8 | 9 | [백지 복습 공간](https://www.notion.so/7ab4a2c2af2b479a978fc7cc0ac8eb43) 10 | 11 | ### 기본 지식 12 | 13 | [Python](https://www.notion.so/Python-571e8547e8034311b4866d597d92fe41) 14 | 15 | [알고리즘 ](https://www.notion.so/ed832d6093b7427f81621c19f98f9b52) 16 | 17 | [자료구조](https://www.notion.so/8b77f4db7a4942d098abe386f589ae2c) 18 | 19 | [네트워크](https://www.notion.so/3b1bafb50f0142fbad406533954aa460) 20 | 21 | [운영체제](https://www.notion.so/4e2c2662edf4480283af6ae0628534a5) 22 | 23 | [데이터베이스](https://www.notion.so/10eb1146bce04518860bd6568b9a73f0) 24 | 25 | [Linux](https://www.notion.so/Linux-fdb5bf5cc04743239cff65faf0a81fb3) 26 | 27 | [Docker](https://www.notion.so/Docker-be01f7c28f1c446686a6390b2b8a5fd8) 28 | 29 | [정규표현식](https://www.notion.so/5536737a51514745883a03c36b3311f4) 30 | 31 | [객체 지향](https://www.notion.so/29d6997709f84737ab9f7424ca4be2b2) 32 | 33 | [디자인 패턴](https://www.notion.so/92cc93092f2c4c23b725e8eec5eeb5f9) 34 | 35 | [시스템 디자인](https://www.notion.so/a8819ad2a2874fa8ab22da8ea8333256) 36 | 37 | [GIT ](https://www.notion.so/GIT-60d112b46a534cb0bbd3355b7b9f3d4a) 38 | 39 | [기타](https://www.notion.so/5462bcf6aaf7495c864e48d4adfd0953) 40 | 41 | ### 데이터 42 | 43 | [SQL](https://www.notion.so/SQL-e6e0290bd9374a119852e44cb09f68a6) 44 | 45 | [Airflow ](https://www.notion.so/Airflow-cbda60e6a38e4895889238990a0f78d8) 46 | 47 | [Hadoop](https://www.notion.so/Hadoop-42e6b549442c44368bd2989cfd40e6c8) 48 | 49 | [Bigquery](https://www.notion.so/Bigquery-09b6fa4bd8cf4c4a961efbec0c067629) 50 | 51 | [Spark](https://www.notion.so/Spark-5f1d637785ee45b7bcf0bf98fb59a88f) 52 | 53 | [데이터 파이프라인 Tool](https://www.notion.so/Tool-79f2846c392642478bf50132dc1c42f0) 54 | 55 | ### 나혼자 스터디 56 | 57 | [프로그래머스, Data Engineering 스터디 3기](https://www.notion.so/Data-Engineering-3-4ccd8de19816487b87bee1405da5902e) 58 | 59 | [코딩인터뷰 완전 분석 책 정리](https://www.notion.so/2c753d9c3b194960887dcd520ba0846f) 60 | 61 | [HackerRank SQL 정리](https://www.notion.so/HackerRank-SQL-a72af96535954b64934573fd17a09dc0) 62 | 63 | [빅데이터를 지탱하는 기술 책 정리](https://www.notion.so/54367da6fa4c46cd80c7f37bc69d671f) 64 | 65 | ### 기타 66 | 67 | [brew 명령어 정리](https://www.notion.so/brew-92e6614df5244e688507a178b146ff6d) 68 | 69 | [아키텍처](https://www.notion.so/897eb1570954478880c7d165328c21c2) 70 | 71 | [코딩 인터뷰 팁](https://www.notion.so/92e9cdb8c1374015b2be4a9daecbd3c1) --------------------------------------------------------------------------------