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 の記事
JavaScriptでJSON.stringify(data, null, 2)を使って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つの修正方法を網羅。
JavaScript での URL デコード徹底解説:decodeURIComponent()、decodeURI()、URLSearchParams の使い分け、+ のスペース変換、安全な try/catch パターン、本番で頻出する 4 つの間違いを網羅。Node.js とブラウザ両対応。
JavaScript の Base64 エンコード方法を詳しく解説。btoa()、Buffer.from()、TextEncoder を使った Unicode 処理、URL セーフ変換、ファイル操作、よくある 4 つのミスをコード例付きで紹介。