~/blog/nodejs-util-promisify.mdx
zubair@grizzlybit:~/blog$
$ cat nodejs-util-promisify.mdx
Node.js 8: util.promisify() 💡
Node.js 8 has a new utility function: util.promisify(). It converts a callback-based function to a Promise-based one. Since we are on this topic I would like to highlight one of the most straight forward explanation for promises that I have come across by Jecelyn Yeen...
2017-09-293 min read