-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
26 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,28 @@ | ||
# TIL | ||
|
||
:octocat: Today I Learned. 그날 그날 모든 활동들을 정리 | ||
|
||
# 개발 공부 제대로 하는 법 | ||
|
||
1. 다음은 오지 않는다. ‘이번만, 다음에!’ 하지 않기 | ||
|
||
- 3의 법칙! 비슷한 일을 세 번째 하게 되면 리팩토링 한다. | ||
|
||
2. 깨어있기 (사고하기) | ||
|
||
- 의식을 깨우자! 사고하며 공부하고 일하자 | ||
|
||
3. 메모하기: 내가 필요한 지식들 정리하기 | ||
|
||
- 해당 지식들이 얼마나 자주 등장했는지! 3번 만나면 3의 법칙 실행! | ||
|
||
4. 우선 순위 정하기 ( T자로 공략해 나가기 ) | ||
|
||
- 주력 나무! ( go / Kubernetes / react … ) | ||
- 튼튼 토양 ( Git 명령어 / 개발툴 효율적 / 터미널 명령어 … ) | ||
- 깊은 토양 ( 자료구조 / 알고리즘 / 리팩토링 … ) | ||
- 마인드맵을 그리며 주기적으로 나에게 필요한 것 채워가기! | ||
|
||
5. 일정관리: 균형 있게 공부 하기 | ||
|
||
- 하나 하나씩! 꾸준히! 균형 있게! |