210209 Self Development TIL

Thought of the day

현명한 자라면 찾아낸 기회보다 더 많은 기회를 만들 것이다.
(A wise man will make more opportunities than he finds)
프랜시스 베이컨/Sir Francis Bacon


DAILY RECORD

오늘도 하루종일 자습을 하였다.
오전에는 Jest framework의 사용법에 대한 공부와 ReactJS side project를 진행하였다. 오후에는 Python 메인 강사님 과제와 ReactJS에서 Jest의 Mock module을 활용해서 Async API 코드를 unit test하는 방법에 대해서 정리를 해 볼 것이다.

TO DO LIST

  • TypeScript 공부 (Understanding TypeScript - 2021 Edition)
    • Section 1.8.Setting Up A Code Editor / IDE ~ (예정)
  • Side Project 시작
    • Side Project Diary 3/4일차 작성 (예정)
    • ReactJS project 프로젝트
      • 프로젝트 진척
        • #issue2, #issue 6 관련 task (완료)
        • 새로운 issue 작성하기(issue#8, #9) (완료)
        • Jest in React 공부(Mock module을 활용해서 Async API 코드를 unit test하는 방법)(진행중)
  • Python 과제
    (1) 벡터연산 관련 문제
    https://www.hackerrank.com/challenges/class-2-find-the-torsional-angle/problem
    (2) 성수역 지하철 열차 시스템 Class 설계