Skip to content

Commit

Permalink
docs: archive posts
Browse files Browse the repository at this point in the history
  • Loading branch information
syoung125 committed May 15, 2024
1 parent 6db3112 commit f13b8aa
Show file tree
Hide file tree
Showing 14 changed files with 7 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
---
title: '[독후감] 인터렉티브 디벨로퍼 김종민님의 "일은 배신하지 않는다"를 읽고'
date: "2022.02.08"
isPrivate: true
---

이 책은 유튜버 [Interactive Developer](https://www.youtube.com/c/cmiscm)이자 구글 UX 엔지니어인 김종민님이 쓰신 책이다.
Expand Down
1 change: 1 addition & 0 deletions contents/blog/etc/2022-03-05-depromeet.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ date: "2022.03.05"
tags:
- 후기
- 디프만
isPrivate: true
---

## 방금 디프만 11기 면접을 막 마쳤다
Expand Down
1 change: 1 addition & 0 deletions contents/blog/mindset/2022-02-07-mindset-01.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
---
title: "Mindset #1"
date: "2022.02.07"
isPrivate: true
---

#### 1. 내가 쓰는 코드 한 줄 한 줄을 모두 설명할 수 있어야한다.
Expand Down
1 change: 1 addition & 0 deletions contents/blog/mindset/2022-02-09-mindset-02.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
---
title: "Mindset #2 - 영화 감독 최동훈이 영화를 만드는 방법"
date: "2022.02.09"
isPrivate: true
---

최동훈 감독은 영화 암살, 도둑들, 타짜 등을 연출한 한국 영화계 흥행 감독이다.
Expand Down
File renamed without changes.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,6 @@
"styled-components": "^5.3.0"
},
"devDependencies": {
"typescript": "^5.0.4",
"eslint": "^8.39.0",
"prettier": "^2.8.8",
"@types/gtag.js": "^0.0.8",
"@types/jest": "^27.0.1",
"@types/marked": "^2.0.3",
Expand All @@ -38,14 +35,17 @@
"@types/webpack-env": "^1.18.0",
"babel-plugin-transform-define": "^2.0.0",
"encoding": "^0.1.13",
"eslint": "^8.39.0",
"eslint-config-next": "^13.4.1",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-react": "^7.32.2",
"gh-pages": "^3.2.0",
"jest": "^27.0.6",
"prettier": "^2.8.8",
"raw-loader": "^4.0.2",
"react-is": "^17.0.2",
"ts-jest": "^27.1.3",
"typescript": "^5.0.4",
"webpack": "^5.82.0"
},
"_moduleAliases": {
Expand Down

0 comments on commit f13b8aa

Please sign in to comment.