From afa44f1b96dced0af5c44e7d2ef16892b693c243 Mon Sep 17 00:00:00 2001 From: YeonghunKO Date: Thu, 5 Aug 2021 16:59:33 +0900 Subject: [PATCH 1/9] =?UTF-8?q?8=EC=9B=94=202=EC=9D=BC=20~=208=EC=9B=944?= =?UTF-8?q?=EC=9D=BC=20TIL=20=EC=BB=A4=EB=B0=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 41 +++++++++++++---------------------------- 1 file changed, 13 insertions(+), 28 deletions(-) diff --git a/README.md b/README.md index e36cd3a..8c420ce 100644 --- a/README.md +++ b/README.md @@ -15,6 +15,17 @@
+# Today I Learned ✨✨✨ + +**1. 완벽하게 하나하나 다 쓰려고 하기보다는 몰랐던것 중에 유용하게 쓰일 것 만 같은 지식들 위주로 기록해보려 합니다.** +{: .notice--success} + +**2. 느꼈던 점, 그리고 느꼈던 점을 토대로 앞으로의 방향을 적어보려 합니다.** +{: .notice--success} + +**3. 깃허브 블로그로는 많이 적어봤으니 이제 한 번도 사용하지 않았던 노션으로 적어보려 합니다.** +{: .notice--success} + # 💻 프로그래머스 웹 데브코스 TIL > "Talk is cheap. Show me the code." @@ -22,32 +33,6 @@ > > 리누스 토르발스(Linus Torvalds) -
+- 말보단 행동을!! -## 📌 배움 기록은 어떻게 하나요? - -**TIL** : TIL은 일기와 같은 거라고 생각해요. 오늘 무엇을 새롭게 알게 되었는지, 느낀점은 무엇인지 간단하게 요약해서 쓰는 것을 추천해요. 만약 새롭게 알게된 내용이 굉장히 많다면 시간을 내어 주제로 빼서 정리를 해보는 것은 어떨까요? - -## 🚀 진행방법 - -1. **새로운 Branch 생성** - - 백엔드 C반은 be/1/C-gitusername - - 백엔드 P반은 be/1/P-gitusername - - 프론트 A반은 fe/1/A-gitusername - - 프론트 B반은 fe/1/B-gitusername -2. **TIL repo를 본인 계정에 fork** -3. `fork`된 repository를 `clone` 받습니다. -4. **README.md를 작성하여 꾸밉시다.** -5. TIL소개와 url을 작성한 README.md 파일을 작성하고 `commit` `push` 합니다. -6. **웹사이트로 본인 계정의 `fork` 된 repo를 갑니다.** -7. **Contribute → Open pull request 로 PR을 합시다** - - base repo : `원본repo` base : `be/a/gitusername` ← head repo : `여러분fork한repo` compare : `여러분fork한repo` -8. PR을 아래 양식에 맞춰 내용을 작성합니다. - 여러개의 링크를 첨부하고 싶으시다면 테이블의 row를 추가해주세요. - -``` -|날짜|제목|설명|링크| -|---|---|---|---| -|날짜|제목1|간단한 한 줄 설명|[링크]()| -|날짜|제목1|간단한 한 줄 설명|[링크]()| -``` +![노션 링크](https://www.notion.so/a237e24098764d808649b3bebb78f9c3?v=0c03da092390485dad62aa502a0e2012) From 533cc446c731b7213abed193b883cbe82d2bb4b7 Mon Sep 17 00:00:00 2001 From: Sinkyo Date: Sun, 15 Aug 2021 14:33:41 +0900 Subject: [PATCH 2/9] =?UTF-8?q?2=EC=A3=BC=EC=B0=A8=20TIL=20=EA=B3=A0?= =?UTF-8?q?=EC=98=81=ED=9B=88=20=EC=BB=A4=EB=B0=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8c420ce..fe0308a 100644 --- a/README.md +++ b/README.md @@ -35,4 +35,4 @@ - 말보단 행동을!! -![노션 링크](https://www.notion.so/a237e24098764d808649b3bebb78f9c3?v=0c03da092390485dad62aa502a0e2012) +![2주차 TIL](https://www.notion.so/2-TIL-0802976369f44f09a0830de6ebaa5ca9) From 36251050a5167c0c46f7c1eb6da36952e0a5122f Mon Sep 17 00:00:00 2001 From: Sinkyo Date: Sun, 15 Aug 2021 14:51:21 +0900 Subject: [PATCH 3/9] =?UTF-8?q?'2=EC=A3=BC=EC=B0=A8=20TIL=20=EA=B3=A0?= =?UTF-8?q?=EC=98=81=ED=9B=88=20=EC=BB=A4=EB=B0=8B'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index fe0308a..6f14867 100644 --- a/README.md +++ b/README.md @@ -35,4 +35,10 @@ - 말보단 행동을!! + | 날짜 | 제목 | 설명 | 링크 | + | ---------- | ----------------- | ----------------------------------------------------- | ---------------------------------------------------------------------- | + | 2021.08.09 | 가상돔과 이터러블 | for of에서 array가 돌아가는것은 이터러블이기 때문이다 | [링크](https://www.notion.so/2-1-TIL-c8dd0fb82c2d44d994c81328c655a535) | + | 2021.08.10 | go,curry | 고차함수로 추상화 | [링크](https://www.notion.so/2-2-TIL-15e5561dcaf444118d695143a9e9be4f) | + | 2021.08.11 | 지연평가 | 느긋하게 살자. 게으른게 아니라 요령껏 일하는 함수 | [링크](https://www.notion.so/2-3-TIL-3d2c5633062f4eb6968538c74dfad9fe) | + ![2주차 TIL](https://www.notion.so/2-TIL-0802976369f44f09a0830de6ebaa5ca9) From ca71a1087bfb3cc38fc68218d90000f5abe1e525 Mon Sep 17 00:00:00 2001 From: Sinkyo Date: Sun, 22 Aug 2021 21:11:23 +0900 Subject: [PATCH 4/9] =?UTF-8?q?3=EC=A3=BC=EC=B0=A8=20TIL=20=EC=BB=A4?= =?UTF-8?q?=EB=B0=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/README.md b/README.md index 6f14867..db05d83 100644 --- a/README.md +++ b/README.md @@ -35,10 +35,4 @@ - 말보단 행동을!! - | 날짜 | 제목 | 설명 | 링크 | - | ---------- | ----------------- | ----------------------------------------------------- | ---------------------------------------------------------------------- | - | 2021.08.09 | 가상돔과 이터러블 | for of에서 array가 돌아가는것은 이터러블이기 때문이다 | [링크](https://www.notion.so/2-1-TIL-c8dd0fb82c2d44d994c81328c655a535) | - | 2021.08.10 | go,curry | 고차함수로 추상화 | [링크](https://www.notion.so/2-2-TIL-15e5561dcaf444118d695143a9e9be4f) | - | 2021.08.11 | 지연평가 | 느긋하게 살자. 게으른게 아니라 요령껏 일하는 함수 | [링크](https://www.notion.so/2-3-TIL-3d2c5633062f4eb6968538c74dfad9fe) | - -![2주차 TIL](https://www.notion.so/2-TIL-0802976369f44f09a0830de6ebaa5ca9) +![3주차 TIL](https://raspy-emery-991.notion.site/3-TIL-6164658488694b35abeea4d5afb27e4e) From 1940b38ed477d0b8b83224578fae251af1c7ad07 Mon Sep 17 00:00:00 2001 From: Sinkyo Date: Sat, 28 Aug 2021 17:01:07 +0900 Subject: [PATCH 5/9] =?UTF-8?q?3=EC=A3=BC=EC=B0=A8=20TIL=20=EC=BB=A4?= =?UTF-8?q?=EB=B0=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index db05d83..5cdf26e 100644 --- a/README.md +++ b/README.md @@ -35,4 +35,4 @@ - 말보단 행동을!! -![3주차 TIL](https://raspy-emery-991.notion.site/3-TIL-6164658488694b35abeea4d5afb27e4e) +이번주도 지렸다.. From a7e35ff5ae15c04dad5b8db7b1fa97c3280c0461 Mon Sep 17 00:00:00 2001 From: Sinkyo Date: Mon, 6 Sep 2021 13:25:16 +0900 Subject: [PATCH 6/9] =?UTF-8?q?5=EC=A3=BC=EC=B0=A8=20=EA=B3=A0=EC=98=81?= =?UTF-8?q?=ED=9B=88=20PR?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5cdf26e..cc79842 100644 --- a/README.md +++ b/README.md @@ -35,4 +35,4 @@ - 말보단 행동을!! -이번주도 지렸다.. +5주차 TIL! From eea7e20435080ff36742fe6f11992d39958b2676 Mon Sep 17 00:00:00 2001 From: Sinkyo Date: Mon, 6 Sep 2021 13:32:13 +0900 Subject: [PATCH 7/9] =?UTF-8?q?=EA=B3=A0=EC=98=81=ED=9B=88=205=EC=A3=BC?= =?UTF-8?q?=EC=B0=A8=20PR?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index cc79842..1481b22 100644 --- a/README.md +++ b/README.md @@ -35,4 +35,4 @@ - 말보단 행동을!! -5주차 TIL! +5주차 TIL!!! From 203c422f716df25ac1d588537821e351e881070e Mon Sep 17 00:00:00 2001 From: Sinkyo Date: Sat, 11 Sep 2021 22:18:26 +0900 Subject: [PATCH 8/9] =?UTF-8?q?6=EC=A3=BC=EC=B0=A8=20=EC=BB=A4=EB=B0=8B!?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1481b22..eb0a215 100644 --- a/README.md +++ b/README.md @@ -35,4 +35,4 @@ - 말보단 행동을!! -5주차 TIL!!! +6주차 TIL!!! From 8c841dd573494e84e0fc666f30a7bd98c677876b Mon Sep 17 00:00:00 2001 From: Sinkyo Date: Sun, 19 Sep 2021 20:56:35 +0900 Subject: [PATCH 9/9] =?UTF-8?q?7=EC=A3=BC=EC=B0=A8=20TIL=20=EC=BB=A4?= =?UTF-8?q?=EB=B0=8B=20=EA=B3=A0=EC=98=81=ED=9B=88?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index eb0a215..c707f60 100644 --- a/README.md +++ b/README.md @@ -35,4 +35,4 @@ - 말보단 행동을!! -6주차 TIL!!! +7주차 TIL!!!