[20220512 T]

devbit4 [front-end developer]·2022년 5월 12일
0

TIL

목록 보기
48/163

오늘은 (5) 월 (12) 일 / 날씨: (nice?)

한줄: 2주동안 생일파티한 기분이...이제 텐션낮추고 일상으로 돌아와서 공부해..📕 플레이어 말고 다른 공부도 파이팅🤸‍♂️Keep pushing forward..! 내일은 금요일이쟈나나나나나 쒼나 침대 그만 눕기 졸리자나


💻 1) WORK MEMO & REVIEW

Everyday

✍️ 소스코드

The support for touch devices will also “magically” improve. Although, we may need to add touch-action: none in some places in CSS. We’ll cover it below in the section about pointercancel.

포인터 이벤트는 다양한 Pointing Devices 를 다룰 수 있는 현대적인 방법
pointing devices(mouse, pen/stylus, touchscreen)

https://javascript.info/pointer-events

  • 프로그래스바 퍼센트 구하기

    const getProgressbarRect = () =>
     refProgressbar.current.getBoundingClientRect();
    
    const getProgressPercent = (e.pageX, rect) =>
     Math.min(Math.max(0, e.pageX - rect.left), rect.width) / rect.width;
    • 클리어 함수를 쓰시오 removeEventListener
    • input range step range

💻 2) CODING & STUDY

20 to 24

✍️ 대제목:

  • 소제목
    • draggable ui ~
    • 주말까지 완성? pushpush
  • 소제목

🆎🎾 3) ENGLISH/ GERMAN / TENNIS

Monday/ Wednesday/ Thursday (Clarisse랑 날짜 조정하기)
Wednesday/ Saturday

19 to 20

  • Memo
    There is on more person with us.
    Except him,
    have no religion
    mother's side
    bear with me
    roller coaster of experiences
    despite of that
    urgency tenacity

📌 4) ETC (READING/ ECONOMY)

Free time


6) TODO & QUESTIONS

  • 코드정리 =>ok?
  • svg 변경 => 완료
  • 비플 버그 개선사항 정리
  • 은행
  • 언니청담 => 완료
  • 클라리스 7시 => 완료
  • 코딩공부 2hours => ok
  • 밀린 일 헤치우기 => ok
  • 알렉스카톡
  • 테니스 레슨예약 => 대기
  • 내일 광명

❤️ 5월 GOALS

  • 재밌는 프론트엔드기능 만들어보기
  • nodejs 공부하기
  • 실무 질문 많이하기
  • 테니스 꾸준히 나가기 (운동량 너무 부족해 테니스를 늘리든지 운동을 하나 더 하든지)
  • 책읽을 휴식시간이 필요해

profile
제대로 꾸준하게 / 블로그 이전 => https://dailybit.co.kr

0개의 댓글