I grudgingly started an
async/await-friendly http abstraction. I have issues with the way it (and promises) subtly but effectively encourage developers to ignore errors, which will cause them far bigger problems than the extra typing it takes to handle errors as they come.
However, as of late, I've been writing programming tools for people that aren't primarily developers, and I think it'll help greatly with ease-of-use there.