• 인천 국제 공항 스마트패스 후기

    2023-10-09 (E. 2024-04-27) ko
    인천 국제 공항에 스마트패스 라는 출국 절차에 걸리는 시간을 획기적으로 단축할 수 있는 기능이 23년 7월 경부터 하나 생겼죠. 스마트패스 기능은 출국장 입장 뿐 아니라 탑승 수속, 백드랍 과정도 간편화 하는 것이 목표이지만, 아직까지는 잘 활성화 되지 않은 것으로 보이고, 일부 항공사하고만 연계해 이용할 수 있지만 스마트패스를 직접 쓰고 나니 굉장히 편리했습니다.
  • In React, rerendering may run before async callbacks finish or resolve. Think of a simple component which calls API and update its own state. Upon the button click, the following function calls run in order:
  • Vite is yet another javascript bundler tool similar to Webpack, and it's growing rapidly mainly for its faster build performance.
  • We all agree that React is awesome compared to the era where we all had been suffered from doing Vanilla JavaScript to render DOM without JSX, reactive states, and much more. There is no doubt that React has the biggest ecosystem among SPA tools, that's why more and more people try to learn React as time goes by.
  • We are going to learn how to determine whether a device supports HEVC videos on Web Browser, mainly recent versions of Chromium.
  • Visual Studio Code Branch Protection

    2022-07-02 (E. 2022-09-04) ko
    소스 코드 관리 시스템으로 가장 많이 쓰이는 Git에서는 여러 브랜치를 통해 다른 작업을 구분하면서 동시에 수행할 수 있는데, master나 develop 브랜치와 같이 여러 사람이 작업을 시작하는 베이스 브랜치, 릴리즈의 주가 되는 역할을 하는 브랜치는 일반적으로 바로 커밋을 넣지 않습니다.
  • Simple Introduction to Vanilla ES Module

    2022-05-15 (E. 2022-09-04) ko
    Webpack 같은 번들러를 이용하지 않고 코딩한 자바스크립트 파일을 그대로 모듈 시스템을 이용하고 싶을 때가 가끔 있습니다. 예를 들어 간단한 테스트나 토이 프로젝트를 수행할 때 말이죠.
  • Typescript satisfies keyword

    2022-03-26 (E. 2022-09-22) en
    With Typescript, you can do strict type checking at compile time or before, thanks to Typescript's features and help from IDE.
  • Windows Path In WSL

    2022-03-01 (E. 2022-03-03) en
    In Windows Subsystem for Linux (aka wsl), if you have not touched any wsl config (or something has not been changed), then you can start apps installed in Windows, such as vscode. you can start vscode installed in Windows with
  • npm에 대하여

    2022-02-11 (E. 2022-12-19) ko
    Node Package Manager, npm은 NodeJS 패키지 매니저로서 패키지 설치, 의존성 관리의 역할을 수행합니다. JS 개발자로서 매일 같이 유용하게 쓰고 있음에도 불구하고 npm에 대해 마음을 다잡고 공부해 본 적이 없어서 이 포스트를 쓰게 되었습니다. npm에서 자주 쓰이지만 따로 공부하지 않으면 제대로 알기 힘든 기능을 중심으로 훑어가도록 하겠습니다.