Published onSeptember 15, 2020cypress E2E 테스트cypresstestfrontendCypress는 E2E 테스트 framework으로 Chai assertion library를 내장하고 있고, stubbing 기능을 제공한다.
Published onMay 21, 2020window.requestAnimationFrame()의 이해javascriptfrontendrequestAnimationFrame은 브라우저가 frame을 그릴 준비가 되었을 때, Parameter로 전달한 애니매이션 프레임 콜백을 호출하는 함수다.
Published onMay 2, 2020HTTP Security HeadersecuritySecurity Header는 웹사이트 보안의 가장 기본적인 부분이다. 이 헤더를 통해 여러 공격 유형인 XSS, injection, clickjacking 등으로부터 보호될 수 있다.
Published onApril 28, 2020Git Commandgitremote | branch flow | commit | stash | squash | tag | useful command