개발자로써 공부한 내용들을 한 눈에 보기 쉽게 정리한 공간입니다.
목록만 보기
목록만 보기
목록만 보기
- overview
- process
- process scheduling
- thread, concurrency
- synchronization
- synchronization 구현
- multiprocessor synchronization
- deadlock
- address translation
- demand paging, thrashing
- file system, directory
- file system 구현
- storage device
목록만 보기
- introduction
- application layer
- transport layer
- network layer
- link layer
- application layer에서 link layer까지 정리
- mobile network
- web browser
- protocol stack, LAN adapter
- cable, hub, router
- 인터넷 내부
- proxy, 방화벽, load balancing
- web server
목록만 보기
목록만 보기
목록만 보기
- data type, call by value
- class의 사용
- static, final
- 상속 inheritance
- 다형성 polymorphism
- abstract class vs interface
- 예외처리 exception handling
- JVM
- generic
- primitive wrapper class
- String, StringBuffer, StringBuilder
- thread
- Collection 비교
- lambda, stream
- serialize
목록만 보기
- JPA와 영속성
- Spring Properties, Spring Profiles
목록만 보기
- MySQL만의 특징
목록만 보기
- 도커의 개념, 작동방식
목록만 보기
- Git의 개념, 작동방식
- MVC 구조
- 디자인 패턴
- coupling
- RESTful API
- Test-Driven Development