If you can`t explain it simply, you don`t understand it well enough.
- Albert Einstein (1879 - 1955)
๋จ์๊ฒ ์ฝ๊ฒ ์ค๋ช ํ ์ ์์ด์ผ ์ ์ ์ง์ง ์ง์์ด๋ผ ์๊ฐํฉ๋๋ค. ๊ณต๋ถํ ๋ด์ฉ๋ค์ ์์นด์ด๋นํ๋ ๋ ํฌ์ ๋๋ค.
- ์ฝ๋๋ JS ๊ธฐ๋ฐ์ ๋๋ค.
- ์๋ ์ธ๋ฑ์ค์์ ์ํ์๋ ํ์ด์ง๋ก ์ด๋ ๊ฐ๋ฅํฉ๋๋ค.
- ํ๋ก ํธ์๋์ ์ํคํ ์ณ?
- CI/CD ์ด๋?
- JWT (JSON Web Token)
- ๋ฒ๋ค๋ฌ(Bundler)๋?
- OAuth๋?
- SOLID์์น์ด๋?
- ํก๋จ ๊ด์ฌ์ฌ(Cross-Cutting Concerns)
- MFA (Micro Frontend Architecture)
- ์น ํ์ค(Web Standards)์ด๋?
- ์น ์ ๊ทผ์ฑ(Web Accessibility)์ด๋?
- ๋ฐ์ํ vs ์ ์ํ
- Web Security
- PWA
- Cookies vs Session Storage vs Local Storage
- ๋ธ๋ผ์ฐ์ ๋ ๋๋ง ์๋ฆฌ
- ํฌ๋ก์ค ๋ธ๋ผ์ฐ์ง(Cross-Browsing)
- SSR vs CSR vs SSG vs ISR
- Doctype ์ด๋?
- float๋ฅผ clearํ๋ ๋ฐฉ๋ฒ
- CSS ๋ฐฉ๋ฒ๋ก ์ด๋?
- CSS Box Model
- ์๋งจํฑ ํ๊ทธ(Semantic tags)
- Node.js๋?
- this๊ฐ ์๋ฐ์คํฌ๋ฆฝํธ์์ ์ด๋ป๊ฒ ์๋ํ๋๊ฐ?
- hoisting ์ด๋?
- Event Loop ์ด๋?
- ๋ถํดํ ๋น ์ด๋?
- AJAX ๋?
- ์คํ ์ปจํ ์คํธ๋?
- ํด๋ก์ ๋?
- ๋ถ๋ณ๊ฐ์ฒด๋?
- ๋ฉ๋ชจ๋ฆฌ ๋์ (Memory Leak)
- ์ด๋ฒคํธ ์์(Event Delegation)
- ์ด๋ฒคํธ ๋ฒ๋ธ๋ง(Bubbling)๊ณผ ์บก์ฒ๋ง(Capturing)
- ESM vs CJS
- ์ ์ด vs ๋น์ ์ด ์ปดํฌ๋ํธ
- React LifeCycle(์๋ช ์ฃผ๊ธฐ)
- ๋ฆฌ์กํธ์์ Key์ ์ญํ
- Fiber
- ๋ฆฌ์กํธ์์์ SEO ์ต์ ํ
- ๋ฆฌ์กํธ์ ๋ถ๋ณ์ฑ
- StrictMode์ Concurrent Rendering
- OSI 7 Layer & TCP/IP 4 Layer?
- HTTP & HTTPS
- CDN์ด๋?
- REST API๋?
- HTTP 1.1 vs HTTP 2.0 vs HTTP 3.0
- ์ฃผ์์ฐฝ์ www.naver.com์ ์ ๋ ฅํ๋ฉด ์๊ธฐ๋ ์ผ
- GraphQL
- ๋น ์ค(Big O) ํ๊ธฐ๋ฒ
- Permuation(์์ด)๊ณผ Combination(์กฐํฉ)
- ์ ํ ์ ๋ ฌ(Selection Sort)
- ๋ฒ๋ธ ์ ๋ ฌ(Bubble Sort)
- ๋ณํฉ ์ ๋ ฌ(Merge Sort)
- ์ฝ์ ์ ๋ ฌ(Insertion Sort)
- ํต ์ ๋ ฌ(Quick Sort)
- ํ ์ ๋ ฌ(Heap Sort)
- BFS & DFS
- ์ ํด๋ฆฌ๋ ํธ์ ๋ฒ(Euclidean Algorithm)
- Dynamic Programming
- Greedy Algorithm
- ์์์ฐพ๊ธฐ
- ํธ๋ฆฌ ์ํ
npm run write -- "{{folderName}}/{{fileName}}"
# npm run write -- "network/HTTP vs HTTPS"
์ ๋ช
๋ น์ด๋ก ํด๋น ๊ฒฝ๋ก์ ์ ๋
ธํธ๋ฅผ ์์ฑํ ์ ์์ต๋๋ค. (./network/HTTP vs HTTPS.md
)
MIT License
Copyright (c) 2023 Ji-Heon Park
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.