Skip to content

Commit fce6fbe

Browse files
committed
Update Posts
- index.tml - 부제목 수정 - 나머지 Post - 제목 및 파일명 수정
1 parent 4bdeffe commit fce6fbe

6 files changed

+14
-40
lines changed

_posts/2023-12-31-2023-Retrospective.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
layout: post
3-
title: " [2023년 회고] 다양한 활동으로 가득한 특별한 한 해 "
3+
title: " 2023년 회고. 다양한 활동으로 가득한 특별한 한 해 "
44
categories: Retrospective
55
author: devFancy
66
---

_posts/2024-01-01-2024-DevHistory.md

Lines changed: 8 additions & 34 deletions
Original file line numberDiff line numberDiff line change
@@ -37,15 +37,13 @@ author: devFancy
3737

3838
> 서버 개발과 관련된 책
3939
40-
* [테스트 주도 개발 시작하기](https://product.kyobobook.co.kr/detail/S000001248962)
41-
4240
* [가상 면접 사례로 배우는 대규모 시스템 설계 기초](https://product.kyobobook.co.kr/detail/S000001033116)
4341

44-
> 개인 프로젝트: Hibit (version 2)
42+
* [Good Code, Bad Code](https://product.kyobobook.co.kr/detail/S000061353995)
4543

46-
* [Github](https://github.com/hibit-team/hibit-backend-improved) : 기존 version1 에 개발했던 백엔드 코드와 구조를 개선하기 위해 version2로 디벨롭시킨 프로젝트
44+
> 개인 프로젝트: Hibit (version 2)
4745
48-
* [Projects - Milestone](https://github.com/hibit-team/hibit-backend-improved/milestones?state=closed)
46+
* [[Hibit] (ver.2) - Github](https://github.com/hibit-team/hibit-backend-improved) : 기존 version1 에 개발했던 백엔드 코드와 구조를 개선하기 위해 version2로 디벨롭시킨 프로젝트
4947

5048
## A Weekly Record
5149

@@ -137,35 +135,11 @@ author: devFancy
137135

138136
> 240325 ~ 240331
139137
140-
* [[Retrospective] 2024년 1분기 회고](https://devfancy.github.io/2024-1-Retrospective/#next-plan)
141-
142-
> 240401 ~ 240407
143-
144-
* [[LeetCode] 1. Two Sum](https://github.com/devFancy/LeetCode/commit/54272dcadda9ca64ff1eb88440e4cf11e6523a03)
145-
146-
> 240406 ~ 240414
147-
148-
* [[LeetCode] 20. Valid Parentheses](https://github.com/devFancy/LeetCode/commit/80fffd70e27adccc4aa9459fa29d686a11083da0)
149-
150-
> 240415 ~ 240421
151-
152-
* [[LeetCode] 21. Merge Two Sorted Lists](https://github.com/devFancy/LeetCode/commit/9a8e67636f06feff75ae1c4bf483cea226564146)
153-
154-
* [[자기개발] 일의 난이도 높이기](https://github.com/devFancy/memo/blob/main/etc/increase-the-difficulty-level-of-a-task.md)
155-
156-
> 240422 ~ 240428
157-
158-
* [[LeetCode] 121. Best Time to Buy and Sell Stock](https://github.com/devFancy/LeetCode/commit/250fa6c34ae4d3f56711be54c138edcff99d23ee)
159-
160-
* [[LeetCode] 125. Valid Palindrome](https://github.com/devFancy/LeetCode/commit/dfda4c7b06b953e21f30960ab6b348c3c785b296)
161-
162-
* [[Linux] ps - ef 명령어 정리](https://github.com/devFancy/memo/blob/main/network/linux-ps-ef-grep.md)
163-
164-
* [[협업] 코드 리뷰란, 왜 해야 하는 걸까?](https://github.com/devFancy/memo/blob/main/etc/code-review.md)
138+
* [[Retrospective] 2024년 1분기 회고. 배움의 여정과 새로운 도약](https://devfancy.github.io/1th-Retrospective/)
165139

166140
> 240429 ~ 240505
167141
168-
* [[E.T.C] 5개월간 글또 9기를 마치며..](https://devfancy.github.io/geultto-9th-review/)
142+
* [[E.T.C] 글또 9기 회고. 5개월간 활동한 여정](https://devfancy.github.io/Geultto-9th-Retrospective/)
169143

170144
> 240621
171145
@@ -191,7 +165,7 @@ author: devFancy
191165

192166
> 2401021 ~ 241027
193167
194-
* [[Retrospective] 균형과 성장: 2024년 3분기 회고](https://devfancy.github.io/3th-Retrospective/)
168+
* [[Retrospective] 2024년 3분기 회고. 우선순위를 정하고 균형 있게 성장하기](https://devfancy.github.io/3th-Retrospective/)
195169

196170
> 241028 ~ 241103
197171
@@ -207,8 +181,8 @@ author: devFancy
207181

208182
> 20241209 ~ 20241215
209183
210-
* [Kotlin, SpringBoot 기반으로 멀티 모듈 설계와 적용하기](https://devfancy.github.io/SpringBoot-Multi-Module/)
184+
* [[SpringBoot] Kotlin, SpringBoot 기반으로 멀티 모듈 설계와 적용하기](https://devfancy.github.io/SpringBoot-Multi-Module/)
211185

212186
> 20241216 ~ 20241222
213187
214-
* [Dockerfile 간단히 알아보기: 명령어와 실습 예제](https://devfancy.github.io/Docker-Dockerfile/)
188+
* [[Docker] Dockerfile 간단히 알아보기: 명령어와 실습 예제](https://devfancy.github.io/Docker-Dockerfile/)

_posts/2024-03-31-2024-1-Retrospective.md renamed to _posts/2024-03-31-1th-Retrospective.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
layout: post
3-
title: " 2024년 1분기 회고 "
3+
title: " 2024년 1분기 회고. 배움의 여정과 새로운 도약 "
44
categories: Retrospective
55
author: devFancy
66
---

_posts/2024-05-01-geultto-9th-review.md renamed to _posts/2024-05-01-Geultto-9th-Retrospective.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
layout: post
3-
title: " 글또 9기 회고(5개월간 활동한 여정) "
4-
categories: Retrospective
3+
title: " 글또 9기 회고. 5개월간 활동한 여정 "
4+
categories: E.T.C
55
author: devFancy
66
---
77
* content

_posts/2024-10-27-3th-Retrospective.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
layout: post
3-
title: " 2024년 3분기 회고 (균형과 성장) "
3+
title: " 2024년 3분기 회고. 우선순위를 정하고 균형 있게 성장하기 "
44
categories: Retrospective
55
author: devFancy
66
---

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<div class="page clearfix" index>
66
<div class="left">
77
<h1 style="color: rgb(10, 115, 230);"> 지금의 기록이 미래의 자산이 된다. </h1>
8-
<i style="color: rgb(101, 93, 28);"> A Steadily Growing Developer </i>
8+
<i style="color: rgb(101, 93, 28);"> Today's records become tomorrow's assets. </i>
99
<ul>
1010
{% for post in paginator.posts %}
1111
<li>

0 commit comments

Comments
 (0)