profile
프론트엔드 개발자

Algorithms: Multiple pointers

Multiple pointers

2022년 2월 4일
·
0개의 댓글
·

Algorithms: Frequency Counter Pattern

Frequency counter pattern

2022년 2월 4일
·
0개의 댓글
·
post-thumbnail

VS Code: 맥북에서 편리한 쇼컷 / 기능들

1. 파일 이름으로 찾기 및 이동하기 cmd + p 2. 사이드바 열기/닫기 cmd + b 3. 터미널 열기 cmd + j cmd + ` 4. 멀티 커서 선택 및 편집하기 option + 클릭, 편집하기 5. 찾기 기능 cmd + f cmd + f, option + cmd + r : Regular expression으로 찾기 6. 찾기 후 일치하는 내용 ...

2022년 1월 12일
·
0개의 댓글
·
post-thumbnail

GraphQL

Facebook이 만든 쿼리 언어다

2021년 12월 28일
·
0개의 댓글
·
post-thumbnail

Practicing Typescript: Polymorphic components

Use polymorphic components to build a design system or component library

2021년 12월 22일
·
0개의 댓글
·
post-thumbnail

Practicing Typescript: Extracting a Components Prop Types

Reuse the types from an existing component

2021년 12월 22일
·
0개의 댓글
·
post-thumbnail

Practicing Typescript: Wrap HTML Elements

Create custom components by adding typesUse omit keyword to take type and remove the specified properties.

2021년 12월 22일
·
0개의 댓글
·
post-thumbnail

Practicing Typescript: Template literals and Exclude

Using tempalte literals to create many strings by making use of unions.

2021년 12월 21일
·
0개의 댓글
·
post-thumbnail

Practicing Typescript: Restricting props

Restricting props

2021년 12월 21일
·
0개의 댓글
·
post-thumbnail

Practicing Typescript: Generic props

Generic props

2021년 12월 21일
·
0개의 댓글
·
post-thumbnail

Practicing Typescript: Component props

Component props

2021년 11월 4일
·
0개의 댓글
·
post-thumbnail

Practicing Typescript: React Hooks props

React Hooks props useState useReducer useContext useContext future value useRef

2021년 11월 3일
·
0개의 댓글
·
post-thumbnail

Practicing Typescript: Event props

Event props Mouse event Change event

2021년 10월 31일
·
0개의 댓글
·
post-thumbnail

Practicing Typescript: Advanced Props

Advanced Props Union of string literals Children props Children as react component node Optional type

2021년 10월 28일
·
0개의 댓글
·
post-thumbnail

Practicing Typescript: Basic Props

- Provides static type checking and get to learn about potential bugs as one is typing the code without the need to detect the bugs at runtime.

2021년 10월 27일
·
0개의 댓글
·
post-thumbnail

커머스 사이트 속도 개선: 렌더링 차단 리소스 제거

FCP(First Contentful Paint)를 차단하는 모든 URL들이다. 목표는, 중요하지 않은 리소스를 지연하며 사용되지 않는 모든 리소스를 제거하여 이러한 렌더링 차단 URL의 영향을 줄이면서 페이지의 렌더링 속도를 개선하는 것이다.

2021년 10월 3일
·
0개의 댓글
·
post-thumbnail

커머스 사이트 속도 개선: 이미지 최적화

쇼피파이 커머스 사이트 기준 속도 개선 작업

2021년 9월 26일
·
0개의 댓글
·
post-thumbnail

Client Side Rendering / Server Side Rendering

CSR vs. SSR

2021년 4월 12일
·
0개의 댓글
·
post-thumbnail

CI / CD

지속적 통합, 지속적 전달/배포

2021년 4월 11일
·
0개의 댓글
·
post-thumbnail

Same-Origin Policy

어떠한 문서나 스크립트가 다른 프로토콜 / 포트 / 호스트 에 있는 리소스 사용하는 것을 제한하는 정책

2021년 4월 8일
·
0개의 댓글
·