An open API service indexing awesome lists of open source software.

https://github.com/john015/TIL

πŸ“ Today I Learned
https://github.com/john015/TIL

Last synced: 11 months ago
JSON representation

πŸ“ Today I Learned

Awesome Lists containing this project

README

          

# TIL

> 머리 속에 μžˆλŠ” μ§€μ‹μ΄λ‚˜ μƒˆλ‘œ μ•Œκ²Œλœ 지식을 μ •λ¦¬ν•˜λŠ” κ³³

πŸ“ Today I Learned

## Computer science

### Algorithm

- [Big-O](https://github.com/john015/TIL/blob/master/algorithm/big-o.md)
- [이진 탐색](https://github.com/john015/TIL/blob/master/algorithm/binary-search.md)
- [μ‚½μž… μ •λ ¬](https://github.com/john015/TIL/blob/master/algorithm/insertion-sort.md)
- [선택 μ •λ ¬](https://github.com/john015/TIL/blob/master/algorithm/selection-sort.md)
- [버블 μ •λ ¬](https://github.com/john015/TIL/blob/master/algorithm/bubble-sort.md)
- [합병 μ •λ ¬](https://github.com/john015/TIL/blob/master/algorithm/merge-sort.md)
- [퀡 μ •λ ¬](https://github.com/john015/TIL/blob/master/algorithm/quick-sort.md)
- [κ³„μˆ˜ μ •λ ¬](https://github.com/john015/TIL/blob/master/algorithm/counting-sort.md)
- [νž™ μ •λ ¬](https://github.com/john015/TIL/blob/master/algorithm/heap-sort.md)
- [동적 κ³„νšλ²•](https://github.com/john015/TIL/blob/master/algorithm/dynamic-programming.md)
- [λ°±νŠΈλž˜ν‚Ή](https://github.com/john015/TIL/blob/master/algorithm/backtracking.md)
- [λ‹€μ—‘μŠ€νŠΈλΌ μ•Œκ³ λ¦¬μ¦˜](https://github.com/john015/TIL/blob/master/algorithm/dijkstra.md)


### 자료ꡬ쑰

- [μ—°κ²° 리슀트](https://github.com/john015/TIL/blob/master/data-structure/linked-list.md)
- [ν•΄μ‹œν…Œμ΄λΈ”](https://github.com/john015/TIL/blob/master/data-structure/hashtable.md)
- [μŠ€νƒ](https://github.com/john015/TIL/blob/master/data-structure/stack.md)
- [큐](https://github.com/john015/TIL/blob/master/data-structure/queue.md)
- [κ·Έλž˜ν”„](https://github.com/john015/TIL/blob/master/data-structure/graph.md)
- [트리](https://github.com/john015/TIL/blob/master/data-structure/tree.md)
- [νž™](https://github.com/john015/TIL/blob/master/data-structure/heap.md)
- [트라이](https://github.com/john015/TIL/blob/master/data-structure/trie.md)
- [기타](https://github.com/john015/TIL/blob/master/data-structure/etc.md)


### CS

- [ν”„λ‘œμ„ΈμŠ€ vs μŠ€λ ˆλ“œ](https://github.com/john015/TIL/blob/master/computer-science/process-vs-thread.md)
- [λΉ„νŠΈ μ—°μ‚°μž](https://github.com/john015/TIL/blob/master/computer-science/bitwise-operator.md)
- [그레이 μ½”λ“œ](https://github.com/john015/TIL/blob/master/computer-science/gray-code.md)

## Common

### ν”„λ‘œκ·Έλž˜λ° νŒ¨λŸ¬λ‹€μž„

- [ꡬ쑰적 ν”„λ‘œκ·Έλž˜λ°](https://github.com/john015/TIL/blob/master/programming-paradigm/sp.md)
- [객체지ν–₯ ν”„λ‘œκ·Έλž˜λ°](https://github.com/john015/TIL/blob/master/programming-paradigm/oop.md)
- [ν•¨μˆ˜ν˜• ν”„λ‘œκ·Έλž˜λ°](https://github.com/john015/TIL/blob/master/programming-paradigm/FP.md)


### λ””μžμΈ νŒ¨ν„΄

- [MVC](https://github.com/john015/TIL/blob/master/design-pattern/mvc.md)
- [MVP](https://github.com/john015/TIL/blob/master/design-pattern/mvp.md)
- [MVVM](https://github.com/john015/TIL/blob/master/design-pattern/mvvm.md)
- [Flux](https://github.com/john015/TIL/blob/master/design-pattern/flux.md)
- [Atomic-design](https://github.com/john015/TIL/blob/master/design-pattern/atomic-design.md)


### Git

- [Git-flow](https://github.com/john015/TIL/blob/master/git/git-flow.md)


### RegExp

- [RegExp](https://github.com/john015/TIL/blob/master/regExp/regExp.md)

## Web

### Web

- [Basic](https://github.com/john015/TIL/blob/master/web/Basic.md)
- [NPM](https://github.com/john015/TIL/blob/master/web/npm.md)
- [Webpack](https://github.com/john015/TIL/blob/master/web/webpack.md)
- [λ Œλ”λ§ λ°©μ‹λ“€μ˜ μž₯단점](https://github.com/john015/TIL/blob/master/web/rendering.md)
- [λΈŒλΌμš°μ € λ™μž‘ 원리](https://github.com/john015/TIL/blob/master/web/web-browser-working-flow.md)


### HTML

- [HTML](https://github.com/john015/TIL/blob/master/html/html.md)


### CSS

- [CSS](https://github.com/john015/TIL/blob/master/css/css.md)
- [CSS 방법둠](https://github.com/john015/TIL/blob/master/css/css-methodologies.md)
- [flex](https://github.com/john015/TIL/blob/master/css/flexbox.md)
- [grid](https://github.com/john015/TIL/blob/master/css/grid.md)


### JavaScript

- [JavaScript](https://github.com/john015/TIL/blob/master/javaScript/javaScript.md)
- [EventLoop](https://github.com/john015/TIL/blob/master/javaScript/event-loop.md)
- [Snippets](https://github.com/john015/TIL/blob/master/javaScript/snippets.md)
- [DOM](https://github.com/john015/TIL/blob/master/javaScript/dom.md)
- [μ„±λŠ₯ μ΅œμ ν™”](https://github.com/john015/TIL/blob/master/javaScript/performance-optimize.md)


### React

- [ν•¨μˆ˜ν˜• μ»΄ν¬λ„ŒνŠΈ vs 클래슀 μ»΄ν¬λ„ŒνŠΈ](https://github.com/john015/TIL/blob/master/react/functional%20component%20vs%20class%20component.md)
- [reactλŠ” μ–΄λ–»κ²Œ λ™μž‘ν• κΉŒ](https://github.com/john015/TIL/blob/master/react/how-react-works.md)
- [React의 μž₯점](https://github.com/john015/TIL/blob/master/react/benefits-of-using-react.md)
- [life cycle](https://github.com/john015/TIL/blob/master/react/life-cycle.md)
- [Next.js](https://github.com/john015/TIL/blob/master/react/nextjs.md)
- [react hooks](https://github.com/john015/TIL/blob/master/react/react-hooks.md)
- [Mobx](https://github.com/john015/TIL/blob/master/react/mobx.md)
- [Styled-components](https://github.com/john015/TIL/blob/master/react/styled-components.md)
- [Redux-saga](https://github.com/john015/TIL/blob/master/react/redux-saga.md)


### Vue

- [Vue](https://github.com/john015/TIL/blob/master/vue/Vue.md)


### μ›Ή λ³΄μ•ˆ

- [Tabnabbing](https://github.com/john015/TIL/blob/master/web-security/tabnabbing.md)
- [XSS](https://github.com/john015/TIL/blob/master/web-security/xss.md)
- [CRSF](https://github.com/john015/TIL/blob/master/web-security/csrf.md)


### GraphQL

- [Intro](https://github.com/john015/TIL/blob/master/graphQL/Intro.md)
- [Query](https://github.com/john015/TIL/blob/master/graphQL/Query.md)
- [Mutation](https://github.com/john015/TIL/blob/master/graphQL/Mutation.md)