yejineee / typescript-study

Gladi와 Yejineee가 뿌시는 🆃🆂
1 stars 0 forks source link
typescript

Typescript Study with Gladi & Yejineee

진행

  1. 스터디에 오기 전에 정한 분량을 공부하고 발표를 준비해 온다.
    • 약속한 과제나 문제를 풀어온다.
    • 같이 고민해보거나 조사하면 좋은 주제를 issue에 등록한다.
  2. 스터디 당일에 발표할 순서를 정하고 발표한다.
  3. 중간중간 덧붙이거나 질문이 있을 경우 interrupt를 한다.
  4. 풀어온 과제 또는 이슈를 같이 살펴본다.
  5. 다음 분량을 같이 정한다.

Study

회차(날짜) Gladi Yejineee 진행
1회차(2022.05.11) 01 - the basics 01. the basics ▫︎ TypeScript Exercises (github) - 1
▫︎ TS Handbook - 01. The Basics
2회차(2022.05.18) 02 - everyday types pt1 02. Everyday Types pt1 ▫︎ TypeScript Exercises (github) - 2 ~ 5
▫︎ TS Handbook - 02. Everyday Types (The Primitives ~ Working with Union Types)
3회차(2022.05.25) 03 - everyday types pt2 03- everyday types pt2 ▫︎ TypeScript Exercises (github) - 6
▫︎ TS Handbook - 02. Everyday Types (Type Aliases ~ Literal Types)
4회차(2022.05.31) ▫︎ TypeScript Exercises (github) - 7
▫︎ TS Handbook - 02. Everyday Types (null & undefined ~ Less Common Primitives)
▫︎ Object와 primitive 차이 학습
▫︎ treeshaking과 enum 학습
5회차(2022.06.16) ▫︎ TypeScript Exercises (github) - 8
▫︎ TS Handbook - 03. Narrowing (typeof type guards ~ Assignments)
6회차(2022.06.30) ▫︎ TypeScript Exercises (github) - 9
▫︎ TS Handbook - 03. Narrowing (Assignments ~ Exhaustiveness checking)
7회차(2022.07.14) ▫︎ TypeScript Exercises (github) - 10
▫︎ TS Handbook - 04. More on Functions (Function Type Expressions ~ Construct Signitures, Optional Parameters ~ Optional Parameters in Callback)
8회차(2022.07.21) ▫︎ TypeScript Exercises (github) - 10
▫︎ TS Handbook - 04. More on Functions (Generic Functions ~ Guidelines for Writing Good Generic Functions)
9회차(2022.08.24) ▫︎ TypeScript Exercises (github) - 10
▫︎ TS Handbook - 04. More on Functions (Function Overloads ~ Declaring this in a Function)
10회차(2022.08.16) ▫︎ TypeScript Exercises (github) - 10 (including PromisyAll)
▫︎ TS Handbook - 04. More on Functions (Other Types to Know About ~ Return type void)
11회차(2022.08.23) ▫︎ TypeScript Exercises (github) - 11
▫︎ TS Handbook - 05. Object Types (Property Modifiers ~ Interfaces vs. Intersections)
12회차(2022.08.30) ▫︎ TypeScript Exercises (github) - 12
▫︎ TS Handbook - 05. Object Types (Generic Object Types ~ readonly Tuple Types)
13회차(2022.09.06) ▫︎ TypeScript Exercises (github) - 13
▫︎ TS Handbook - 06. Type Manipulation - Generics (Hello World of Generics ~ Generic Types)
14회차(2022.09.20) ▫︎ TypeScript Exercises (github) - 14
▫︎ TS Handbook - 06. Type Manipulation - Generics (Generic Classes ~ Using Class Types in Generics)
15회차(2022.09.27) ▫︎ Type Challenge (github) - Easy 1개
▫︎ TS Handbook - 07. Type Manipulation - Keyof Type Operator -> 09. Type Manipulation - Indexed Access Types
16회차(2022.10.04) ▫︎ Type Challenge (github) 1개
▫︎ TS Handbook - 10. Conditional Types
17회차(2022.10.11) ▫︎ Type Challenge (github) 1개
▫︎ TS Handbook - 11. Mapped Types
18회차(2022.10.25) ▫︎ Type Challenge (github) 1개
▫︎ TS Handbook - 12. Template Literal Types
19회차(2022.11.01) ▫︎ Type Challenge (github) 1개
▫︎ TS Handbook - 13. Classes: Class Members - Index Signatures
20회차(2022.11.07) ▫︎ Type Challenge (github) 1개
▫︎ TS Handbook - 13. Classes: Class Heritage - Member Visibility
21회차(2022.11.13) ▫︎ TS Handbook - 13. Classes: Static Members - this at Runtime in Classes


Exercise