about
article
instagram
about
article
instagram
web
마우스 드래깅으로 회전시키는 CD Player 구현
드래그를 하여 회전이 가능한 CD Player 구현
August 01, 2023
|
css
|
interaction
|
javascript
|
web
|
animation
Notion API를 사용한 게시물의 이미지 핸들링과 이미지 Expire time 에러 해결
notion api 기반의 블로그 구축 과정에서 발견한 image 403 에러 및 해결 과정 정리
July 05, 2023
|
notion
|
react
|
javascript
|
web
|
ssr
|
ssg
|
trouble_shooting
|
nextjs
|
aws
V8 JavaScript Engine에서 Bytecode와 Machine Code를 함께 사용하는 이유
V8 JS엔진에서 byte code와 machine code라는 두 옵션을 사용하는 이유
June 24, 2023
|
javascript
|
web
|
javascript_engine
흐림 필터(blur filter)를 사용한 두 요소 연결 중 시각적 효과 개선 과정
두 개의 blur filter 처리가 된 요소의 연결 과정에서의 시각적 효과 개선 과정 정리
May 15, 2023
|
css
|
trouble_shooting
|
web
파일 다운로드 로직 구현
특정 경로의 파일을 다운로드하는 함수를 구현하는 과정에서 알게 된 정보
January 06, 2023
|
javascript
|
web
|
trouble_shooting