A Developer's Walkthrough of Text Encoding in JavaScript
JavaScript exposes encoding operations through a small set of built-in functions, the Web Crypto API, and the Node.js Buffer API. Knowing which function to use in which context is not always obvious, and using the wrong one introduces bugs that are d...
microtooldiscovery.hashnode.dev6 min read