js-awe: Avoid await hell!
Async await has done a lot to improve the readability of code when compared with callbacks style. But sometimes it is not a good construct, especially if you want to use it in a functional style!!!
One problem I see, is the spread of async await arou...
josuamanuel.hashnode.dev4 min read