-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
47 additions
and
13 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,24 +1,58 @@ | ||
# 가상 면접 사례로 배우는 대규모 시스템 설계 기초 | ||
# 🗣️ 가상 면접 사례로 배우는 대규모 시스템 설계 기초 발표 스터디 | ||
|
||
월간 CS는 **매일 책을 읽는 팀**입니다. | ||
--- | ||
|
||
- 책 : 가상 면접 사례로 배우는 대규모 시스템 설계 기초 | ||
- 기간 : 2024-03 ~ | ||
- 매주 2챕터씩 읽고, 해당 주제에 대해서 자신이 중점적으로 판 부분을 오프라인으로 발표하고 의논하는 스터디입니다! | ||
|
||
## 1. Contributors | ||
|
||
| Name | Contact | | ||
| ------------------------------------------------ | ----------------------------- | | ||
| [성명/@깃이름](https://github.com/Seokwoodang) | 이메일 | | ||
## 📚 스터디 책: 가상 면접 사례로 배우는 대규모 시스템 설계 기초 | ||
|
||
## 2. Group Rules | ||
--- | ||
|
||
- [[마감][24년 3월] 발표 스터디 모집 / [모던 리액트 Deep Dive] 발표 스터디](https://inblog.ai/monthly-cs/16450)를 참고해주세요. | ||
<img src="images/jay-so/README/스터디 책 표지.png" width="400"> | ||
|
||
|
||
## 3. Folder Tree | ||
## 📅 스터디 기간 | ||
|
||
docs/sample 폴더 참고하여 개인별로 폴더 생성 | ||
--- | ||
|
||
### 👋🏻 스터디 기간: 2024-03.1 ~ 4.28 | ||
### 👥 스터디 인원: 총 10명 | ||
### 🏞️ 스터디 장소: 매주 일요일 오전 10시 ~ 12시 오프라인 모임 | ||
|
||
|
||
## 🎯 주차별 스터디 내용 | ||
|
||
--- | ||
|
||
- **매주 2명이서 발표, PPT도 2개를 작업하여 발표 준비** | ||
|
||
| 주차 | 날짜 | 스터디 내용 | | ||
| ---- | --------- | ----------------------------------------- | | ||
| 1️⃣ | 3월 10일 | 1장 사용자 수에 따른 규모 확장성, 2장 개략적인 규모 추정 | | ||
| 2️⃣ | 3월 17일 | 3장 시스템 설계 면접 공략법, 4장 처리율 제한 장치의 설계 | | ||
| 3️⃣ | 3월 24일 | 5장 안정 해시 설계, 6장 키-값 저장소 설계 | | ||
| 4️⃣ | 3월 31일 | 7장 분산 시스템을 위한 유일 ID 생성기 설계, 8장 URL 단축기 설계 | | ||
| 5️⃣ | 4월 7일 | 9장 웹 크롤러 설계, 10장 알림 시스템 설계 | | ||
| 6️⃣ | 4월 14일 | 11장 뉴스 피드 시스템 설계, 12장 채팅 시스템 설계 | | ||
| 7️⃣ | 4월 21일 | 13장 검색어 자동완성 시스템, 14장 유튜브 설계 | | ||
| 8️⃣ | 4월 28일 | 15장 구글 드라이브 설계, 16장 배움은 계속된다 | | ||
|
||
|
||
## 📂 폴더 구조 및 규칙 | ||
|
||
--- | ||
|
||
1. docs/<git_username\>/DIL에 YYYY-MM-DD.md 형식으로 회고 작성 | ||
2. docs/<git_username\>/presentation에 chapter_1.pptx 형식으로 파일 업로드 | ||
2. docs/<git_username\>/presentation에 chapter_1.pptx 형식으로 파일 업로드 | ||
|
||
``` text | ||
├── docs 패키지 | ||
│ └── jay-so 패키지(개인 깃허브 명) | ||
│ └── DIL 패키지 : 해당 내용 정리 | ||
│ └── Presentation 패키지 : 발표 자료 | ||
│ | ||
└── images 패키지 : 이미지 파일 | ||
└── jay-so 패키지(개인 깃허브 명) | ||
``` |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.