본문 바로가기

World Article10

[World Article #5] ECMAScript proposal: searching Arrays from end to start - Wenlu Wang and Daniel Rosenwasser JavaScript Array 메서드로 findLast, findLastIndex 2개가 ECMA stage 3 proposal로 나왔습니다. 현재 크롬 개발자 도구로도 사용이 가능하고 (아마 테스트 단계) 곧 정식으로 나올 것 같습니다. [ECMAScript proposal: searching Arrays from end to start] - Wenlu Wang and Daniel Rosenwasser 2022. 5. 1.
[World Article #4] TypeScript/How the compiler compiles - Huy 타입스크립트 컴파일러 관련 간단한 글입니다. 여기서 소개하는 핵심은 TSCompiler 가 작동할 때, Scanner(token 분석) - Parser(구문 분석) - Binder(AST, node 연결) - Symbol Table 순서의 일반적인 컴파일 과정과 Emitter에서 함수를 호출하여 나오는 Type Checker 과정이 유기적으로 작동한다는 것 같습니다. [TypeScript/How the compiler compiles] - Huy 2022. 5. 1.
[World Article #3] Secrets of 'unknown' Types in TypeScript - Zachary Lee TypeScript에서는 any 타입을 지양해야 하고, unknown 타입을 사용하여 타입 가드 없이 변수를 다른 곳으로 함부로 넘기지 않는 정도로 바라보면 좋을 것 같습니다. [Secrets of 'unkown' Types in TypeScript] - Zachary Lee 2022. 5. 1.
[World Article #2] mailto links를 이용할 때 스팸 줄여주는 기법 - Jack Childs mailto links를 사용할 때 스팸을 줄여주는 기법이라고 합니다. 서버 사이드에서 이메일 주소를 인코딩하고 일정 시간 지난 후 클라이언트 사이드에서 디코딩하는 것인데 관련 npm 패키지도 있네요. [Reducing spam from mailto links] - Jack Childs 2022. 5. 1.
반응형