Published onOctober 11, 2019express에서 mongoose 사용하기nodejsmongoosemongodbbackendmongoose는 MongoDB ODM(Object Document Mapping)중 하나로써, MongoDB Document를 자바스크립트 Object에 매칭시켜주는 역할을 한다.
Published onOctober 8, 2019타입단언(Type Assertion)과 타입가드(Type Guard)typescript타입 단언(Type Assertion)은 프로그래머가 수동적으로 컴파일러에게 특정변수에 대해 타입 힌트를 주는 것이다.
Published onSeptember 14, 2019React.memo 사용하기reactReact.memo와 렌더링 성능 | props 비교 커스터마이징 | React.memo는 언제 사용해야 하나