Articles

Writing about my web development learnings. Here are my articles in chronological order.

btoa replacement in Node.js

If you're trying to use btoa in Node, you'll notice that it is deprecated. It'll suggest you to use...

Jest for Sinon Stubs

At work, we recently converted from Mocha, Karma, Chai, and Sinon to Jest. It was not immediately...