Alex Chen
Front-end & Node.js Developer
Über
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.
Artikel von Alex Chen
JSON in JavaScript formatieren mit JSON.stringify(data, null, 2). Behandelt Replacer, BigInt, Date, Node.js-Dateien, CLI und fast-json-stringify.
Base64 in JavaScript dekodieren: atob() mit TextDecoder, Buffer.from() in Node.js, URL-sicheres Base64, JWT-Dekodierung und vier häufige Fehler.
URLs in JavaScript kodieren mit encodeURIComponent(), encodeURI() und URLSearchParams. Praxisbeispiele, häufige Fehler und Methodenvergleich. Node.js 10+.
URL in JavaScript dekodieren: decodeURIComponent(), decodeURI() und URLSearchParams im Vergleich — Praxisbeispiele, CLI-Nutzung und häufige Fehlermuster.
btoa(), Buffer.from() und TextEncoder in JavaScript für Base64 nutzen. Abdeckung von Unicode, URL-safe, Dateien und den vier häufigsten Kodierungsfehlern.