Released a CLI “create-awesome-package” to bootstrap your JavaScript/TS package
This CLI helps to create the package with JS/TS, build system(Webpack/Parcel) and necessary stuff 🔥... (more…)
Read more »When Promises were first introduced in ES6, they made the job of writing asynchronous code easier. Callback hell was replaced with simpler constructs that allowed developers to more easily handle asynchronous tasks. The key to understanding promises is kn… Read more