Skip to content
Open
5 changes: 5 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# IntelliJ IDEA
.idea/
**/.idea/
*.iml
*.iws
573 changes: 563 additions & 10 deletions Computer Science/Database/Database.md

Large diffs are not rendered by default.

Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
46 changes: 35 additions & 11 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,18 +39,18 @@ CS의 바이블은 웹 개발 분야의 기술, CS 지식을 기반으로 **면

## 📅 스터디 진행 일정표

| 날짜 | 주제 |
|------------|------|
| 4월 2일 | 인덱스, 정규화, 역정규화, 트랜잭션 |
| 날짜 | 주제 |
|------------|------------------------------------------------------|
| 4월 2일 | 인덱스, 정규화, 역정규화, 트랜잭션 |
| 4월 9일 | 파티셔닝, 교착상태, RDB, NoSQL, Statement, PreparedStatement |
| 4월 16일 | |
| 4월 23일 | |
| 4월 30일 | |
| 5월 7일 | |
| 5월 14일 | |
| 5월 21일 | |
| 5월 28일 | |
| 6월 4일 | |
| 4월 16일 | 휴식 |
| 4월 23일 | REST, HTTP & HTTPS, DNS, 세션, 쿠키, JWT, OAuth2.0 |
| 4월 30일 | WEB SERVER & WAS, 서버 사이드 렌더링, 클라이언트 사이드 렌더링, 캐싱 |
| 5월 7일 |CORS, CSRF, 리버스 프록시, 프론트 프록시, 로드밸런싱|
| 5월 14일 | |
| 5월 21일 | |
| 5월 28일 | |
| 6월 4일 | |

## 📂 주제별 목록
### Database
Expand All @@ -73,4 +73,28 @@ CS의 바이블은 웹 개발 분야의 기술, CS 지식을 기반으로 **면
- Statement
- PreparedStatement

### Web

#### 📌 통신과 프로토콜
- REST
- HTTP & HTTPS
- DNS

#### 📌 인증과 권한
- 세션
- 쿠키
- JWT
- OAuth 2.0

#### 📌 웹 서버 아키텍처
- WEB SERVER & WAS
- 서버 사이드 렌더링
- 클라이언트 사이드 렌더링

#### 📌 보안과 성능
- CORS
- CSRF
- 리버스 프록시
- 프론트 프록시
- 로드밸런싱