Alex Chen
Front-end & Node.js Developer
소개
Alex is a front-end and Node.js developer with extensive experience building web applications and developer tooling. He is passionate about web standards, browser APIs, and the JavaScript ecosystem. In his spare time he contributes to open-source projects and writes about modern JavaScript patterns, performance optimisation, and everything related to the web platform.
Alex Chen의 글
JSON.stringify(data, null, 2)로 JavaScript에서 JSON 포매팅하기. replacer, BigInt, Date, Node.js 파일, CLI, fast-json-stringify 완벽 가이드. 설치 불필요.
JavaScript에서 atob(), Buffer.from(), js-base64로 Base64를 안전하게 디코딩하는 방법. UTF-8 복원, JWT 디코딩, URL 안전 변형, 흔한 실수까지 완벽 정리.
JavaScript URL 인코딩 심층 가이드: encodeURIComponent(), encodeURI(), URLSearchParams 사용법, Fetch 패턴, 프로덕션에서 자주 발생하는 4가지 버그 수정법까지.
decodeURIComponent()와 decodeURI() 차이, URLSearchParams 활용, + 기호 공백 변환, 잘못된 인코딩 처리까지 — JavaScript URL 디코딩을 코드 예제와 함께 설명합니다.
JavaScript Base64 인코딩 완벽 가이드. btoa(), Buffer.from(), TextEncoder를 활용한 Unicode 처리, URL 안전 변환, 파일 인코딩, CLI 사용법, 그리고 자주 발생하는 4가지 실수를 코드 예제와 함께 설명합니다.