SNI
나는 지금까지 SNI(server name indicator) 에 대해 어렴풋하게나마 알고 있는줄 알았다. 그런데 aws를 사용하다 보니, 내가 sni에 대해 잘못 이해하고 있었다는 사실을 깨달았다.
나는 지금까지 SNI(server name indicator) 에 대해 어렴풋하게나마 알고 있는줄 알았다. 그런데 aws를 사용하다 보니, 내가 sni에 대해 잘못 이해하고 있었다는 사실을 깨달았다.
Until recently, I thought I had a rough understanding of SNI (Server Name Indication). However, while working with AWS, I realized that my understanding had ...
Tech stack
Node 25에서 vitest 4와 js-dom 6.9.1 연결하는 삽질기
A Trial-and-Error Tale of Wiring vitest 4 with js-dom 6.9.1 on Node 25
[Troubleshooting] Chrome DevTools MCP: “Network.enable timed out” 해결기
[Troubleshooting] Chrome DevTools MCP: Fixing “Network.enable timed out”
Background and the Problem
모노레포나 하위 폴더에 프로젝트가 위치한 환경에서 Lefthook을 설정하다 보면, 설정 파일을 찾지 못하거나 yarn 명령어가 실패하는 상황을 겪게 됩니다.
When setting up Lefthook in an environment where the project lives in a monorepo or a subfolder, you may run into situations where it can’t find the config f...