:book: TechnicalNote
December 27, 2023 · View on GitHub
:book: TechnicalNote
:two_men_holding_hands: created by
:frowning_man: 도움을 주신 분들
도움에 감사드립니다. :pray:
TechnicalNote ?
- 개발 관련 지식을 정리해 놓은 저장소입니다.
- 필기시험과 면접에서 직접 겪었던 내용 위주로 구성되어 있습니다.
- 잘못된 부분이 있을 수도 있으니 가이드라인으로 참고해주시면 되겠습니다.
:microphone: 실제 면접 질문 모음
:books: Algorithm :top:
- Bubble Sort
- Selection Sort
- Insertion Sort
- Merge Sort
- Quick Sort
- Topology Sort
- Radix Sort
- Counting Sort
- DiceProblem
- Kruskal
- 스택으로 큐 구현
- 좌표 압축 기법
- 하노이의 탑
:moneybag: C++ :top:
:computer: Computer Architecture :top:
:evergreen_tree: Data Structure :top:
:floppy_disk: Database :top:
🦉 Design Pattern :top:
- Command Pattern
- Observer Pattern
- Strategy Pattern
- TemplateMethod Pattern
- Singleton Pattern
- FactoryMethod Pattern
- AbstractFactory Pattern
- Adapter Pattern
- Decorator Pattern
- Composite Pattern
- Bridge Pattern
:video_game: Game :top:
:octocat: Github :top:
:lips: Java :top:
- JVM
- Eclipse Attach Source 설정하기
- String, StringBuffer, StringBuilder의 차이
- HashMap과 Hashtable의 차이
- final
- Interface와 abstract의 차이
:stars: JavaScript :top:
:1234: Linear Algebra :top:
:globe_with_meridians: Network :top:
:bus: Operating System :top:
:speech_balloon: Programming Language :top:
:lock: Security :top:
:hammer: Software Engineering :top:
:earth_asia: Web :top:
- AMP와 PWA
- REST란 무엇인가?
- Reverse Proxy와 Load Balancing
- 세션과 쿠키
- Open API Architecture
- HTTP Cache
- HTTP Method
- 웹 페이지 속도 개선 방법
- DI와 IoC
- GET과 POST의 차이