Javascript string encoding: from UTF-8 and back
Node string encoding is all over the place. Let's try to straighten out how it works. (more…)
Read more »The methods presented in this article were popularized by Dave Cheney, Rob Pike, and Márk Sági-Kazár. This article presents how to adapt these methods to JavaScript.
Functional Options is a term used in the Go developer community and was created to e… Read more