These are my notes on web development—things I've learned at work or found interesting as I dive deeper into the field. Occasionally, I'll also share short personal updates to mark memorable events in my life.
Jan 3, 2025 · 한국어 · React 공식 문서를 읽으며 useEffect 훅의 본질에 대해 생각해 보았습니다.
Dec 10, 2024 · 한국어 · TLS 핸드셰이크 절차와 데이터 암호화 방식 알아보기
Nov 7, 2024 · English · Digging into React source code to understand why hook order matters and how useState initial values are managed.
Sep 29, 2024 · 한국어 · preload와 prefetch를 활용하여 웹페이지 로딩 속도를 개선하는 방법을 알아봅니다.
Aug 19, 2023 · English · Comparing static and dynamic imports in JavaScript
Jul 29, 2023 · English · Exploring JavaScript's module specifier types and how they're interpreted across different environments
Jul 2, 2023 · 한국어 · :has() 가상 클래스에 대해 알아보고, 실무에서 적용했던 사례를 소개합니다.
Jun 29, 2023 · 한국어 · Exploring the Web Storage API and how it enables persistent client-side data storage in web applications
Jun 28, 2023 · 한국어 · HTTP Cookie 알아보기
Mar 28, 2022 · 한국어 · 브라우저는 어떻게 HTML, CSS, JavaScript를 웹사이트로 변환할까?
Mar 20, 2022 · English · Blurring the line between synchronous and asynchronous code with async/await
Mar 9, 2022 · English · A look into Promise-based asynchronous programming in JavaScript
Dec 21, 2021 · English · Understanding the differences between variables declared via var, let, and const.
Jun 10, 2021 · English · Trying to figure out what CORS is and how you can solve CORS-related problems