일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | 5 | ||
6 | 7 | 8 | 9 | 10 | 11 | 12 |
13 | 14 | 15 | 16 | 17 | 18 | 19 |
20 | 21 | 22 | 23 | 24 | 25 | 26 |
27 | 28 | 29 | 30 |
- 블로그 서비스 최적화
- 모던 자바스크립트 Deep Dive
- 새 코드 받아오기
- 진행기록
- 자바스크립트 딥다이브
- 프론트엔드 성능 최적화 가이드
- Babel과 Webpack
- 프로그래머스
- unique identifiers
- 딥다이브
- peerdependencies
- const
- js pattern
- 브라우저의 렌더링 과정
- package management
- mixin pattern
- 자바스크립트 패턴
- pr review
- 이미지 갤러리 최적화
- 올림픽 통계 서비스 최적화
- js pattern
- 자바스크립트
- 제너레이터와 async/await
- 이벤트
- 학습내용정리
- version management
- 커리어
- middleware pattern
- DOM
- 스코프
- Today
- Total
목록Development Notes/Performance Optimization (3)
Dev Blog

Domain Driven Design(feature-based) Pros easily scalable, readable, and maintainable easier to bring new developers to the project, as the structure is clear and understandable Features of the application are totally separated, so if developers have to fix bugs in one part of the application, Easy. Cons take some more time to understand the main domain in the application’s business logic 현 프로젝트 ..
프론트엔드 웹 성능 최적화 조사 리액트 성능 최적화, 500ms 에서 1.7ms 까지 : 그 여정과 체크리스트 https://ykss.netlify.app/translation/500ms-to-1.7ms-in-react:-a-journey-and-a-checklist/ 퍼포먼스 개선의 중요성 https://web.dev/why-speed-matters/ 토스 UI 성능 최적화 https://ui.toast.com/fe-guide/ko_PERFORMANCE 프론트앤드 웹 성능 최적화 가이드 - 성능 지표, 데이터 로드 최적화 https://www.stevy.dev/frontend-web-performance-guide-1/#:~:text=웹 프론트앤드 성능 개선,의 실적으로도 이어진다. 웹성능 분석 도구 ..