Skip to content

Commit e2eb155

Browse files
committed
페이지 구조 재정리
1 parent c1239da commit e2eb155

9 files changed

Lines changed: 17 additions & 19 deletions

File tree

content/ai.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@
1414
- <https://petite-peacock-6e6.notion.site/AI-1f9b7b6880c480148190cbaf071eb2f8>
1515

1616
## Children
17+
- [[ai-gent-role]]
1718
- [[ai-coding]]
1819
- [[ai-framework]]
1920
- [[ai-standard]]

content/algorithm.md

Lines changed: 9 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,11 @@
1-
# 알고리즘 시각화 사이트
1+
## 알고리즘 시각화 사이트
22

33
- <https://workshape.github.io/visual-graph-algorithms/>
4-
54
- <https://visualgo.net/>
65
- <http://algo-visualizer.jasonpark.me/>
76
- <https://illustrated-algorithms.now.sh/>
87

9-
# 정리
8+
## 정리
109

1110
- <http://bigocheatsheet.com/>
1211
- <https://medium.com/omarelgabrys-blog/algorithms-data-structures-series-85ec94eb8aff#.ro8tu132u>
@@ -18,13 +17,13 @@
1817
- 마소: 다시 도전하는 자료구조와 알고리즘
1918
- [토끼와 거북이 알고리즘](http://minjang.egloos.com/1687021)
2019

21-
# SICP
20+
## SICP
2221

2322
- [SICP를 공부하는 방법](http://blog.insightbook.co.kr/51)
2423
- <http://mitpress.mit.edu/sicp/>
2524
- <http://www.swiss.ai.mit.edu/classes/6.001/abelson-sussman-lectures/>
2625

27-
# 자료구조
26+
## 자료구조
2827

2928
- <http://www.brpreiss.com/>
3029
- <http://www.datastructures.info/>
@@ -43,14 +42,17 @@
4342
- <http://www.slideshare.net/jongwookkim/skip-list>
4443
- <http://en.literateprograms.org/Skip_list_(Java>)
4544

46-
# Hashing, 암호화
45+
## Hashing, 암호화
4746

4847
[MD5, SHA, 다이제스트, 솔트,
4948
이터레이션](http://whiteship.me/?p=13111)
5049
PASSWORD HASHING ALGORITHMS\]CityHash
5150
Salt : 단방향 해쉬함수에서 다이제스트를 생성할 때 추가되는 바이트 단위의
5251
임의의 문자열
5352

54-
# 재귀
53+
## 재귀
5554

5655
- 꼬리 재귀 : 메서드 파라미터에 값을 축적시키는 방식..
56+
57+
## Children
58+
* [[sort]]

content/design.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,8 @@ Reeves\[http://www.talk-with-hani.com/archives/1196\[어썸한 디자인이
1010

1111
## Children
1212
- [[design-pattern]]
13+
- [[uml]]
14+
- [[domain-driven-design]]
1315

1416
## Related
15-
- [[architecture]]
16-
- [[architecture-cases]]
17-
- [[domain-driven-design]]
18-
- [[scalability]]
17+
- [[architecture]]

content/devx.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,10 @@
1-
# 정의
1+
## 정의
22

33
- 개발자가 소프트웨어를 설계·구현·배포·운영하는 과정 전반에서 느끼는 사용성, 효율성, 만족도
44
- 전체 SDLC(Software Developement Lifecycle), DevOps에 걸친 경험
55
- 생산성과 품질, 그리고 개발 문화 전반에 직접적인 영향을 주는 핵심 개념
66
- 좋은 DX는 도구, 문서, 플랫폼, 프로세스가 직관적이고 매끄럽게 연결되어 개발자가 본질적인 문제 해결에 집중할 수 있게 함
77

8-
<!-- -->
9-
108
- <https://www.atlassian.com/developer-experience>
119
- <https://github.blog/enterprise-software/collaboration/developer-experience-what-is-it-and-why-should-you-care/>
1210
- <https://www.multitudes.com/blog/what-is-devx>
Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,8 @@
1-
# Rich editor
1+
## Rich editor
22

33
- <https://yabwe.github.io/medium-editor/> : 미디엄 스타일
4-
- : Rich Text Editor Framework for React
54

6-
# Markdown Editor
5+
## Markdown Editor
76

87
- <http://vuejs.org/examples/>
98
- <http://www.codingdrama.com/bootstrap-markdown/>

content/documentation-tools.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -123,6 +123,7 @@ surge.sh로 배포
123123
- [[asciidoc]]
124124
- [[diagram]]
125125
- [[docbook]]
126+
- [[documentation-editor]]
126127
- [[documentation-cases]]
127128
- [[excel]]
128129
- [[markdown]]
File renamed without changes.
File renamed without changes.

content/versioning.md

Lines changed: 0 additions & 2 deletions
This file was deleted.

0 commit comments

Comments
 (0)